JianBo He
85aa120b06
Merge branch 'release-v43' into release-v44
2022-10-11 10:24:22 +08:00
Shawn
6d52f908d1
chore: update emqx_rule_engine.appup.src
2022-10-10 17:24:27 +08:00
Shawn
338b11ab95
fix: cannot reset metrics for fallback actions
2022-10-10 17:13:39 +08:00
JianBo He
bc68f60bb5
chore: update appup.src
2022-10-09 17:52:59 +08:00
JianBo He
68dd29420d
chore: fix duplicated variable name
2022-10-09 17:43:30 +08:00
JianBo He
e5a673376f
refactor: support the retry option
2022-10-09 17:27:38 +08:00
Thales Macedo Garitezi
954e276124
Merge remote-tracking branch 'origin/release-v43' into merge-rv43-into-rv44-a
2022-09-28 09:46:03 -03:00
Thales Macedo Garitezi
2e0eae54f8
fix(acl): check ACL before publishing last will testament (lwt) message (4.3)
2022-09-26 15:22:29 -03:00
JianBo He
c05ce82933
refactor(psk): create the ets table in supervisor process
2022-09-23 11:16:31 +08:00
Ilya Averyanov
7a26aae27b
chore(retainer): sync retainer from release-e43
2022-09-22 12:42:21 +03:00
Zaiming (Stone) Shi
e7acd54645
chore: upgrade lib jose to tag emqx-1.11.3
2022-09-19 20:07:24 +02:00
Zaiming (Stone) Shi
548de20c0b
chore: re-generate appup after version bump
2022-09-19 15:33:55 +02:00
Zaiming (Stone) Shi
816b4749db
chore: update app versions
2022-09-19 15:14:22 +02:00
Zaiming (Stone) Shi
51e70df440
Merge remote-tracking branch 'origin/main-v4.3' into 0919-sync-v44
2022-09-19 09:54:00 +02:00
Zaiming (Stone) Shi
130e02a7af
Merge remote-tracking branch 'thales/merge-v43-into-v44-h' into 0919-sync-v44
2022-09-19 09:50:45 +02:00
Zaiming (Stone) Shi
e6603548d7
chore: generate appups after bumped new version
2022-09-17 18:50:28 +02:00
Zaiming (Stone) Shi
40a0703bf5
Merge tag 'v4.3.20' into dev/v4.4.9
2022-09-16 13:11:46 +02:00
Zaiming (Stone) Shi
bfb53b7f24
chore: bump app versions after merged tag v4.3.20
2022-09-16 12:56:51 +02:00
Zaiming (Stone) Shi
3c852098d7
Merge tag 'v4.3.20' into main-v4.3
2022-09-16 12:54:00 +02:00
JianBo He
89ed4a350f
chore: avoid generating crash logs for hook execution
2022-09-16 17:53:49 +08:00
zhongwencool
e4c2715842
fix: add ip to dashboard listener_on
2022-09-16 15:36:17 +08:00
Thales Macedo Garitezi
6204481d71
test: avoid inter-suite flakiness
...
This test runs most of the time fine in CI. But, if run alone
locally, will fail consistently because the default `acl.conf` has a
catch-all `{allow, all}` clause. Probably another suite that runs
before this in CI unloads that and everything seems fine.
2022-09-15 18:08:20 -03:00
Thales Macedo Garitezi
59d178d3b5
chore: update appups
2022-09-15 10:51:26 -03:00
Thales Macedo Garitezi
d3c291c4d0
Merge remote-tracking branch 'origin/main-v4.3' into merge-v43-into-v44-h
2022-09-15 10:13:47 -03:00
Thales Macedo Garitezi
0599393741
Merge pull request #8942 from thalesmg/fix-ignore-dialyzer-pt1-43
...
chore: fix ignored dialyzer warnings (part 1) (4.3)
2022-09-14 14:56:59 -03:00
Thales Macedo Garitezi
6fc7df9c54
Merge pull request #8894 from thalesmg/bugfix-will-msg-authn-43
...
test: add test case for not publishing will msg when not authorized
2022-09-13 09:46:14 -03:00
JianBo He
5592b1503d
Merge pull request #8908 from HJianBo/using-erlang-system-time
...
fix(time): replace os:system_time with erlang:system_time
2022-09-13 09:09:54 +08:00
Thales Macedo Garitezi
fa6c22b366
chore: update appups
2022-09-12 10:56:35 -03:00
Thales Macedo Garitezi
d72ca84af0
chore: fix ignored dialyzer warnings (part 1) (4.3)
2022-09-12 10:56:35 -03:00
Thales Macedo Garitezi
1f5103b390
test: add test case for not publishing will msg when not authorized
2022-09-12 09:04:54 -03:00
Zaiming (Stone) Shi
4aa0f4980d
chore: re-generate appup updates
2022-09-12 09:45:37 +02:00
Zaiming (Stone) Shi
1013f221e0
Merge remote-tracking branch 'origin/dev/v4.3.20' into dev/v4.4.9
2022-09-12 09:25:07 +02:00
Zaiming (Stone) Shi
4597344881
Merge pull request #8941 from thalesmg/fix-appup-check-contains-re
...
ci(fix): fix check for appup coverage
2022-09-11 17:27:38 +02:00
Thales Macedo Garitezi
94afb633f8
chore: update missing appup instructions
2022-09-09 13:37:00 -03:00
Zaiming (Stone) Shi
2c54190479
fix: revert 'accepted' state of exproto plugin
2022-09-09 12:27:02 +02:00
Shawn
b9d75181e5
chore: update emqx_rule_engine.appup.src
2022-09-08 16:38:34 +08:00
Shawn
f0cc75d144
fix(sql): topic matching to null values should return false
2022-09-08 16:37:38 +08:00
JianBo He
0d5c32a706
fix(time): use erlang:system_time/0-1 consistently
...
Avoid the problem of inaccurate timers caused by mixing
erlang:system_time/0-1 and os:system_time/0-1
2022-09-08 15:46:44 +08:00
firest
d5494897c7
fix(jwt): make jwt support float timestamp claims
2022-09-06 11:51:39 +08:00
Thales Macedo Garitezi
9c77dbf168
chore: bump vsns and appups
2022-09-01 16:01:49 -03:00
Thales Macedo Garitezi
87cc57096f
Merge remote-tracking branch 'origin/main-v4.3' into merge-v43-into-v44-f
2022-09-01 15:44:08 -03:00
firest
884ec15567
fix(jwt): make binary_to_number function support list type
2022-09-01 17:05:39 +08:00
firest
a6cf74ea6f
chore: fix emqx_auth_jwt appup
2022-09-01 16:52:41 +08:00
firest
ddc25fc5c2
fix(jwt): simplify binary_to_number function
2022-09-01 16:27:15 +08:00
firest
c999b43144
chore: bump emqx_auth_jwt version && update appup
2022-09-01 15:48:14 +08:00
firest
15c84ba152
fix(jwt): support non-integer timestamp claims
2022-09-01 15:43:32 +08:00
Thales Macedo Garitezi
d1ac851bd9
chore: fix dialyzer errors (v4.4)
2022-08-31 16:24:34 -03:00
Zaiming (Stone) Shi
51412e25c8
fix(emqx_rule_engine): fix rule update function
...
Prior to this change, the update of a rule will always try to
initialise the action because the 'enabled' flag is by default 'true'
2022-08-31 15:13:38 +02:00
Zaiming (Stone) Shi
6f28e0eb83
chore: update appup files
2022-08-31 08:07:42 +02:00
Thales Macedo Garitezi
b4cb256612
chore: bump app vsns and update appups
2022-08-30 18:02:31 -03:00