emqx/apps/emqx_resource/test
Thales Macedo Garitezi dc5e3b939c refactor(resource_manager): use macros and better differentiate status from state
Internally in `emqx_resource_manager`, there seems to be many points where the
`gen_statem` states are conflated with resource status, since their names coincide.  While
that works for now, introducing a new `gen_statem` state, an internal state, shouldn't
necessarily imply a new, externally facing resource status.

Here we also introduce the usage of some macros to avoid the pitfalls of making a typo in
a state/status name.
2023-12-01 18:23:05 -03:00
..
emqx_connector_demo.erl fix(resource): check status when (re)starting a resource 2023-06-19 18:01:02 -03:00
emqx_resource_SUITE.erl refactor(resource_manager): use macros and better differentiate status from state 2023-12-01 18:23:05 -03:00
emqx_resource_schema_tests.erl Merge remote-tracking branch 'upstream/release-53' into 1129-sync-r53 2023-11-30 19:51:12 +01:00