Commit Graph

178 Commits

Author SHA1 Message Date
Shawn 25b4737890 fix: bump app vsns 2023-06-30 14:41:54 +08:00
Shawn 154fe441de fix: cannot access columns exported by FOREACH in DO clause 2023-05-06 11:28:47 +08:00
Shawn e5ca44d0b6 chore: update appups and app vsns 2023-04-21 17:03:33 +08:00
Zaiming (Stone) Shi 5e62f590a9 chore: bump app versions 2023-03-20 16:47:17 +01:00
Shawn 0c670262e7 chore: update emqx_modules.appup.src 2023-03-14 16:22:35 +08:00
Shawn 7407b1b6ed fix: topic rewrite failed if clientid is an atom() 2023-03-14 14:42:08 +08:00
Shawn 2e8d207558 chore: bump versions for apps 2023-03-09 09:06:41 +08:00
Shawn 753f70bab8 chore: final EMQ X -> EMQX 2023-03-09 01:58:40 +08:00
Shawn 42288f6998 chore: bump version for emqx_dashboard 2023-03-08 14:56:01 +08:00
Shawn 8ecdc72920 fix: change timeout of gen_server:calls for emqx_telemetry to infinity 2023-03-03 13:57:59 +08:00
Shawn b0732cb0bb fix(test): flaky test cases emqx_mod_delayed_SUITE 2023-02-17 13:54:54 +08:00
Shawn db60ce01d8 chore: update emqx_modules.appup.src 2023-02-13 13:40:53 +08:00
Shawn 05d14119fa fix: keep v4.4 files sync with e4.4 2023-02-13 13:08:22 +08:00
Shawn 1140026c15 chore: update emqx_modules.appup.src 2023-02-08 15:35:29 +08:00
Shawn 82c2ea980d fix: change EMQ X -> EMQX 2023-02-08 15:04:57 +08:00
firest 482952e951 chore: bump app version 2023-01-30 10:24:52 +08:00
firest 9d6efeaea8 feat: improve the integration of the `banned` and the `delayed` feature 2023-01-29 20:26:11 +08:00
Thales Macedo Garitezi d6e0ecddbc chore: update appups 2023-01-06 13:59:25 -03:00
Thales Macedo Garitezi 53ab67285a Merge tag 'v4.4.14' into sync-v4414-into-v44 2023-01-06 13:34:34 -03:00
zhongwencool 5e717bb316 fix: update dashboard password validator 2023-01-06 17:31:02 +08:00
Thales Macedo Garitezi f6bdd1ffec chore: prepare for v4.4.14 release 2023-01-05 14:09:07 -03:00
Zaiming (Stone) Shi 14ba75502f chore: update copyright year 2023-01-02 14:54:38 +01:00
Zaiming (Stone) Shi ccd68eeb5b chore: prepare for 4.4.14 2022-12-30 20:07:51 +01:00
Thales Macedo Garitezi bc654ddf3a chore: bump release -> v4.4.13 2022-12-30 11:51:32 -03:00
Zaiming (Stone) Shi ece2b7f6bc chore: bump emqx_dashboard app vsn to 4.4.12 2022-12-29 11:24:53 +01:00
zhongwencool be9870787c fix: add dashboard password validation 2022-12-09 10:15:09 +08:00
Zaiming (Stone) Shi d244c298dc chore: update app vsn and appup 2022-11-28 12:49:35 +01:00
Zaiming (Stone) Shi 89ad7ed7ef chore: bump app versions 2022-11-28 11:03:28 +01:00
Zaiming (Stone) Shi 71299a2bcf Merge remote-tracking branch 'origin/main-v4.3' into main-v4.4 2022-11-28 10:02:29 +01:00
Zaiming (Stone) Shi 478b006e68 chore: update versions 2022-11-26 21:04:53 +01:00
Thales Macedo Garitezi 61ac8f6bae test: fix broken mod delayed test
https://github.com/emqx/emqx/actions/runs/3479575153/jobs/5818370291#step:8:309

