Releases: apsis-scheduler/apsis
Releases · apsis-scheduler/apsis
v0.15.1
Fixes agent state dir bug.
v0.15.0
- Add a "Schedule Run" frame to the web UI job view, for manual scheduling.
- Apsis now compresses program outputs with Brotli before storing to the database. The HTTP service also returns Brotli-compressed output, if the user agent supports this encoding.
v0.10.4
Bump version: 0.10.3 → 0.10.4
v0.10.3
Bump version: 0.10.2 → 0.10.3
v0.10.1
- Filter jobs and runs by label, e.g.
label:FOO
. - Run History now shows for a run all runs with the same job and args, i.e. previous and subsequent reruns.
- Mark a completed run as succeeded or failed.
- Cancel or force-start a waiting run.
- Show a confirmation dialog for run actions.
- Various bug fixes and improvements, mostly in the web UI.
v0.9.1
Bump version: 0.9.0 → 0.9.1
v0.8.3
Remove debugging.
v0.8.2
Simplify states in actions.
v0.8.1
Merge pull request #87 from alexhsamuel/check_schema Replace no_unexpected_keys with check_schema. Clean stuff up.
v0.8.0
Check for missing args in check-jobs. Resolves #71