emqx/apps/emqx_management/test
firest 47b35f0c6a fix(api): add listener create API from `POST /listeners/{type:name}` to `POST /listeners`
Old:
    API: POST /listeners/{type:demo}
    Body: {"type" : "tcp", "id" : "tcp:demo"}
New:
    API: POST /listeners
    Body: {"type" : "tcp", "name" : "demo"}
2022-09-08 20:28:40 +08:00
..
emqx_mgmt_api_alarms_SUITE.erl chore: reformat mgmt code. 2022-04-19 14:02:39 +08:00
emqx_mgmt_api_app_SUITE.erl fix: infinity means never expire 2022-05-09 14:43:37 +08:00
emqx_mgmt_api_banned_SUITE.erl chore: reformat mgmt code. 2022-04-19 14:02:39 +08:00
emqx_mgmt_api_clients_SUITE.erl fix(mgmt): add subscribe options in client subscribe API 2022-04-27 12:52:52 +08:00
emqx_mgmt_api_configs_SUITE.erl feat: add sysmon config handler to reload conf 2022-07-21 12:33:56 +08:00
emqx_mgmt_api_listeners_SUITE.erl fix(api): add listener create API from `POST /listeners/{type:name}` to `POST /listeners` 2022-09-08 20:28:40 +08:00
emqx_mgmt_api_metrics_SUITE.erl chore: reformat mgmt code. 2022-04-19 14:02:39 +08:00
emqx_mgmt_api_nodes_SUITE.erl fix: node info, log path only path 2022-05-10 18:00:09 +08:00
emqx_mgmt_api_plugins_SUITE.erl chore: reformat mgmt code. 2022-04-19 14:02:39 +08:00
emqx_mgmt_api_publish_SUITE.erl chore: reformat mgmt code. 2022-04-19 14:02:39 +08:00
emqx_mgmt_api_stats_SUITE.erl chore: reformat mgmt code. 2022-04-19 14:02:39 +08:00
emqx_mgmt_api_status_SUITE.erl fix(mgmt): fix status api test case error 2022-08-09 11:22:48 +08:00
emqx_mgmt_api_subscription_SUITE.erl fix(mgmt): add subscribe options into the result of the /subscriptions API 2022-04-27 12:52:52 +08:00
emqx_mgmt_api_sys_SUITE.erl chore: reformat mgmt 2022-04-20 02:52:31 +08:00
emqx_mgmt_api_test_util.erl fix(mgmt): fix status api test case error 2022-08-09 11:22:48 +08:00
emqx_mgmt_api_topics_SUITE.erl chore: reformat mgmt code. 2022-04-19 14:02:39 +08:00
emqx_mgmt_api_trace_SUITE.erl feat: add node query_string to download logs for specific nodes 2022-05-11 23:19:06 +08:00
emqx_mgmt_cli_SUITE.erl fix: mgmt_cli_SUITE ct failed 2022-05-10 09:38:48 +08:00