```
%%% emqx_mod_delayed_SUITE ==> init_per_suite: FAILED
%%% emqx_mod_delayed_SUITE ==> {{failed_to_start_app,emqx_modules,
     {emqx_modules,
         {bad_return,
             {{emqx_modules_app,start,[normal,[]]},
              {'EXIT',
                  {function_clause,
                      [{proplists,get_value,
                           [acl_file,undefined,undefined],
                           [{file,"proplists.erl"},{line,216}]},
                       {emqx_mod_acl_internal,load,1,
                           [{file,
                                "/__w/emqx/emqx/source/lib-ce/emqx_modules/src/emqx_mod_acl_internal.erl"},
                            {line,46}]},
                       {emqx_modules,load_module,2,
                           [{file,
                                "/__w/emqx/emqx/source/lib-ce/emqx_modules/src/emqx_modules.erl"},
                            {line,157}]},
                       {lists,foreach,2,[{file,"lists.erl"},{line,1342}]},
                       {emqx_modules_app,start,2,
                           [{file,
                                "/__w/emqx/emqx/source/lib-ce/emqx_modules/src/emqx_modules_app.erl"},
                            {line,30}]},
                       {application_master,start_it_old,4,
                           [{file,"application_master.erl"},
                            {line,293}]}]}}}}}},
 [{emqx_ct_helpers,start_app,4,
      [{file,
           "/__w/emqx/emqx/source/_build/test/lib/emqx_ct_helpers/src/emqx_ct_helpers.erl"},
       {line,99}]},
  {lists,foreach,2,[{file,"lists.erl"},{line,1342}]},
  {emqx_mod_delayed_SUITE,init_per_suite,1,
      [{file,
           "/__w/emqx/emqx/source/lib-ce/emqx_modules/test/emqx_mod_delayed_SUITE.erl"},
       {line,38}]},
  {test_server,ts_tc,3,[{file,"test_server.erl"},{line,1783}]},
  {test_server,run_test_case_eval1,6,[{file,"test_server.erl"},{line,1380}]},
  {test_server,run_test_case_eval,9,[{file,"test_server.erl"},{line,1224}]}]}
```
2022-11-16 10:36:49 -03:00
JimMoen db08efa0ac
test(rewrite): invalided topic rewrite rule 2022-11-15 09:01:04 +08:00
JimMoen 32a885017b
chore: bump appup.src for `emqx_mod_rewrite` 2022-11-15 09:01:03 +08:00
JimMoen 1bb31776c9
fix(rewrite): add topic rewrite validation for filter or name 2022-11-15 09:01:03 +08:00
Zaiming (Stone) Shi 1783fa1e80 Merge remote-tracking branch 'origin/release-v43' into release-v44 2022-11-14 23:15:39 +01:00
JimMoen 7b5340ce09
fix(api): uppercase api request method 2022-11-14 17:55:17 +08:00
Zaiming (Stone) Shi 0eebabd34c Merge remote-tracking branch 'origin/release-v43' into release-v44 2022-11-07 10:48:38 +01:00
JimMoen 639006e302
fix(prometheus): disable auth for prometheus endpoint on mgmt listener 2022-11-07 00:44:37 +08:00
Zaiming (Stone) Shi 2062911e3b Merge remote-tracking branch 'origin/release-v43' into release-v44 2022-11-04 13:28:12 +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 f0b350ba4f Merge remote-tracking branch 'origin/release-v43' into release-v44 2022-11-01 13:51:06 +01: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 c2c089d0e9 chore: remove useless information from the dashboard listener failure log 2022-10-28 17:26:25 +08:00
JimMoen 8a644bac99 chore: bump app.src and appup.src 2022-10-18 11:28:54 +08:00
Zaiming (Stone) Shi 20e0d14026 chore: bump app versions 2022-10-15 15:01:57 +02:00
firest 9f400eb11d fix(slow_subs): Fix the unit error of the `deliver_begin_at` timestamp
The unit of `deliver_begin_at` is incorrectly used the seconds,
this will cause the `internal` stat type to never working and the `response` type time span error
2022-09-26 17:32:01 +08:00
Zaiming (Stone) Shi 816b4749db chore: update app versions 2022-09-19 15:14:22 +02:00
Zaiming (Stone) Shi bfb53b7f24 chore: bump app versions after merged tag v4.3.20 2022-09-16 12:56:51 +02: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