v0.1.0
Changelog
bf4eddf Add cancellation of jobs and use separate task runner / scheduler per job
38f6ada Add verbose flag when running with refresh
a471ec9 BUGFIX: API should send dates as RFC3339 without milliseconds, to be easily parseable by PHP
de3e9fb BUGFIX: cancel job only if a scheduler for it exists
9d9d710 BUGFIX: ensure doneCh is only closed once, and not multiple times
022a5a2 BUGFIX: find missing task dependencies on boot, to not crash the system when the pipeline is started
e95815e BUGFIX: improve error reporting in log endpoint
c18e0d1 BUGFIX: support long output
cc8ca13 Changed error message
0df9fa5 FEATURE: add a new HTTP route to load the job details of a single job
33cd40c FEATURE: start adding user documentation to prunner
14f845f I was not able to write a proper test for this sadly; so this has to go in without behavioral test.
5274521 Merge pull request #2 from Flowpack/php-time-compatibility
e827e1b Merge pull request #3 from Flowpack/find-missing-dependencies-on-boot
06cc506 Merge pull request #4 from Flowpack/feature-cancellation
8516024 Merge pull request #7 from Flowpack/fix-for-long-output
f7a4c8e Remove unused struct field
a45b581 Rename module, refactor into separate packages
ce0379a Support tasks with empty script
9de9b00 TASK: fix license of prunner (GPL because taskctl is GPL licensed as well)
d275283 TASK: improve README
a2098bd TASK: update README
a40c987 TASK: write test for the different time encoding
bead9ee Update README.md
243cee3 adjust to UTC times