emqx/apps/emqx_resource/src
Thales Macedo Garitezi 11c169501e
chore(mix): fix app dependencies and reboot apps (emqx_conf)
While declaring `emqx_conf` as an application dependency of
`emqx_resource` worked for releases, it messed up the startup
relationship during tests.  Since only removing `emqx_conf` from the
`applications` key in `emqx_resource` breaks the list of apps that
need to be rebooted on config changes (since `emqx_conf` is not on any
apps dependencies list, it was not being added to the final
topologically sorted list), we now always add it as a vertex to ensure
its presence there.  This (apparently) makes the rebar3 release, the
mix release and test runs behave normally.
2021-12-23 13:48:28 -03:00
..
emqx_resource.app.src chore(mix): fix app dependencies and reboot apps (emqx_conf) 2021-12-23 13:48:28 -03:00
emqx_resource.erl feat(resource): add option 'force_create' to emqx_resource:create/4 2021-12-20 10:26:27 +08:00
emqx_resource_api.erl refactor(authn resources): add `emqx_resource` and `emqx_authn` tests 2021-11-22 21:08:04 +03:00
emqx_resource_app.erl change resource,connectors,data_bridges as normal apps (#5034) 2021-06-19 16:27:21 +08:00
emqx_resource_instance.erl feat(resource): add option 'force_create' to emqx_resource:create/4 2021-12-20 10:26:27 +08:00
emqx_resource_sup.erl feat(resource): add metrics to emqx_resource 2021-11-23 10:04:31 +08:00
emqx_resource_validator.erl fix: change all ~s in io format to ~ts 2021-10-12 15:09:24 +08:00