Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-21 | the great makeover - standardize layout, alignment, indentation | Wild Kat | |
2017-08-15 | create `worker_done` event | Danilo Sousa | |
trigger a event when a full cycle was completed | |||
2015-12-13 | refactor and fix bugs introduced with new changes | Elvin Efendi | |
2015-11-13 | better test framework, more specs and Travis CI | Elvin Efendi | |
2015-09-17 | restore ruby 1.9.3 compatibility0.8.1 | Saku Ytti | |
fix some whitespaces bump up gemspec version | |||
2015-08-28 | Initial implementation of the hook feature | Anton Aksola | |
The current implementation is modular and allows users to define hooks in several ways: * Use one of the built-in hook types (currently only 'exec') * Define their own Hook classes inside ~/.config/oxidized/hook Exec hook type runs a user defined command with or without shell. It populates a bunch of environment variables with metadata. The command can either be run as synchronous or asynchronous. The default is synchronous. |