JianBo He
d3d019cb89
chore(emqx): update appup.src
2021-07-28 13:54:13 +08:00
JianBo He
07c29e8c55
chore(acl): support ipaddr list
2021-07-28 13:54:13 +08:00
Zaiming Shi
dd23ee6b15
fix(emqx_app): stop listeners in application prep_stop callback
...
Application:stop is call after the root supervisor is stopped,
in our case, prior to this fix, emqx_sup is stopped before
the listeners (hence the emqx_connection processes).
This causes shutdown to emit a lot of error logs
e.g. emqx_broker pool is down, but emqx_connection process is still
trying to call the pool
2021-07-28 08:52:04 +08:00
tigercl
fee3462603
fix(http pipelining): support to switch http pipelining ( #5279 )
2021-07-27 17:32:56 +08:00
zhanghongtong
a538979c3b
chore(CI): upload emqx log in relup check
2021-07-27 14:57:46 +08:00
zhanghongtong
8809d72ee5
chore(CI): check relup rule action success
2021-07-27 11:31:44 +08:00
zhanghongtong
a9a1c71eb4
chore(auth mnesia): hide the password in the api
2021-07-27 10:05:08 +08:00
Zaiming (Stone) Shi
b851a7ea7c
Merge pull request #5301 from zmstone/add-notice
...
chore: Add NOTICE file
2021-07-23 11:44:26 +02:00
Zaiming Shi
7103324426
chore: Add NOTICE file
2021-07-23 10:55:03 +02:00
zhanghongtong
f6138e8971
chore(relup tests): check rules matched
...
Signed-off-by: zhanghongtong <rory-z@outlook.com>
2021-07-22 15:28:04 +08:00
JianBo He
b1d190fd3b
fix(exproto): fix peername for udp socket
2021-07-21 17:33:21 +08:00
JianBo He
fbaf2646f9
chore(exproto): update appup.src
2021-07-21 17:33:21 +08:00
JianBo He
31cbd66f61
fix(exproto): get peername after esockd_wait/1
2021-07-21 17:33:21 +08:00
JianBo He
c878c73395
fix(exproto): fix bad socket type
...
* fix(exproto): fix bad socket type
* chore(exproto): update appup.src
2021-07-20 11:04:00 +08:00
zhanghongtong
5bc33b9b5b
chore(CI): add time sleep for relup test
2021-07-16 20:18:33 +08:00
Turtle
befd22282f
chore(relup): fix check relup fail
2021-07-16 19:01:05 +08:00
Turtle
5edb5351b0
chore(relup): update emqx appup
2021-07-16 19:01:05 +08:00
zhanghongtong
2b1249ba9c
fix(auth mnesia): fix add password error by api
...
Signed-off-by: zhanghongtong <rory-z@outlook.com>
2021-07-16 17:40:51 +08:00
Turtle
8b4b9a119b
chore: bind_as_user set default value
2021-07-14 14:14:09 +08:00
JianBo He
46d0cb69dc
chore(emqx): update appup.src
2021-07-13 17:53:34 +08:00
JianBo He
240a4b88a5
fix(cm): add a timeout to rpc_call function
...
An infinite wait will leave the client process waiting for
a return and cause the client to go to a dead state
2021-07-13 17:53:34 +08:00
JianBo He
d3d636fc99
chore(mgmt): update appup.src
2021-07-13 17:53:26 +08:00
JianBo He
8cd1fa41b6
fix(mgmt): fix dump aborted by print function crash
2021-07-13 17:53:26 +08:00
zhanghongtong
750cb2d491
chore(CI): update emqx-ci-helper tag
2021-07-09 19:37:45 +08:00
Zaiming Shi
780e403262
fix(conf): change wss.external.max_connections from 16 to 102400
2021-07-09 09:30:57 +08:00
JianBo He
05b16c601b
chore(presence): more fields for disconnected event
2021-07-07 18:36:09 +08:00
JianBo He
8935d28ed4
fix(exhook): catch the badarg error
2021-07-01 17:56:10 +08:00
zhanghongtong
0c66fcef00
chore(release): update emqx release version
2021-06-28 11:14:33 +08:00
tigercl
637cd5e804
Merge pull request #5105 from terry-xiaoyu/clean_emqx_shared_subscription2
...
fix(shared_sub): discard all unexpected msgs
2021-06-28 11:07:10 +08:00
Shawn
5fbf83e7f0
fix(shared_sub): discard all unexpected msgs
2021-06-28 09:37:34 +08:00
Shawn
513cd001ac
chore(appup): update the appup for 4.3.5
2021-06-25 20:38:43 +08:00
Shawn
868cd6e57c
fix(shared_sub): failed to clean the emqx_shared_subscription tab
...
A trick that fixes the issue that we demonitored the shared subscriber
too early if it not unsubscribed all of the topics.
2021-06-25 20:38:43 +08:00
zhanghongtong
a8aabd5f74
revert: chore(CI): update events that trigger workflows
...
This reverts commit 002cbb6d8b
2021-06-25 20:13:35 +08:00
zhanghongtong
002cbb6d8b
chore(CI): update events that trigger workflows
2021-06-24 17:44:30 +08:00
zhanghongtong
e87838f272
docs(docker): fix env name error
2021-06-24 14:46:34 +08:00
zhanghongtong
f18b9a92bc
chore(CI): delete needless link when build packages
2021-06-23 21:38:30 +08:00
Zaiming Shi
49a78c8ef2
fix(script): exclude non-edge apps in relup dependency
2021-06-23 21:30:59 +08:00
zhanghongtong
8ad42cb827
chore(CI): add DIAGNOSTIC=1 when build windows
2021-06-23 20:27:08 +08:00
Zaiming Shi
f17962e79a
chore: add more info in error message
2021-06-23 19:40:12 +08:00
Turtle
98c4fff43f
chore: fix inject deps notfound emqx_reloader
2021-06-23 19:03:06 +08:00
zhanghongtong
bfc6c3aa42
chore(release): update emqx release version
2021-06-23 17:52:42 +08:00
Turtle
1a438125c7
chore(review): review 4.3.4
2021-06-23 17:51:17 +08:00
Turtle
2092bedb12
feat(lwm2m): fix check dialyzer fail
2021-06-23 17:08:44 +08:00
Turtle
a6bd1c90d5
fix: Ignore repeatedly receiving connection packet in the wait_will_msg/wait_will_topic/connected state
2021-06-23 14:37:26 +08:00
JianBo He
3ddbdbc6c1
fix(emqx_cm): catch noproc exception from rpc_call ( #5048 )
2021-06-23 09:45:24 +08:00
zhanghongtong
2c0916ff05
chore(CI): upload rebar3.crashdump file when slim build failure
2021-06-23 09:44:58 +08:00
JianBo He
77a41ea88f
Fix coap uri format ( #5059 )
2021-06-23 08:50:20 +08:00
Zaiming Shi
b92940af29
test(ci): add plugin list status check after relup new vsn install
2021-06-22 08:54:55 +08:00
Zaiming Shi
bed45417dc
chore(relup): add relup dependency injection
2021-06-22 08:54:55 +08:00
JianBo He
8110ef7a64
chore: upgrade lwm2m_coap to 1.1.4
2021-06-21 12:21:25 +08:00