Commit Graph

8900 Commits

Author SHA1 Message Date
Zaiming (Stone) Shi 94092bc52e ci: ensure _build dir is owned by root
so the git command can run without safe.directory config for
cloned dependencies
2022-05-27 00:59:31 +02:00
Zaiming (Stone) Shi 0402903d71 chore: update to version 4.3.15-rc.3 2022-05-26 23:49:52 +02:00
Zaiming (Stone) Shi a403c9ff91 ci: pin emqx-buider 4.4-12
Centos/Rockylinux had troulbe booting because OpenSSL version
was too new (1.1.1n).

builder 4.4-12 has
* Centos7: only one version (1.1.1k) OpenSSL installed
* Centos8: go back to use default OpenSSL (1.1.1k)
2022-05-26 19:33:04 +02:00
Zaiming (Stone) Shi 29622558c5 ci: pin emqx-buider 4.4-12
Centos/Rockylinux had troulbe booting because OpenSSL version
was too new (1.1.1n).

builder 4.4-12 has
* Centos7: only one version (1.1.1k) OpenSSL installed
* Centos8: go back to use default OpenSSL (1.1.1k)
2022-05-26 18:04:01 +02:00
Zaiming (Stone) Shi 31ade29bae Merge tag 'v4.3.14' into main-v4.3
v4.3.14 has been re-tagged to fix openssl issue found in centos
packages

also raspbian10 has been removed from ci because it's too slow
to emulate
2022-05-26 16:55:37 +02:00
Zaiming (Stone) Shi 9274899ce9 ci: delete raspbian10 from build list 2022-05-26 16:53:56 +02:00
gsychev d2e4ed37c3
Merge pull request #7984 from emqx/shared_dispatch_full_inflight
Shared dispatch full inflight
2022-05-26 10:20:04 +00:00
JianBo He 157bcffd6f
Merge branch 'main-v4.3' into shared_dispatch_full_inflight 2022-05-26 16:53:35 +08:00
DDDHuang ed8c61bf8d
Merge pull request #8044 from DDDHuang/log_format
fix: logger formatter
2022-05-26 16:51:35 +08:00
Georgy Sychev aabfb71804 chore: changes.md 2022-05-26 12:32:15 +04:00
JianBo He 5dc733940e
Merge pull request #8043 from HJianBo/merge-main-v4.3-into-v4.4
Merge main v4.3 into v4.4
2022-05-26 16:07:11 +08:00
DDDHuang 64a455bf8e fix: old date format style example & some code format 2022-05-26 16:06:04 +08:00
JianBo He 4b36d9b08b chore: bump version to 4.4.4-rc.2 2022-05-26 13:57:04 +08:00
JianBo He cfbf2ca4d2 Merge tag 'v4.3.15-rc.2' into merge-main-v4.3-into-v4.4 2022-05-26 13:34:33 +08:00
JianBo He 6efa41b346
Merge pull request #8051 from HJianBo/test-ci
build: fix 'fatal: unsafe repository ...' on ubuntu20.04
2022-05-26 13:33:22 +08:00
DDDHuang e1ad8aab46 fix: date format funs & logger conf & appup & change log 2022-05-26 13:13:00 +08:00
DDDHuang 4fc5cb2817 fix: rule engine date format fun & date to timestamp 2022-05-26 12:57:53 +08:00
DDDHuang 664ebcc192 fix: log date format by emqx_calendar 2022-05-26 12:57:53 +08:00
DDDHuang 34ec0cc04b fix: logger formatter 2022-05-26 12:57:53 +08:00
JianBo He 4655d55192 build: fix 'fatal: unsafe repository ...' on ubuntu20.04 2022-05-26 12:50:39 +08:00
JianBo He c5349cef64 Merge remote-tracking branch 'ce/main-v4.3' into merge-main-v4.3-into-v4.4 2022-05-26 11:18:15 +08:00
JianBo He cd5889fb92
Merge pull request #8047 from HJianBo/bump-vsn-for-v4.3
chore: bump to 4.3.15-rc.2
2022-05-26 11:08:23 +08:00
JianBo He c9f45a692a chore: bump to 4.3.15-rc.2 2022-05-26 09:40:27 +08:00
Georgy Sychev 31d4c92a17 fix(shared): retry dispatch when inflights are full 2022-05-25 20:31:10 +04:00
Zaiming (Stone) Shi 314f2ae4b5
Merge pull request #8040 from zmstone/0524-fix-ram-alarm-4.3
fix(alarm): fix false sysmem usage alarm
2022-05-25 17:13:27 +01:00
Zaiming (Stone) Shi 5a84b2c623 chore: only deal with 0-100 scale sysmem high watermark 2022-05-25 16:35:08 +02:00
Zaiming (Stone) Shi 1bebbd6ee5 fix(emqx_os_mon): ensure alarm is deactivated on unsupported platforms 2022-05-25 16:21:53 +02:00
Zaiming (Stone) Shi 0400638f71 feat(update_appup.escript): allow skipped versions
Say app current version is 1.1.2, and the compare baes is
version 1.1.1, but there is a 1.1.2 in appup.

