Releases: ReCodEx/worker
Releases · ReCodEx/worker
v1.3.0
Changelog
- Separate stdout and stderr in results to two different fields
Commits
467a7df Capture stdout and stderr separately in task results
v1.2.1
Changelog
- Added new file/folder exists internal task (Useful for instance for FPC which sometimes does not output proper binary file even if told to)
- Print more information when dumpdir task fails
Commits
ba766e3 Exists task (#9)
d2c7228 Print more information when dumpdir fails. (#8)
v1.2.0
Changelog
- Add
dumpdir
and truncate
internal tasks
Commits
99567b9 Merge pull request #7 from ReCodEx/new-task-types
cee3d4f style adjustments
2c4cccb a unified way of reading numeric task arguments
cca12ef set dumpdir status to failed when copying fails
5265e72 add truncate task
264f184 add dumpdir task