Zaiming (Stone) Shi
|
36e268c933
|
chore: bump app versions
|
2023-05-26 16:05:37 +02:00 |
Zaiming (Stone) Shi
|
cc5b4d3748
|
Merge remote-tracking branch 'origin/release-50' into 0526-ci-delete-otp-24-from-standalone-app-test
|
2023-05-26 15:58:16 +02:00 |
Zhongwen Deng
|
df4a0afdf5
|
fix: zones api default value
|
2023-05-26 18:59:38 +08:00 |
JimMoen
|
1ba65539c6
|
chore: refine traces command usage
|
2023-05-26 09:48:56 +08:00 |
JimMoen
|
0788f2f197
|
fix: `emqx_ctl traces ...` command args
* use second time as trace `start_at` and `end_at`
* default trace time duration 30min to same as api created
* prevent format line broken
|
2023-05-26 09:48:56 +08:00 |
Paulo Zulato
|
ea86f4442b
|
fix: avoid error 500 when node is re-joining cluster
Fixes https://emqx.atlassian.net/browse/EMQX-9899
|
2023-05-25 13:32:28 -03:00 |
JimMoen
|
28015597ee
|
Merge remote-tracking branch 'emqx/release-50' into merge-release-50
|
2023-05-24 19:34:12 +08:00 |
JimMoen
|
1ac140312d
|
test: lookup topic with percent encoded topic name
|
2023-05-24 17:39:25 +08:00 |
JimMoen
|
e38645aa28
|
fix: lookup topic without force percent decode
* the minirest handler would do it
|
2023-05-24 17:28:32 +08:00 |
Zaiming (Stone) Shi
|
732a7be187
|
Merge remote-tracking branch 'origin/release-50'
|
2023-05-22 17:46:54 +02:00 |
Andrew Mayorov
|
c440cd77b0
|
fix(test): prefer `emqx_connector_http:join_paths/2` in api tests
It is more consistent with what HTTP servers are expecting, plus
not OS-specific as `filename:join/2`.
|
2023-05-19 15:37:01 +03:00 |
zhongwencool
|
ba43a0e30f
|
Merge pull request #10734 from thalesmg/merge-r50-into-v50-a
merge `release-50` into `master`
|
2023-05-18 14:24:53 +08:00 |
Thales Macedo Garitezi
|
f83f9a2d79
|
chore: bump app vsns
|
2023-05-17 14:56:11 -03:00 |
Zhongwen Deng
|
e26ce5816e
|
feat: hide keepalive_backoff, introduce keepalive_multiplier
|
2023-05-17 21:25:10 +08:00 |
Kjell Winblad
|
ab8b8ccaad
|
docs: make sure there is a summary for all API endpoints
Many HTTP API endpoints did not have a summary when looking at the API
docs at "http://emqx_host_name:18083/api-docs". This has been fixed by
making sure there is a summary corresponding to all endpoints.
Fixes:
https://emqx.atlassian.net/browse/EMQX-9767
|
2023-05-17 09:58:56 +02:00 |
zhongwencool
|
a953b951fe
|
Merge branch 'master' into sync-release-50-to-master
|
2023-05-12 18:01:58 +08:00 |
Zhongwen Deng
|
1d609dacf7
|
test: update api_config test
|
2023-05-10 09:21:42 +08:00 |
Zhongwen Deng
|
c901f3a9d4
|
test: nodes's log test failed
|
2023-05-09 11:56:24 +08:00 |
lafirest
|
b94290db58
|
Merge pull request #10625 from lafirest/refactor/limiter_cfg
refactor(limiter): simplify limiter configuration
|
2023-05-09 11:40:05 +08:00 |
firest
|
d914d1ee1d
|
refactor(limiter): simplify limiter configuration
|
2023-05-08 11:45:49 +08:00 |
Paulo Zulato
|
f965fa7b9a
|
feat: add shutdown count
Fixes https://emqx.atlassian.net/browse/EMQX-9008
Fixes https://emqx.atlassian.net/browse/EMQX-9219
|
2023-05-03 20:00:38 -03:00 |
Zaiming (Stone) Shi
|
d5f5f35787
|
Merge remote-tracking branch 'origin/release-50' into 0502-merge-release-50-back-to-master
|
2023-05-02 18:08:04 +02:00 |
Zaiming (Stone) Shi
|
b1dfbf7984
|
refactor: move shared macros to header file
|
2023-05-02 13:24:59 +02:00 |
Zaiming (Stone) Shi
|
2e9dca280c
|
refactor(listener-schema): use a tombstone for deleted listeners
|
2023-04-29 22:10:19 +02:00 |
Zaiming (Stone) Shi
|
c13a972bf0
|
test(emqx_management): add test group for listener API
|
2023-04-29 22:10:19 +02:00 |
Zaiming (Stone) Shi
|
b3c0abf494
|
test(emqx_management): fix listeners api test cases
|
2023-04-29 22:10:19 +02:00 |
firest
|
ce2f2217ee
|
chore: bump versions
|
2023-04-27 10:36:50 +08:00 |
Zaiming (Stone) Shi
|
ed7a8659d2
|
feat: add a json format support for the /status API
|
2023-04-26 14:41:33 +02:00 |
firest
|
6110aad23f
|
chore: bump version && update changes
|
2023-04-24 18:17:23 +08:00 |
firest
|
feeb3df994
|
fix(api): add limiter API back which deleted by mistake
|
2023-04-24 18:09:17 +08:00 |
Ivan Dyachkov
|
dc78ecb41c
|
chore: merge upstream/master
|
2023-04-18 17:33:32 +02:00 |
ieQu1
|
c0d8e9c402
|
Merge pull request #10369 from ieQu1/fix-stats-api
fix(emqx_management): Ignore results from the nodes that are down
|
2023-04-18 12:36:55 +02:00 |
ieQu1
|
a6688ed07a
|
refactor(emqx_management): Use emqx:running_node function
|
2023-04-18 10:24:39 +02:00 |
Zhongwen Deng
|
d0f30d2f7c
|
feat: delete trace/limiter config's hot update api
|
2023-04-18 16:13:17 +08:00 |
ieQu1
|
282bfee8ff
|
feat(emqx): Add an API that returns the list of running nodes
|
2023-04-18 09:22:58 +02:00 |
ieQu1
|
a947df1ea3
|
fix(emqx_management): Ignore results from the nodes that are down
|
2023-04-18 09:22:56 +02:00 |
Ivan Dyachkov
|
9fc8a498f8
|
chore: bump apps versions
|
2023-04-17 09:09:08 +02:00 |
zhongwencool
|
69d1a35c90
|
Merge pull request #10156 from zhongwencool/conf-refactor
feat: configuration priority ENV > emqx.conf > API
|
2023-04-16 13:45:35 +08:00 |
Zhongwen Deng
|
8461551f51
|
test: rename module from emqx_map_lib to emqx_utils_maps
|
2023-04-15 06:56:33 +08:00 |
zhongwencool
|
a00daa4d97
|
Merge branch 'master' into deprecated-stats-conf
|
2023-04-15 06:47:28 +08:00 |
zhongwencool
|
494ffe86ad
|
Merge branch 'master' into conf-refactor
|
2023-04-15 06:40:38 +08:00 |
Zhongwen Deng
|
8facd130f6
|
chore: update cluster_hocon_file/0 function
|
2023-04-14 23:19:38 +08:00 |
Zhongwen Deng
|
7934a1cea1
|
feat: hide overload_protection,conn_congestion,flapping_detect
|
2023-04-14 21:29:27 +08:00 |
某文
|
e5b85916b6
|
feat: hidden stats config
|
2023-04-14 21:29:27 +08:00 |
Zhongwen Deng
|
180f571765
|
feat: configuration priority ENV > emqx.conf > API
|
2023-04-14 20:51:58 +08:00 |
Stefan Strigler
|
4f80690162
|
fix: byebye jsx
|
2023-04-14 13:41:34 +02:00 |
Stefan Strigler
|
062ce5f819
|
refactor: rename emqx_map_lib to emqx_utils_maps
|
2023-04-14 13:41:34 +02:00 |
Stefan Strigler
|
d0df086c80
|
refactor: rename emqx_api_lib to emqx_utils_api
|
2023-04-14 13:41:33 +02:00 |
Stefan Strigler
|
9c11bfce80
|
refactor: rename emqx_misc to emqx_utils
|
2023-04-14 13:41:27 +02:00 |
Stefan Strigler
|
f8e9e54393
|
refactor: move emqx_json to emqx_utils_json
|
2023-04-14 13:31:27 +02:00 |