This repository was archived by the owner on Sep 1, 2023. It is now read-only.
0.0.14: Quality of Life Improvements and Minor Bugfixes
- Fixed exceptions being thrown when booting application (closes #16) - Implemented support for `required` job inputs, which will cause a job to fail if an output is missing (closes #7) - Implemented support for softlinking dependencies rather than copying them into the job's working directory (closes #15) - Job dependencies now maintain execute permissions when copied into the working directory (closes #8) - Added a root resource to the server at `/`. It will show the only subresource the API has (`/v1/`, closes #11) - The API now emits pretty, rather than uglified, JSON, which is easier to develop with (closes #12)