JianBo He
6d9e1e0d7a
test(mgmt): cover emqx_mgmt_api:cluster_query
2022-11-24 20:14:33 +01:00
JianBo He
36de83a50a
feat(cm): change emqx_channel_info to ordered_set table
2022-11-24 20:14:33 +01:00
JianBo He
b9c5a5f822
fix(delayed): return correct node name
2022-11-24 20:14:33 +01:00
JianBo He
0c1412315c
chore(bpapi): ignore emqx_mgmt_api:collect_total_from_tail_nodes/3
2022-11-24 20:14:33 +01:00
JianBo He
79a2682fd3
chore: improve the no-conditions query
2022-11-24 20:14:33 +01:00
JianBo He
8a0c468b01
test: refine tests for lots of List HTTP API
2022-11-24 20:14:33 +01:00
JianBo He
09958d9a33
chore: fix diaylzer warnings
2022-11-24 20:14:33 +01:00
JianBo He
9c7bf9d601
chore: update app.src
2022-11-24 20:14:33 +01:00
JianBo He
8f7337c9d2
chore: return undefined fuzzy searching func
2022-11-24 20:14:33 +01:00
JianBo He
28d391f26c
fix(mgmt): collect total number in node_query/cluster_query
2022-11-24 20:14:33 +01:00
JianBo He
1fe9c105aa
refactor(mgmt): smplify the node_query/cluster_query implementation
2022-11-24 20:14:33 +01:00
JianBo He
08121e7df6
fix(mgmt): optimize the speed of query tail pages
...
In the previous, when you query the tail pages, all the front of rows
will be queried out and formatted. It greatly hurts the speed of query.
Currently, we only format the final result rows. i.e, the query for the
last page of data will be 10x faster.
2022-11-24 20:14:33 +01:00
Zaiming (Stone) Shi
17ec202b57
chore: upgrade to dashboard v1.1.2
2022-11-24 16:42:25 +01:00
Zaiming (Stone) Shi
a4bc723bdf
Merge pull request #8516 from zmstone/0720-feat-direct-deny-when-anonymous-is-not-allowed
...
feat(authn): support quick deny anonymous
2022-11-24 16:08:06 +01:00
Zaiming (Stone) Shi
6837af2308
Merge branch 'release-v50' into 0720-feat-direct-deny-when-anonymous-is-not-allowed
2022-11-24 16:07:58 +01:00
Stefan Strigler
08163feed7
Merge pull request #9401 from sstrigler/EMQX-7751-support-message-properties
...
EMQX 7751 support message properties
2022-11-24 14:04:25 +01:00
Zhongwen Deng
70b6397ada
feat: support node.global_gc_interval=disabled
2022-11-24 20:35:41 +08:00
firest
723959fe0d
chore: update changes
2022-11-24 17:49:35 +08:00
firest
03fb543ba8
fix(ctl): fix unsafe `list_to_atom`
...
A command can be called only when it is exists
2022-11-24 17:28:53 +08:00
lafirest
23967ec543
Merge pull request #9411 from lafirest/fix/bridge_ssl_update
...
fix: fix obsolete SSL files aren't deleted after the bridge configuration update
2022-11-24 16:58:48 +08:00
firest
2bc8b00419
feat(authn): support quick deny anonymous
2022-11-24 09:44:19 +01:00
Zaiming (Stone) Shi
b879c935eb
Merge pull request #9404 from JimMoen/fix-typo-50
...
fix(typo): typo in code
2022-11-24 09:39:43 +01:00
zhongwencool
e12f649468
Merge pull request #9415 from zhongwencool/set-channel-info
...
chore: set channel info once
2022-11-24 15:08:50 +08:00
lafirest
75779a6f29
Merge pull request #9413 from zmstone/1123-add-v5.0.12-change-log-files
...
docs: add change log files for v5.0.12
2022-11-24 11:05:16 +08:00
firest
fc2793c300
fix: fix upside down function clause
2022-11-24 10:37:52 +08:00
Zhongwen Deng
282e6ff218
chore: set channel info once
2022-11-24 09:59:39 +08:00
Zaiming (Stone) Shi
67cef65fdb
refactor(emqx_connector_ssl): simplify implementation
2022-11-23 23:49:43 +01:00
Zaiming (Stone) Shi
6f67e3b333
feat(emqx_map_lib): add a binary_key_map help function
2022-11-23 23:49:43 +01:00
firest
dd82899118
chore: update app version && changes
2022-11-23 23:49:43 +01:00
firest
6dc5078a96
fix: fix obsolete SSL files aren't deleted after the bridge configuration update
2022-11-23 23:49:43 +01:00
Stefan Strigler
afcb33aa20
feat: support publish with properties
2022-11-23 17:04:35 +01:00
Stefan Strigler
acef85e11a
test: initialize clients in test setup, teardown after test
2022-11-23 17:03:43 +01:00
Zaiming (Stone) Shi
7b5f3f5304
docs: add change log files for v5.0.12
2022-11-23 15:26:48 +01:00
Zaiming (Stone) Shi
cded5fc6cf
Merge pull request #9398 from emqx/1121-rule-bridge-properties
...
1121 rule bridge properties
2022-11-23 15:12:24 +01:00
lafirest
6e106ede66
Merge pull request #9410 from lafirest/newly_unsafe_atom
...
fix: fix newly found unsafe `binary_to_atom`
2022-11-23 19:22:44 +08:00
firest
1719414c04
chore: update app versions
2022-11-23 11:42:49 +08:00
firest
19405114e2
fix: fix newly found unsafe `binary_to_atom`
2022-11-23 11:07:20 +08:00
Zaiming (Stone) Shi
f3df2c80d8
feat: add user_properties arg for republish action
2022-11-22 20:09:59 +01:00
kraftwerk28
00c57de4c3
feat: do not drop MQTTv5 properties in rule/bridge
2022-11-22 20:09:59 +01:00
lafirest
f44e70a026
Merge pull request #9406 from lafirest/fix/max_topic_level
...
fix: change the defualt value of `max_topic_levels` to 128
2022-11-22 20:27:23 +08:00
firest
461aa7fe9b
chore: update changes
2022-11-22 18:53:09 +08:00
firest
118a97a0d8
fix: change the defualt value of `max_topic_levels` to 128
2022-11-22 18:45:44 +08:00
Ivan Dyachkov
d0d99378b4
ci: define otp source and install path in one place
2022-11-22 11:08:59 +01:00
JianBo He
5cd31e4b62
Merge pull request #9354 from HJianBo/refine-changes-md
...
chore: fix the bad change logs introduced in #9307
2022-11-22 17:39:08 +08:00
JianBo He
8dbf34ea94
Merge branch 'master' into refine-changes-md
2022-11-22 14:52:22 +08:00
JianBo He
561d4402cc
Merge pull request #9399 from HJianBo/fix-will-mount
...
fix(will-msg): fix mountpoint not working for will-msg.
2022-11-22 13:34:23 +08:00
JimMoen
c21fa3c339
fix(typo): typo in code
2022-11-22 09:51:30 +08:00
JianBo He
a6ca124772
chore: update changes
2022-11-21 21:45:02 +08:00
JianBo He
fcbf1bc890
fix(will-msg): fix mountpoint not working for will-msg.
2022-11-21 21:41:00 +08:00
zhongwencool
966e6ddeeb
Merge pull request #9363 from zhongwencool/statsd-update-api
...
refactor: emqx_statsd hot update
2022-11-21 17:26:26 +08:00