Ignore chains and states default directories.
[rhynodge.git] / src / main / java / net / pterodactylus / reactor / engine / Engine.java
2013-01-09 David ‘Bombe’ RodenUse command-line parameters to define directory for...
2013-01-07 David ‘Bombe’ RodenMake reaction available when retrieving output from...
2013-01-06 David ‘Bombe’ RodenShow what date and time we are waiting for, promote...
2013-01-06 David ‘Bombe’ RodenPrint name of reaction instead of the reaction itself.
2013-01-06 David ‘Bombe’ RodenUse the last successful state for the trigger.
2013-01-06 David ‘Bombe’ RodenRename method.
2013-01-06 David ‘Bombe’ RodenAllow updating of reactions without having to remove...
2013-01-06 David ‘Bombe’ RodenStore failed states and fail count, too.
2013-01-06 David ‘Bombe’ RodenLog when a reaction is being run.
2013-01-06 David ‘Bombe’ RodenPersist states across reruns.
2013-01-04 David ‘Bombe’ RodenAdd method to remove reactions.
2013-01-04 David ‘Bombe’ RodenStore reactions with their name, change synchronization.
2013-01-03 David ‘Bombe’ RodenReturn an output instead of a trigger object.
2013-01-03 David ‘Bombe’ RodenDon’t trigger if state was not successful.
2013-01-03 David ‘Bombe’ RodenSkip filters if any state is not successful.
2013-01-02 David ‘Bombe’ RodenTreat a null state as a failed state.
2013-01-02 David ‘Bombe’ RodenMake the object that trigger an action available.
2013-01-02 David ‘Bombe’ RodenRun filters after query to convert the state.
2013-01-02 David ‘Bombe’ RodenAdd reactor engine.