JianBo He
|
d35d0d7834
|
test(gw): refine sn tests
|
2021-07-24 10:19:05 +08:00 |
JianBo He
|
15bba6afe3
|
fix(gw-exproto): fix start udp/dtls listener
|
2021-07-24 10:19:05 +08:00 |
JianBo He
|
7f1d245a8f
|
test(gw): refine exproto tests
|
2021-07-24 10:19:05 +08:00 |
JianBo He
|
4125209d1c
|
fix(gw): fix bad function calling
|
2021-07-24 10:19:05 +08:00 |
JianBo He
|
dbd78b83b1
|
chore(gw): delete needless files
|
2021-07-24 10:19:05 +08:00 |
JianBo He
|
fd828ad216
|
fix(gw-exproto): fix diaylzer warnings
|
2021-07-24 10:19:05 +08:00 |
JianBo He
|
5f47ceb118
|
refactor(gw-exproto): move exproto into gateway
|
2021-07-24 10:19:05 +08:00 |
Shawn
|
935ef0db20
|
fix(config): rename callback functions for emqx_config_handler
|
2021-07-23 18:56:30 +08:00 |
Shawn
|
bbf40a85bf
|
fix(config): merge conflicts
|
2021-07-23 18:49:09 +08:00 |
DDDHuang
|
ec88e3a404
|
chore: sys uptime by millisecond
|
2021-07-23 18:32:38 +08:00 |
Shawn
|
7a628e201f
|
fix(config): merge conflicts
|
2021-07-23 18:20:45 +08:00 |
turtleDeng
|
29826000f0
|
Merge branch 'master' into update_config
|
2021-07-23 18:09:01 +08:00 |
turtleDeng
|
6bc096d22e
|
Merge pull request #5292 from turtleDeng/statsd
feat(statsd): optimize default value & add statsd http API
|
2021-07-23 18:05:58 +08:00 |
zhanghongtong
|
4b50bfb4c2
|
chore(config): rename acl to authorize in emqx.conf
Signed-off-by: zhanghongtong <rory-z@outlook.com>
|
2021-07-23 17:56:15 +08:00 |
DDDHuang
|
f278d170a7
|
Merge pull request #5300 from DDDHuang/api_format
chore: api code format; fix: atom refname; update minirest version
|
2021-07-23 17:52:27 +08:00 |
Zaiming Shi
|
79c550dc54
|
chore: add notice files
|
2021-07-23 11:47:04 +02:00 |
Turtle
|
b0f7ae4873
|
Merge branch 'statsd' of https://github.com/turtleDeng/emqx into statsd
|
2021-07-23 17:42:59 +08:00 |
Turtle
|
6617ba2772
|
feat(statsd): add statsd http API
|
2021-07-23 17:41:53 +08:00 |
Turtle
|
1776acee8a
|
refactor(statsd): optimize default value
|
2021-07-23 17:41:53 +08:00 |
Turtle
|
f42a26d862
|
feat(statsd): add statsd http API
|
2021-07-23 17:37:10 +08:00 |
Shawn
|
2ddcfdf365
|
refactor(config): rename emqx_config:update_config/2 to emqx_config:update/2
|
2021-07-23 17:25:39 +08:00 |
DDDHuang
|
ffc7a070f4
|
Merge branch 'master' into api_format
|
2021-07-23 17:09:47 +08:00 |
Shawn
|
ec8fed9a7d
|
fix(test): wait a while after subscribing/unsubscribing to a topic
|
2021-07-23 17:06:28 +08:00 |
Shawn
|
d205a88f2a
|
refactor(config): change alarm.validity_period to ms
|
2021-07-23 17:06:28 +08:00 |
Shawn
|
67f76c009a
|
refactor(config): change sysmon.os.mem_check_interval to ms
|
2021-07-23 17:06:28 +08:00 |
Shawn
|
41820e3bbd
|
refactor(config): change sysmon.os.cpu_check_interval to ms
|
2021-07-23 17:06:28 +08:00 |
Shawn
|
7837069a93
|
fix(modules): disable telemetry by default
|
2021-07-23 17:06:28 +08:00 |
Shawn
|
14da108443
|
fix(mqtt): mqtt5 property session expiry interval not working
|
2021-07-23 17:06:28 +08:00 |
Shawn
|
6710695f9d
|
fix(test): wait a while after kicking out the client
|
2021-07-23 17:06:28 +08:00 |
Shawn
|
0704cbc986
|
refactor(config): change mqtt.session_expiry_interval to ms
|
2021-07-23 17:06:28 +08:00 |
Shawn
|
684e46c45d
|
refactor(config): change mqtt.await_rel_timeout to ms
|
2021-07-23 17:06:28 +08:00 |
Shawn
|
c5bc7e7e57
|
fix(test): update testcases for retry_interval
|
2021-07-23 17:06:28 +08:00 |
Shawn
|
93e1257045
|
refactor(config): change mqtt.retry_interval to ms
|
2021-07-23 17:06:28 +08:00 |
Shawn
|
048ba1e067
|
refactor(config): change global_gc_interval to ms
|
2021-07-23 17:06:28 +08:00 |
DDDHuang
|
2b12fa1c05
|
chore: api code format; fix: atom refname; update minirest version
|
2021-07-23 16:40:19 +08:00 |
Swilder-M
|
34382cacab
|
chore(README): modify website url
|
2021-07-23 15:58:52 +08:00 |
DDDHuang
|
e96bac87ce
|
refactor: alarms api; add: alarms format function
|
2021-07-23 13:56:23 +08:00 |
DDDHuang
|
9642bcce88
|
refactor: listeners api; add: listeners list function; fix: listener
already start error
|
2021-07-23 13:52:19 +08:00 |
DDDHuang
|
0cf4723c73
|
refactor: sub api; fix: fuzzy function (#5287)
|
2021-07-23 13:49:51 +08:00 |
Shawn
|
419036bd9a
|
fix(test): remove emqx:get_env from lwm2m and telemetry
|
2021-07-23 10:56:20 +08:00 |
Shawn
|
7c5caee89c
|
fix(trie): export set_compact/1
|
2021-07-23 10:56:20 +08:00 |
Shawn
|
327a464844
|
fix(test): reload emqx_plugins after updating the config
|
2021-07-23 10:56:20 +08:00 |
Shawn
|
c2e7acc1f1
|
fix(test): change application:set_env/3 to emqx_config:put/2
|
2021-07-23 10:56:20 +08:00 |
Shawn
|
5fd54d13d2
|
fix(test): cannot get trie_compaction config
|
2021-07-23 10:56:20 +08:00 |
Shawn
|
f2e62def1b
|
refactor(config): remove emqx:get_env/1,2 from testcases
|
2021-07-23 10:56:20 +08:00 |
Shawn
|
0a3b77f65d
|
fix(config): write configs to emqx_override.conf failed
|
2021-07-23 10:56:20 +08:00 |
Shawn
|
2666c06232
|
refactor(config): load emqx.conf before all other tasks in emqx_app
|
2021-07-23 10:56:20 +08:00 |
Shawn
|
1433a7e0fe
|
refactor(config): remove emqx:get_env/1,2
|
2021-07-23 10:56:20 +08:00 |
JianBo He
|
b28435f811
|
fix(gw-stomp): fix unknown outgoing packets
|
2021-07-22 19:56:04 +08:00 |
JianBo He
|
0f79ffca01
|
feat(gw-conn): support the incoming keepalive oct
|
2021-07-22 19:56:04 +08:00 |