JimMoen
|
ab807fba51
|
Merge pull request #10329 from kjellwinblad/kjell/EMQX-9138-e-5-0-2-ensure-that-the-error-messages-returned-are-consistent
fix: create consistent interface 'with_node' for API access
|
2023-04-06 14:47:42 +08:00 |
Ivan Dyachkov
|
9d1a16aae1
|
feat: add emqx_rpc:multicall_on_running
also move emqx:is_running multicall to emqx_proto_v2:are_running
|
2023-04-04 20:40:47 +02:00 |
Ivan Dyachkov
|
3d7ceb01a0
|
fix(mgmt): fix stats api by applying filter to running_nodes
|
2023-04-04 19:58:43 +02:00 |
Stefan Strigler
|
04626ce9cc
|
fix: create consistent interface 'with_node' for API access
|
2023-04-04 16:54:14 +02:00 |
Thales Macedo Garitezi
|
91a57faa95
|
Merge pull request #10128 from thalesmg/ocsp-v50-mkII
feat: add ocsp stapling support to mqtt ssl listener (5.0)
|
2023-03-16 13:10:48 -03:00 |
Zhongwen Deng
|
60677bc400
|
chore: remove unuse code
|
2023-03-15 20:40:54 +08:00 |
Thales Macedo Garitezi
|
52263a0448
|
feat: add ocsp stapling and crl support to mqtt ssl listener
|
2023-03-14 16:08:47 -03:00 |
Serge Tupchii
|
bde4215a11
|
fix: copy plugins to a new node joining a cluster
Closes: EMQX-8889
|
2023-03-14 20:42:57 +02:00 |
ieQu1
|
e3595f2e79
|
chore(mria): Bump version to 0.4.0
|
2023-03-11 00:37:25 +01:00 |
Zaiming (Stone) Shi
|
469071df00
|
fix(emqx_management): ensure binary string for log_path
|
2023-03-01 07:45:36 +01:00 |
Zaiming (Stone) Shi
|
d369e3167b
|
fix(emqx_mgmt): format stoped nodes correctly
|
2023-02-28 21:38:30 +01:00 |
Stefan Strigler
|
0cfa5e2ce1
|
Merge pull request #9994 from sstrigler/EMQX-3688-emqx-mgmt
emqx mgmt code coverage and cleanup
|
2023-02-22 14:30:36 +01:00 |
Stefan Strigler
|
28382ec26b
|
test: add test for pubsub api
|
2023-02-21 13:11:34 +01:00 |
Stefan Strigler
|
e78c2c2869
|
fix: return 404 in case node is not found
|
2023-02-21 10:20:34 +01:00 |
Stefan Strigler
|
9ecf154a71
|
fix: limit bytes param to signed 32bit int
We still need to check if chunk we're reading fits in memory
|
2023-02-21 10:20:14 +01:00 |
Stefan Strigler
|
8ae4440061
|
style: fix API description for bytes parameter
|
2023-02-21 09:41:32 +01:00 |
Stefan Strigler
|
81fad58f12
|
fix: re-add `list_subscriptions/0`
Created a ticket to add an actual working implementation
|
2023-02-21 09:41:00 +01:00 |
Stefan Strigler
|
71f3efb2ce
|
style: fix empty line
|
2023-02-21 09:41:00 +01:00 |
Stefan Strigler
|
c44c7fcbce
|
style: remove unused macro
|
2023-02-21 09:41:00 +01:00 |
Stefan Strigler
|
0482f43802
|
test: add test for banned and alarms
|
2023-02-21 09:41:00 +01:00 |
Stefan Strigler
|
0d357f7038
|
refactor: cleanup list subscriptions
|
2023-02-21 09:41:00 +01:00 |
Stefan Strigler
|
0d2ce85776
|
fix: return 'not found' for subscriptions of unknown client
|
2023-02-21 09:41:00 +01:00 |
Stefan Strigler
|
f3ced5d5eb
|
refactor: kickout_client doesn't need a format fun
|
2023-02-21 09:41:00 +01:00 |
Stefan Strigler
|
a6d88c3caa
|
test: more tests
|
2023-02-21 09:41:00 +01:00 |
Stefan Strigler
|
fc33bce40d
|
test(emqx_mgmt): test list_nodes/0
|
2023-02-21 09:41:00 +01:00 |
Stefan Strigler
|
777ca72ad5
|
fix: don't crash on broker_info()
|
2023-02-21 09:41:00 +01:00 |
Stefan Strigler
|
f9895a33b6
|
refactor: rename max_row_limit to default_row_limit
|
2023-02-21 09:41:00 +01:00 |
ieQu1
|
794bedef9f
|
fix(emqx_ctl): Start CLI before ekka
|
2023-02-17 09:50:50 +01:00 |
Zaiming (Stone) Shi
|
719e02cc96
|
fix(metrics): use the same data source for RAM usage info
|
2023-02-15 16:11:39 +01:00 |
Stefan Strigler
|
293df88f36
|
Merge pull request #9965 from sstrigler/EMQX-3689-emqx-mgmt-api
EMQX 3689 emqx mgmt api
|
2023-02-15 15:13:17 +01:00 |
Stefan Strigler
|
921b5b2c5c
|
style: rename function for compliance
|
2023-02-15 13:38:14 +01:00 |
Stefan Strigler
|
21b8ff6d14
|
test: use unit test to test paginate
|
2023-02-15 13:31:48 +01:00 |
Stefan Strigler
|
9be73bfff0
|
fix: support ipv6 at ip_port
|
2023-02-15 10:37:13 +01:00 |
Stefan Strigler
|
4417ea9db7
|
style: missing comma
|
2023-02-14 09:13:45 +01:00 |
JianBo He
|
0d63cfdc97
|
chore: remove changes to 5.0.18
|
2023-02-14 15:34:12 +08:00 |
JianBo He
|
36b1c3eb5b
|
fix(api): fix bad return error message if client id is not found
|
2023-02-14 15:30:55 +08:00 |
Stefan Strigler
|
8b47acd58d
|
test: page overflow and bad rpc in cluster
|
2023-02-13 17:46:26 +01:00 |
Stefan Strigler
|
8d34a72ab6
|
test: add test for clustered badrpc
|
2023-02-13 17:14:15 +01:00 |
Stefan Strigler
|
a28588ebf0
|
fix: bad spec
|
2023-02-13 17:14:02 +01:00 |
Stefan Strigler
|
89630a8a74
|
test: query bad node
|
2023-02-13 16:09:04 +01:00 |
Stefan Strigler
|
0c87d238e9
|
chore: bump version
|
2023-02-13 15:46:27 +01:00 |
Stefan Strigler
|
9e954585ae
|
test: add node query tests and some more
|
2023-02-13 15:45:37 +01:00 |
Stefan Strigler
|
0e9289e48c
|
refactor: remove unused clause
|
2023-02-13 15:45:37 +01:00 |
Stefan Strigler
|
743ced17c9
|
test: add test for more types in schema
|
2023-02-13 15:45:37 +01:00 |
Stefan Strigler
|
28560e4603
|
refactor: remove unused code
|
2023-02-13 15:45:37 +01:00 |
Zaiming (Stone) Shi
|
157c919ba1
|
ci: add i18n style check script
|
2023-02-09 11:41:52 +01:00 |
Stefan Strigler
|
758d19f1e0
|
chore: bump vsn
|
2023-02-06 10:44:06 +01:00 |
Stefan Strigler
|
847f899fa0
|
test: ensure bad plugin upload gets deleted
|
2023-02-06 09:46:16 +01:00 |
Stefan Strigler
|
e135f8654c
|
test: enable basic plugins API tests
|
2023-02-06 09:46:16 +01:00 |
Stefan Strigler
|
70c4e12b68
|
fix: cleanup after upload of broken plugin
|
2023-02-06 09:46:16 +01:00 |