Skip to content

Releases: apsis-scheduler/apsis

v0.15.1

06 Jan 23:25
Compare
Choose a tag to compare

Fixes agent state dir bug.

v0.15.0

05 Jan 00:59
Compare
Choose a tag to compare
  • 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

28 Jan 19:21
Compare
Choose a tag to compare
Bump version: 0.10.3 → 0.10.4

v0.10.3

27 Jan 21:59
Compare
Choose a tag to compare
Bump version: 0.10.2 → 0.10.3

v0.10.1

28 Sep 00:42
Compare
Choose a tag to compare
  • 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

15 Aug 17:37
Compare
Choose a tag to compare
Bump version: 0.9.0 → 0.9.1

v0.8.3

03 Jan 02:05
Compare
Choose a tag to compare
Remove debugging.

v0.8.2

01 Jan 17:17
Compare
Choose a tag to compare
Simplify states in actions.

v0.8.1

29 Dec 01:07
22e4de3
Compare
Choose a tag to compare
Merge pull request #87 from alexhsamuel/check_schema

Replace no_unexpected_keys with check_schema.  Clean stuff up.

v0.8.0

28 Dec 02:41
Compare
Choose a tag to compare
Check for missing args in check-jobs.

Resolves #71