We may skip updating appup instructions for 1.1.2
as it's never used, (at least not in EMQX)
2022-05-25 15:36:12 +02:00
Zaiming (Stone) Shi 17b9baf509 fix(alarm): fix false sysmem usage alarm
Use information from lc app to trigger sysmem alarm set/clear actions
2022-05-25 15:35:42 +02:00
JianBo He c839df539b chore: rearrange CHANGS-4.4.md 2022-05-25 17:03:48 +08:00
JianBo He 7862d75ee4 Merge remote-tracking branch 'ce/main-v4.3' into merge-main-v4.3-into-v4.4 2022-05-25 16:59:04 +08:00
Zaiming (Stone) Shi 7fc0a84b43
Merge pull request #8033 from zmstone/0524-fix-bin-emqx-license-option
fix(bin/emqx): fix license option to allow space in path
2022-05-24 09:46:52 +01:00
JianBo He 1038762408
Merge pull request #8031 from HJianBo/fix-modules-import-auth-mnesia
Fix modules import auth mnesia
2022-05-24 16:46:38 +08:00
Zaiming (Stone) Shi c741b9dfbe fix(bin/emqx): fix license option to allow space in path 2022-05-24 09:45:58 +02:00
Shawn d9252dc672 fix(schema): init resources before restoring schema registry 2022-05-24 14:37:44 +08:00
JianBo He 355f859a9b test: format data-export files 2022-05-24 14:37:44 +08:00
JianBo He 0eef297747 chore: fix dialyzer error 2022-05-24 14:37:44 +08:00
JianBo He 1531b34f8a test: add cases for importing e427 2022-05-24 14:37:44 +08:00
JianBo He 8fe933e885 fix: ensure auth_mnesia started first 2022-05-24 14:37:44 +08:00
Xinyu Liu cd95166c01
Merge pull request #8030 from terry-xiaoyu/top_level_epgsql_deps
chore: move epgsql deps to the top-level rebar.config
2022-05-24 11:10:51 +08:00
Shawn 6e7cbc1b9b chore: move epgsql deps to the top-level rebar.config 2022-05-24 09:33:17 +08:00
Zaiming (Stone) Shi 391c015154
Merge pull request #8026 from thalesmg/fix-node-dump-43
fix(node_dump): define `RUNNER_ROOT_DIR` before sourcing vars
2022-05-23 21:36:00 +01:00
Thales Macedo Garitezi 24f0592e94
fix(node_dump): define `RUNNER_ROOT_DIR` before sourcing vars
Port of https://github.com/emqx/emqx/pull/7733

`emqx_vars` requires `RUNNER_ROOT_DIR` to be defined before being
sourced.
2022-05-23 16:23:46 -03:00
Xinyu Liu e5098869c9
Merge pull request #8025 from emqx/copy-of_main-v4.3
merge main-v4.3 to main-v4.4
2022-05-23 23:25:20 +08:00
Shawn 433d74254e chore: dashboard v4.4.10 2022-05-23 23:24:32 +08:00
Xinyu Liu 211fee3035
Merge branch 'main-v4.4' into copy-of_main-v4.3 2022-05-23 23:19:19 +08:00
Xinyu Liu f1f7ace723
Merge pull request #8024 from thalesmg/fix-bkp-restore-changelog
chore: update changelog
2022-05-23 22:45:15 +08:00
Shawn 41331c5c1a chore: release 4.3.15-rc.1 2022-05-23 22:26:20 +08:00
Thales Macedo Garitezi 3689977e26
chore: update changelog 2022-05-23 11:24:52 -03:00
Zaiming (Stone) Shi a17e415e47
Merge pull request #8014 from zmstone/0523-docs-update-changelog
docs: update changelog for 4.4
2022-05-23 15:19:07 +01:00