Zaiming (Stone) Shi
2d0144b8c4
Merge pull request #7615 from zmstone/0413-5.0-allow-space-in-path
...
5.0 allow space in path
2022-04-14 16:49:44 +01:00
lafirest
ae66c1b978
Merge pull request #7610 from lafirest/chore/exhook
...
chore(exhook): reformat exhook codes
2022-04-14 17:42:25 +08:00
Zhongwen Deng
da7bda3540
fix: can't shutdown emqx_config_handler process.
2022-04-14 17:02:07 +08:00
JianBo He
56191d42e7
Merge pull request #7586 from lafirest/test/gateway_authz
...
test(gateway): integration gateway test with http authz
2022-04-14 16:52:33 +08:00
firest
4db2761804
chore: update git-blame-ignore-revs
2022-04-14 15:06:01 +08:00
firest
1a4afabe9f
chore(exhook): reformat exhook codes
2022-04-14 14:12:34 +08:00
Zaiming (Stone) Shi
18cebd9be7
feat: parameterise console flavor
...
so we can start an Erlang console in a Elixir release
by: env EMQX_CONSOLE_FLAVOR=erl ./bin/emqx console
2022-04-13 23:29:17 +02:00
Zaiming (Stone) Shi
d09e050864
chore: pin replayq 0.3.4
2022-04-13 21:55:05 +02:00
Zaiming (Stone) Shi
82ef4c87e5
fix(bin/emqx): configure mnesia dir in vm.args file
2022-04-13 21:55:05 +02:00
Zaiming (Stone) Shi
3c03c0cfc1
feat(bin/emqx): make possible to boot Erlang node from Elixir build
2022-04-13 21:55:05 +02:00
Zaiming (Stone) Shi
2dbc65cfe3
fix(bin/emqx): make possible to start in path with space
2022-04-13 21:55:05 +02:00
Thales Macedo Garitezi
1c71237abe
feat(telemetry): add cluster uuid
2022-04-13 11:48:37 -03:00
Zaiming (Stone) Shi
72405f977c
refactor(bin/emqx): remove unnecessary intermediate env variables
2022-04-13 13:50:56 +02:00
Zaiming (Stone) Shi
438be98e15
chore(build): delete unused template-var platform_lib_dir
2022-04-13 13:50:25 +02:00
Zaiming (Stone) Shi
1c50841dea
chore(build): delete unused template var platform_bin_dir
2022-04-13 13:50:25 +02:00
Zaiming (Stone) Shi
c8242816b0
refactor(bin/emqx): no need to template-render RUNNER_ROOT_DIR
2022-04-13 13:50:25 +02:00
Zaiming (Stone) Shi
c62f7e5baa
chore: fix typos in bin/emqx
2022-04-13 13:50:25 +02:00
Yang Miao
5232619905
Merge pull request #7611 from EMQ-YangM/fix_rule_engine_behavior
...
fix: behavior of rule-engine when selection field does not exist
2022-04-13 19:07:06 +08:00
EMQ-YangM
ee6ac90d47
fix: behavior of rule-engine when selection field does not exist
2022-04-13 18:19:42 +08:00
DDDHuang
cfb6c4b0be
Merge pull request #7604 from DDDHuang/rm_routes
...
Rm routes
2022-04-13 17:17:37 +08:00
DDDHuang
1edf9fd086
chore: rm some useless mgmt func
2022-04-13 16:16:13 +08:00
DDDHuang
bf827cffa8
fix: authn bad examples
2022-04-13 16:16:13 +08:00
DDDHuang
9ef1795985
fix: add bad api test
2022-04-13 16:16:13 +08:00
DDDHuang
322bdffea9
fix: bad api path 404 response
2022-04-13 16:16:13 +08:00
DDDHuang
b8e2c76382
fix: remove routes
2022-04-13 16:16:12 +08:00
JianBo He
587fbf07ba
Merge pull request #7601 from lafirest/fix/coap_disconnected
...
fix(coap): fix CoAP incorrect disconnected event
2022-04-13 13:43:58 +08:00
firest
62fa500f85
fix(coap): fix CoAP incorrect disconnected event
2022-04-13 11:15:44 +08:00
JianBo He
5589e6e51a
Merge pull request #7591 from HJianBo/fix-gw-authn
...
chore: remove scram authenticator for all gateway
2022-04-13 09:55:06 +08:00
Thales Macedo Garitezi
3602e7552d
feat: use gen_rpc ordered cast for `emqx_rpc:cast/5`
...
From: https://github.com/emqx/emqx/pull/6554
2022-04-12 17:22:03 -03:00
Yang Miao
d41389b34f
Merge pull request #7588 from EMQ-YangM/fix_resource_id
...
fix: fix bridge resource Id
2022-04-12 17:05:18 +08:00
JianBo He
7954f32858
chore: remove scram authenticator for all gateway
2022-04-12 16:13:55 +08:00
Zaiming (Stone) Shi
b9f2aa36ea
Merge pull request #7583 from thalesmg/check-mria-otp-compat
...
feat(db): check if OTP has mnesia_hook, otherwise fallback to mnesia
2022-04-12 07:16:47 +01:00
EMQ-YangM
a7ee4f9fea
fix: fix bridge resource Id
2022-04-12 14:10:35 +08:00
firest
7afc5626ed
test(gateway): integration gateway test with http authz
2022-04-12 13:51:14 +08:00
JianBo He
935f9374d2
Merge pull request #7559 from lafirest/fix/empty_topic_with_alias_5
...
fix(frame): fix empty topic check error
2022-04-12 13:39:41 +08:00
firest
907e643e20
fix(frame): fix empty topic check error
2022-04-12 12:14:48 +08:00
Yang Miao
7af9919823
Merge pull request #7578 from EMQ-YangM/improve_code_cover
...
test: improve emqx_mgmt_api_stats test coverage to 100%
2022-04-12 10:37:09 +08:00
EMQ-YangM
2e4c9720d8
test: improve emqx_mgmt_api_stats test coverage to 100%
2022-04-12 09:35:16 +08:00
Thales Macedo Garitezi
b5ac56ba50
feat(db): check if OTP has mnesia_hook, otherwise fallback to mnesia
...
Adds a check to `bin/emqx` to see if the OTP version being used has
support for `mnesia_hook`, which is required by Mria for using the
RLOG backend. If OTP is not compatible and the user tries to use
RLOG, a warning is printed during startup and the configuration falls
back to using the Mnesia backend.
2022-04-11 14:33:16 -03:00
Thales Macedo Garitezi
2305d90775
Merge pull request #7582 from thalesmg/port-44-license-parser
...
feat(license): port 4.4 parser to 5.0
2022-04-11 13:31:44 -03:00
Ilya Averyanov
22fa5eb0b2
Merge pull request #7580 from savonarola/fix-authn-examples
...
chore(emqx_authn): update examples
2022-04-11 16:28:58 +03:00
Thales Macedo Garitezi
d12229700a
feat(license): port 4.4 parser to 5.0
2022-04-11 09:25:06 -03:00
Ilya Averyanov
f5d0e8ce84
chore(emqx_authn): update examples
2022-04-11 14:42:17 +03:00
zhongwencool
72e16eb7d1
Merge pull request #7557 from zhongwencool/api-cluster
...
feat: add api_cluster api.
2022-04-11 16:47:57 +08:00
Zhongwen Deng
5acf19a947
chore: add invite_node/2 bpapi
2022-04-11 15:32:49 +08:00
Xinyu Liu
4087faf1f1
Merge pull request #7570 from EMQ-YangM/improve_code_cover
...
fix: export rule-engine reset_metrics api
2022-04-11 15:30:08 +08:00
EMQ-YangM
21dfd5dd47
fix: export rule reset_metrics api
2022-04-11 15:21:14 +08:00
Yang Miao
45ea26bc17
Merge pull request #7528 from EMQ-YangM/reset_metrics
...
feat: impl reset_metrics api
2022-04-11 11:38:05 +08:00
EMQ-YangM
f91c0e140d
fix: fix static_checks error
2022-04-11 10:25:48 +08:00
EMQ-YangM
5aeb3c2dc2
feat: impl bridge reset_metrics api
2022-04-11 10:25:48 +08:00