emqx/apps/emqx_dashboard/src
JianBo He 257e310931 chore: ensure the `bind` output style
e.g:
- Configured as `1883`, printed as `:1883`
- Configured as `0.0.0.0:1883`, printed as `:1883`
- Configured as `127.0.0.1:1883`, printed as `127.0.0.1:1883`
- Configured as `::1:1883`, printed as `[::1]:1883`
- Configured as `[::1]:1883`, printed as `[::1]:1883`
2022-07-26 19:02:04 +08:00
..
proto chore: dashboard format code 2022-04-26 17:18:30 +08:00
emqx_dashboard.app.src fix(cli): subscriptions with sub options, qos rh rap nl; admins response 2022-07-13 15:55:07 +08:00
emqx_dashboard.appup.src chore: remove /configs/listeners, we should use /listeners/ API 2022-07-14 15:23:39 +08:00
emqx_dashboard.erl chore: ensure the `bind` output style 2022-07-26 19:02:04 +08:00
emqx_dashboard_admin.erl chore: dashboard format code 2022-04-26 17:18:30 +08:00
emqx_dashboard_api.erl fix: fix bad swagger format 2022-07-20 16:56:07 +08:00
emqx_dashboard_app.erl feat: generate dashboard's dispatch asynchronously 2022-05-10 09:38:48 +08:00
emqx_dashboard_bad_api.erl chore: dashboard format code 2022-04-26 17:18:30 +08:00
emqx_dashboard_cli.erl fix(cli): subscriptions with sub options, qos rh rap nl; admins response 2022-07-13 15:55:07 +08:00
emqx_dashboard_error_code.erl chore: dashboard format code 2022-04-26 17:18:30 +08:00
emqx_dashboard_error_code_api.erl chore: make sure swagger's tags always titlecase 2 2022-07-25 16:55:38 +08:00
emqx_dashboard_listener.erl fix: retry if init_disaptch failed 2022-05-10 09:38:48 +08:00
emqx_dashboard_middleware.erl fix: don't router request until dispatch is ready 2022-05-10 09:38:48 +08:00
emqx_dashboard_monitor.erl fix: dashboard monitor crash after badrpc 2022-07-21 15:40:29 -03:00
emqx_dashboard_monitor_api.erl chore: make sure swagger's tags always titlecase 2 2022-07-25 16:55:38 +08:00
emqx_dashboard_schema.erl fix: add default&example for schema 2022-06-06 09:52:10 +08:00
emqx_dashboard_sup.erl fix: brutal kill emqx_dashboard_listener 2022-06-17 00:08:03 +08:00
emqx_dashboard_swagger.erl chore: make sure swagger's tags always titlecase 2022-07-25 16:09:17 +08:00
emqx_dashboard_token.erl fix(dashboard): add more test suite 2022-06-30 14:52:48 +08:00