Commit Graph

8991 Commits

Author SHA1 Message Date
Thales Macedo Garitezi 915504c694 chore(appup): update appups 2022-11-03 10:35:57 -03:00
Thales Macedo Garitezi af4141bef4 chore(oscp_crl): port OCSP and CRL features to CE repo (re4.4) 2022-11-03 10:10:16 -03:00
Stefan Strigler 835d3a33ef fix(emqx_mgmt): call emqx_alarm:delete_all_deactivated_alarms for remote nodes
Old call was calling a non-existant function on current module, instead we make
call directly into `emqx_alarm` on remote node.
2022-11-03 14:02:55 +01:00
Zaiming (Stone) Shi 9f47ee09fe
Merge pull request #9267 from JimMoen/1028-feat-disconnect-event-type
feat: options for trigger disconnected events by different reasons
2022-11-03 13:35:25 +01:00
Zaiming (Stone) Shi 5bba281c2b chore(appup): ensure emqx module is reloaded 2022-11-03 12:45:16 +01:00
Zaiming (Stone) Shi fbc06b3dc6 chore(emqx.erl): sync changes from ee 2022-11-03 12:43:22 +01:00
Zaiming (Stone) Shi 21ebe3d50c chore: sync changes from ee 2022-11-03 12:42:32 +01:00
Zaiming (Stone) Shi 6f575aedd9 chore: sync emqx_relup to ce 2022-11-03 12:38:32 +01:00
Shawn 2c27f8c474 test: improve the test cases for t_if_contains_placeholder 2022-11-03 18:49:06 +08:00
Zaiming (Stone) Shi d25b614a93 Merge remote-tracking branch 'origin/release-v43' into release-v44 2022-11-03 11:43:50 +01:00
JimMoen cb3bd24528
test: unlink the process would be exited by tcp close 2022-11-03 16:43:34 +08:00
JimMoen 86dd1a3e05
test: different resons for disconnect event 2022-11-03 16:43:34 +08:00
JimMoen 51c532546c
feat: options for trigger disconnected events by different reasons 2022-11-03 16:43:34 +08:00
Zaiming (Stone) Shi 606ca670eb
Merge pull request #9283 from zmstone/1101-hook-order-release-43
1101 hook order release 43
2022-11-03 08:45:19 +01:00
Zaiming (Stone) Shi 0ab5ac95bb test: refactor emqx_takeover_SUITE 2022-11-02 21:09:24 +01:00
Zaiming (Stone) Shi 7d3c7e1cc3 test: clear mqtt_admin table after bootstrap test suite 2022-11-02 20:15:23 +01:00
Zaiming (Stone) Shi 16a306f6f8 test: ensure rule engine resource providers are loaded 2022-11-02 20:06:26 +01:00
Zaiming (Stone) Shi a779a58ff9 ci: no need to make cover after per app ct run 2022-11-02 20:06:26 +01:00
Zaiming (Stone) Shi f4621d3c71 test: connect MQTT client with a retry 2022-11-02 20:06:26 +01:00
Zaiming (Stone) Shi 18486a7e13 ci: run emqx-ct-pipeline without docker dependencies 2022-11-02 19:20:39 +01:00
Zaiming (Stone) Shi 3d7dd4f738 test: ensure $mqtt_pub_caps is cleared after test run 2022-11-02 19:20:39 +01:00
Zaiming (Stone) Shi 25863b6773 test: ensure clean start for emqx_mod_sup_SUITE 2022-11-02 19:20:39 +01:00
Zaiming (Stone) Shi 6d943181d7 test: ensure emqx_dashboard tables are created for data export import 2022-11-02 19:20:39 +01:00
Traphalet 25b6a1c158 ci(test): test parallel CT runs on self-hosted runners 2022-11-02 19:20:39 +01:00
Zaiming (Stone) Shi e0db524a10 refactor: change the format of auth_order and acl_order configs 2022-11-02 11:49:55 +01:00
Ilya Averyanov 52652f6c96 feat(hooks): add config options to set explicit callback order 2022-11-01 19:39:52 +01:00
Zaiming (Stone) Shi ae0225853b chore: regenerate appup 2022-11-01 19:37:35 +01:00
Zaiming (Stone) Shi f0b350ba4f Merge remote-tracking branch 'origin/release-v43' into release-v44 2022-11-01 13:51:06 +01:00
Zaiming (Stone) Shi 2d5b3a2e4f
Merge pull request #9265 from qzhuyan/upgrade/william/vsn-4.4-otp-upgrade
Upgrade/william/vsn 4.4 otp upgrade
2022-11-01 13:49:29 +01:00
William Yang f36fd9f3db docs: update changes/v4.4.11-zh.md
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
2022-11-01 10:05:33 +01:00
zhongwencool d1a5dcd222
Merge pull request #9260 from zhongwencool/bump-minirest-0.3.10
chore: remove useless information from the dashboard listener failure log
2022-11-01 07:47:16 +08:00
zhongwencool 704bf3eade
Merge branch 'release-v43' into bump-minirest-0.3.10 2022-11-01 07:46:50 +08:00
zhongwencool 406428c8ca
chore: update lib-ce/emqx_dashboard/test/emqx_dashboard_SUITE.erl
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
2022-11-01 07:45:58 +08:00
zhongwencool fd69afd899
Merge pull request #9274 from emqx/revert-9256-bootstrap-users
Revert "feat: bootstrap dashboard users from dashboard.bootstrap_users_file"
2022-11-01 07:44:41 +08:00
zhongwencool b8dad3f667
Merge branch 'release-v43' into revert-9256-bootstrap-users 2022-11-01 07:44:21 +08:00
zhongwencool 1b6164224a
Merge pull request #9273 from zhongwencool/bootstrap-apps
feat: bootstrap app/secret from management.bootstrap_apps_file
2022-11-01 07:41:52 +08:00
Zaiming (Stone) Shi 809f98502a chore(emqx_auth_mnesia): re-generate appup 2022-10-31 17:33:51 +01:00
William Yang dde4a28f31
docs: Update changes/v4.4.11-en.md
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
2022-10-31 17:14:35 +01:00
Zaiming (Stone) Shi 7e322bd392
chore: fix typos in command line examples 2022-10-31 16:35:25 +01:00
William Yang 23569198cf ci(relup-test): merge two jobs 2022-10-31 15:44:24 +01:00
William Yang d33b00bfc7 ci(relup_test): Get OTP base vsn from relup-paths.eterm 2022-10-31 15:27:49 +01:00
zhongwencool e4473d34c0 feat: bootstrap app/secret from management.bootstrap_apps_file 2022-10-31 19:57:04 +08:00
zhongwencool 3aeb21cc37
Revert "feat: bootstrap dashboard users from dashboard.bootstrap_users_file" 2022-10-31 19:54:34 +08:00
William Yang 7b14ea92c3 chore: update relup-paths.eterm 2022-10-31 11:41:48 +01:00
Xinyu Liu 91bc2403a5
Merge pull request #9264 from terry-xiaoyu/message_acked_hook_for_coap
fix: run the 'message.acked' hook when ACK received from CoAP devices
2022-10-31 15:20:11 +08:00
Shawn 3f17119e36 fix: run the 'message.acked' hook when ACK received from CoAP devices 2022-10-31 11:46:21 +08:00
zhongwencool 84e089260f
Merge pull request #9256 from zhongwencool/bootstrap-users
feat: bootstrap dashboard users from dashboard.bootstrap_users_file
2022-10-31 09:42:56 +08:00
William Yang 8bda9dd055 docs: upgrade OTP to 24.3.4.2-1 2022-10-30 21:55:45 +01:00
William Yang 03cf2da256 chore: enable OTP upgrade for 4.4 2022-10-30 21:55:38 +01:00
Zaiming (Stone) Shi 0d7855abd4
Merge pull request #9266 from zmstone/1027-sync-v43-to-v44
1027 sync v43 to v44
2022-10-28 22:16:44 +02:00