zhongwencool
|
2943cbc261
|
Merge pull request #8857 from zhongwencool/cluster-rpc-when-node-down
feat: cluster-rpc failed fast when some nodes is down
|
2022-09-07 14:34:36 +08:00 |
Zaiming (Stone) Shi
|
c9b6dfd7f9
|
Merge pull request #8905 from zmstone/0906-warn-default-erlang-cookie
refactor(cookie): Warning message when boot with default Erlang cookie
|
2022-09-07 08:06:55 +02:00 |
Zhongwen Deng
|
33341011d8
|
chore: improve wait_for_nodes_commit/4 function
|
2022-09-07 10:19:46 +08:00 |
zhongwencool
|
758b1979ab
|
chore: Apply suggestions from code review
Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
|
2022-09-07 10:19:46 +08:00 |
Zhongwen Deng
|
1175008a74
|
feat: cluster-rpc failed fast when some nodes is down
|
2022-09-07 10:19:46 +08:00 |
Zaiming (Stone) Shi
|
f785da075b
|
ci: only start required docker for integration tests
|
2022-09-06 19:25:53 +02:00 |
Zaiming (Stone) Shi
|
ac840e318e
|
refactor(cookie): Warning message when boot with default Erlang cookie
|
2022-09-06 18:58:35 +02:00 |
firest
|
3f758ca36f
|
fix(tls): fix ciphers cache return `ok` at the first time call
|
2022-09-06 16:42:02 +08:00 |
zhongwencool
|
614be2768f
|
Merge pull request #8892 from zhongwencool/emqx_vars_override
feat: don't override RUNNER_LOG_DIR env in emqx_vars
|
2022-09-05 22:46:24 +08:00 |
Zaiming (Stone) Shi
|
9408aeb719
|
Merge pull request #8420 from zmstone/0705-refactor-delete-unused-module
chore: delete unused schema module
|
2022-09-05 16:33:07 +02:00 |
Thales Macedo Garitezi
|
09d640c1b6
|
Merge pull request #8887 from thalesmg/bugfix-will-msg-not-connected
bugfix: do not publish last will when authentication failed
|
2022-09-05 10:38:47 -03:00 |
ieQu1
|
9dfa82b448
|
fix(shared_sub): Dispatch shared messages via gen_rpc
|
2022-09-05 14:06:59 +02:00 |
Thales Macedo Garitezi
|
e0fcf07cf9
|
fix: do not publish last will when authentication failed
fixes #8886
|
2022-09-05 08:55:47 -03:00 |
ieQu1
|
03766d54cc
|
feat(emqx_rpc): call with timeout
|
2022-09-05 13:38:34 +02:00 |
ieQu1
|
c2d03838e2
|
fix(bpapi): Return undefined for unknown API on the node
|
2022-09-05 12:29:33 +02:00 |
Zhongwen Deng
|
ed4e890db9
|
chore: bump emqx_conf to 0.1.4
|
2022-09-05 16:15:31 +08:00 |
Zhongwen Deng
|
6de7881569
|
feat: remove node.etc_dir config
|
2022-09-05 16:11:11 +08:00 |
JimMoen
|
d4785553b9
|
Merge pull request #8872 from JimMoen/fix-mqtt-bridge-fields
Fix mqtt bridge fields.
- Show ssl file path in Dashboard.
- MQTT bridge `payload` field not required.
merge `v5.0.7` into `master`.
|
2022-09-05 09:46:45 +08:00 |
JimMoen
|
d533e35df0
|
chore: update app vsn
|
2022-09-02 22:26:21 +08:00 |
JianBo He
|
a41461ac93
|
chore: update apps/emqx_authn/src/simple_authn/emqx_authn_jwt.erl
|
2022-09-02 16:17:25 +08:00 |
JimMoen
|
16618131ad
|
fix(bridge): mqtt source/sink bridge use empty payload template
|
2022-09-02 14:44:38 +08:00 |
JimMoen
|
2693fc263d
|
fix(bridge): show file paths for SSL certs in dashboard for bridge
|
2022-09-02 14:12:03 +08:00 |
JimMoen
|
74659bb864
|
fix(bridge): rm mqtt bridge default `username` and `password`
|
2022-09-02 10:43:32 +08:00 |
JimMoen
|
1d70e0b0ec
|
Merge tag 'v5.0.7' into fix-mqtt-bridge-fields
|
2022-09-02 10:43:23 +08:00 |
firest
|
8b9494cf4b
|
fix(jwt): support non-integer timestamp claims
fix #8825
|
2022-09-02 10:17:47 +08:00 |
lafirest
|
757cee0d8b
|
Merge pull request #8780 from HJianBo/authz-ignore-nomatch-rules
fix: exhook client.authorize never be execauted
|
2022-09-02 10:14:08 +08:00 |
zhouzb
|
ee91128cef
|
chore: bump vsn
|
2022-09-01 15:05:18 +08:00 |
zhongwencool
|
b54ebacd3e
|
Merge pull request #8852 from zhongwencool/return-503-when-router-not-ready
fix: return 503 if dashboard's routers not ready
|
2022-09-01 10:23:58 +08:00 |
Zhongwen Deng
|
13c0c79567
|
chore: bump up emqx_dashboard
|
2022-09-01 09:39:15 +08:00 |
firest
|
05bbadc8c5
|
chore: bump ahutz version && update CHANGES-5.0.md
|
2022-08-31 21:15:55 +08:00 |
firest
|
63a6cd15c1
|
test: add emqx_access_control:authorize case for exhook
|
2022-08-31 21:14:40 +08:00 |
firest
|
71aaf5c538
|
fix(authz): fix dialyzer && test case && proper error
|
2022-08-31 16:49:27 +08:00 |
Zhongwen Deng
|
1cb281fbc4
|
fix: return 503 if dashboard's router not ready
|
2022-08-31 15:45:54 +08:00 |
JianBo He
|
168f44e45b
|
fix: exhook client.authorize never be execauted
see: https://github.com/emqx/emqx/issues/8779
|
2022-08-31 14:34:02 +08:00 |
JianBo He
|
47648b3874
|
Merge pull request #8827 from lafirest/fix/sql_placeholder
fix(placeholder): allow placeholders in sql to be wrapped by quotes
|
2022-08-31 14:13:06 +08:00 |
firest
|
ab927c785d
|
chore: bump emqx_plugin_libs version
|
2022-08-31 11:26:47 +08:00 |
firest
|
e001892d04
|
fix(placeholder): add test case for placeholders wrapped by quotes
|
2022-08-31 11:22:07 +08:00 |
firest
|
aeb5b2a2ff
|
fix(placeholder): allow placeholders in sql to be wrapped by quotes
|
2022-08-31 11:03:03 +08:00 |
firest
|
1233d3c8df
|
fix(gateway): compatible with the old "/gateway" form API
|
2022-08-31 10:53:13 +08:00 |
firest
|
bc12899ef8
|
fix(gateway): fix coap test case error
|
2022-08-31 09:27:37 +08:00 |
firest
|
81a86e3202
|
fix(gateway): fix test case error
|
2022-08-31 09:27:37 +08:00 |
firest
|
527ea23ec8
|
fix(gateway): change the `/gateway` API path to plural form
|
2022-08-31 09:27:37 +08:00 |
zhouzb
|
0aac916c1a
|
Merge branch 'release-v5.0.7' into sync-changes-from-506
|
2022-08-30 15:30:41 +08:00 |
Zaiming (Stone) Shi
|
d74564a7f0
|
Merge pull request #8817 from zmstone/0822-fix-changelog
0822 fix changelog
|
2022-08-29 15:59:00 +01:00 |
William Yang
|
7451351c42
|
fix: quic listener idle_timeout type err
|
2022-08-29 16:19:19 +02:00 |
JianBo He
|
b8003765f8
|
Merge pull request #8790 from lafirest/fix/exhook_log
fix(exhook): fix the error message of unknown hookpoint
|
2022-08-27 13:33:51 +08:00 |
Zaiming (Stone) Shi
|
2eb078ff3b
|
chore: bump changed app versions
|
2022-08-26 14:32:28 +02:00 |
zhouzb
|
ecb79716ad
|
Merge branch 'master' into merge-506-to-master
|
2022-08-26 17:40:26 +08:00 |
firest
|
611053b6ca
|
chore: bump exhook app version
|
2022-08-25 16:53:58 +08:00 |
Zaiming (Stone) Shi
|
97856f2e42
|
fix: allow empty string as ciphers
|
2022-08-24 21:02:21 +02:00 |