JianBo He
b3db4d0f7c
refactor(exhook): move all manager code into mngr module
2021-08-12 10:40:24 +08:00
JianBo He
22f7b0b8e5
refactor(exhook): add mechanism to reload the failure server
2021-08-12 10:40:24 +08:00
JianBo He
60e830fef7
chore(ex): update grpc to 0.6.3
2021-08-10 17:59:36 +08:00
JianBo He
f9a9d4a6f0
chore(exproto): update appup.src
2021-08-10 17:59:36 +08:00
JianBo He
5854bfab57
fix(exproto): retry the grpc request if the stream closed
2021-08-10 17:59:36 +08:00
zhanghongtong
bf0036bf81
chore(cts): execute cts every six hours
2021-08-10 15:09:32 +08:00
zhanghongtong
554879c9d7
chore(relup tests): upload emqx package to workflow artifact
...
Signed-off-by: zhanghongtong <rory-z@outlook.com>
2021-08-09 13:27:00 +08:00
Shawn
c09cb64db6
fix(lwm2m): write incorrect integer to device ( #5425 )
...
* fix(test): add testcase for write integer values
* fix(lwm2m): write incorrect integer to device
* fix(emqx_lwm2m): refactor the code for getting bits len of a signed int
* chore(emqx_lwm2m): bump version for emqx_lwm2m to 4.3.3
2021-08-06 17:05:25 +08:00
Rory Z
ff96250b0b
chore(tests): fix conunt error
2021-08-06 15:31:32 +08:00
Turtle
992e094ce9
fix(relup): fix badfun after relup
2021-08-05 14:19:53 +08:00
Turtle
efa71d12fe
chore(minirest): Upgrade minirest version to 0.3.7
2021-08-05 14:19:53 +08:00
Turtle
de96349ddf
chore: Specify emqtt-bench version
2021-08-05 14:19:53 +08:00
zhanghongtong
5b671e5c4f
chore(CI): print log when deployment helm fail
2021-08-05 10:57:32 +08:00
zhanghongtong
ed53b859d9
feat(helm): add externalIPs to chart
2021-08-05 10:57:32 +08:00
Turtle
c45de03ac8
chore(version): update emqx version to 4.3.7
...
Signed-off-by: zhanghongtong <rory-z@outlook.com>
2021-08-05 10:00:03 +08:00
Turtle
87ee94b6f2
chore(version): update emqx version to 4.3.7
2021-08-04 18:44:47 +08:00
tigercl
d4ce7f328d
Merge pull request #5395 from tigercl/chore/ehttpc
...
chore(ehttpc): update tag of ehttpc
2021-08-04 15:58:58 +08:00
Turtle
ac0639f6b1
fix(actions): fix republish actions payload is null
2021-08-04 14:39:19 +08:00
Turtle
ff4229bb93
fix(relup): fix check relup fail
2021-08-04 11:28:07 +08:00
Turtle
8fb9170df8
fix(rule-engine): fix rule status is not available after the emqx restart
2021-08-03 17:31:43 +08:00
zhouzb
46e58a50d0
chore(ehttpc): update tag of ehttpc
2021-08-03 17:27:35 +08:00
Turtle
35ae097038
fix(relup): upgrade emqx dashboard version
2021-08-03 12:17:35 +08:00
Turtle
a7d67eb862
fix(script): fix emqx-ee get dashboard src fail
2021-08-03 12:17:35 +08:00
Zaiming (Stone) Shi
253fa9167c
Merge pull request #5368 from zmstone/fix-boot-log
...
fix(bin/emqx): fix boot log
2021-07-31 08:50:47 +02:00
Turtle
36fa9f99be
test(relup): fix relup fail
2021-07-31 10:52:43 +08:00
Zaiming Shi
2e3c98dd55
fix(bin/emqx): fix boot log
...
prior to this fix the logger message (syslog) has the name and pid
missing.
with this change, the programe name, and its boot command is logged
to syslog, so the console boot is cleaner
2021-07-31 00:29:53 +02:00
zhouzb
65df4fd9ca
fix(http pipelining): fix http pipelining for webhook resource
2021-07-30 15:22:18 +08:00
Turtle
49a00c3412
chore(relup): update appup
2021-07-30 14:39:37 +08:00
William Yang
2479c2a80b
feat(ssl): mqtt bridge support ssl peer verification
2021-07-30 14:39:37 +08:00
zhanghongtong
07f58c0e9e
chore(release): update emqx release version
2021-07-28 16:45:54 +08:00
tigercl
4618eb985a
Merge pull request #5334 from tigercl/chore/dashboard
...
chore(dashboard): update version for dashboard
2021-07-28 16:43:06 +08:00
zhouzb
2bd12a9a3d
chore(dashboard): update version for dashboard
2021-07-28 14:31:24 +08:00
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