emqx/apps/emqx_machine/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_global_gc.erl emqx_conf (#5939) 2021-10-21 18:08:51 +08:00
emqx_machine.app.src chore(for editor): Add comments for Emacs major mode. 2021-09-16 15:43:30 +08:00
emqx_machine.erl feat(system_monitor): Add system_monitor application 2021-12-08 16:34:10 +01:00
emqx_machine_app.erl refactor(emqx_machine): supervise terminator 2021-08-06 12:51:25 +02:00
emqx_machine_boot.erl chore(mix): fix app dependencies and reboot apps (emqx_conf) 2021-12-23 13:48:28 -03:00
emqx_machine_signal_handler.erl fix(emqx_machine_signal_handler): ignore unknown info 2021-08-06 08:21:06 +02:00
emqx_machine_sup.erl emqx_conf (#5939) 2021-10-21 18:08:51 +08:00
emqx_machine_terminator.erl fix(emqx_machine): Fix start/stop callbacks (#5969) 2021-10-21 14:49:21 +08:00