Skip to content

Releases: Bansco/subilo

v0.2.1

14 Oct 21:04

Choose a tag to compare

v0.2.0

24 Sep 18:50

Choose a tag to compare

v0.2.0

v0.1.2

19 Jul 23:52
aba73b8

Choose a tag to compare

Upgrade version (#62)

alpha_v5

25 Jun 21:20

Choose a tag to compare

fix: fmt

alpha_v4

23 Jun 21:47

Choose a tag to compare

fix(ci): Run check instead of build

alpha_v3

20 Jun 04:01

Choose a tag to compare

alpha_v3 Pre-release
Pre-release

This release contains:

  • Update logs route to jobs
  • Add metadata resource
  • Disable start if no secret is provided
  • Jobs routes return JSON

Secret & CORS

13 Jun 10:00

Choose a tag to compare

Secret & CORS Pre-release
Pre-release

This release add secret & token for authorization and CORS for the API.

First alpha version

08 Jun 22:09
b1ded04

Choose a tag to compare

First alpha version Pre-release
Pre-release

This pre-release contains the first "working" version:

  • .threshfile with projects & limited options
  • Piped stdout/stderr to job logfile (ie. tail -f can be used while the job is running)
  • Naive matching of branch names (no patterns)
  • Only one project/job per repository
  • No opt-out of logs endpoints (/logs & /logs/:{job_id})
  • /logs endpoint contains .log the job ids
  • No streaming of logs to /logs/:{job_id}
  • No job metadata (eg. time when run, project, exit status, etc)
  • No security features (ie. no check on webhook secrets)