Releases: Bansco/subilo
Releases · Bansco/subilo
v0.2.1
v0.2.0
v0.2.0
v0.1.2
Upgrade version (#62)
alpha_v5
fix: fmt
alpha_v4
fix(ci): Run check instead of build
alpha_v3
This release contains:
- Update logs route to jobs
- Add metadata resource
- Disable start if no secret is provided
- Jobs routes return JSON
Secret & CORS
This release add secret & token for authorization and CORS for the API.
First alpha version
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)