reactor/test/reactor
James Harton f67173b76f
feat: Add collect step entity. (#53)
This change introduces the `collect` step entity to the DSL. It is simply a wrapper around `Reactor.Step.ReturnAllArguments`, but provides the convenience of being able to group together arguments into a single structure for passing into other steps.
2023-09-11 11:58:29 +12:00
..
argument improvement: Add wait_for DSL. (#39) 2023-07-25 10:50:01 +12:00
builder improvement: Invert DSL entity building. (#19) 2023-06-16 15:28:00 +12:00
dsl feat: Add collect step entity. (#53) 2023-09-11 11:58:29 +12:00
executor fix: Don't swallow errors when a step runs out of retries. (#41) 2023-07-27 13:26:54 +12:00
step improvement(Step.Switch): Add switch DSL and step type. (#29) 2023-07-11 07:20:51 +12:00
argument_test.exs improvement: Add ability to compose reactors. 2023-06-15 14:57:32 +12:00
builder_test.exs improvement: Invert DSL entity building. (#19) 2023-06-16 15:28:00 +12:00
dsl_test.exs improvement: Allow entire step behaviour to be defined in the DSL. (#18) 2023-06-16 14:39:29 +12:00
executor_test.exs improvement(Reactor.Executor): track concurrent process usage across multiple reactors. (#26) 2023-06-23 12:29:27 +12:00
info_test.exs improvement: Add ability to compose reactors. 2023-06-15 14:57:32 +12:00
planner_test.exs chore: update to Erlang 26 and Elixir 1.15.5. 2023-09-01 13:24:12 +12:00
step_test.exs improvement: Add ability to compose reactors. 2023-06-15 14:57:32 +12:00
utils_test.exs improvement: Add ability to compose reactors. 2023-06-15 14:57:32 +12:00