Releases: simplesurance/directorius
Releases · simplesurance/directorius
v0.3.0
Changelog
- e2c4609 autoupdater: fix very very weird code comment
- e2216fc autoupdater: ignore status of old CI builds
- 3cb9262 autoupdater: rename CIJobTriggerStatus to CILastRun
- b52d473 cfg: rename ci.job.job to ci.job.url_path
- 4c5e9e6 githubclt: include ci job url in ReadyForMergeStatus
- 799eb31 goorderr: fix typos and shorten godoc
- daab0c9 jenkins: handle cancelled state and retry on missing Executable in LeftItem
- 6366bf0 jenkins: implement GetBuildURL
- 4527c5c jenkins: return queue item url from Build
- 594da36 jenkins: use buildWithParameters endpoint
- 6613977 logging: remove "event" field
- 1373ded retryer: fix: log fields are appended on every retry
v0.2.5
Changelog
- 41e3275 autoupdate: fix typo in comment
- a4d7353 autoupdater: refactor timeout handling for updatePR
- 8def945 ci: prevent resume->suspend loop of a PR
- bf534ea go: update go version to 1.23.4
- 291386a make: add "all" target
- 3afb793 metrics: change prometheus namespace to "directorius"
- 53ce2c8 move githubclient mock from autoupdater to githubclt/mocks
- 096ab67 remove unused maputils package
- 4c67a61 rename "goordinator" package to "retryer"
- c99e795 rename autoupdate package to autoupdater
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
Changelog
- 9ca0e51 cfg: flatten structure, remove autoupdater table
- ad9513f support triggering jenkins jobs
- 8b25f74 webinterface: fix: hyperlink opening instead of closing tag
- 916a93a webinterface: fix: wrong header closing tag
- a23a6ef webinterface: improve wording and spelling
- dfabf8d webinterface: remove orphaned tag
v0.1.0
Changelog
- 706eb41 Version: clarify --version output when default version is used
- ef7ec5b add example config file
- 05e18fa add minimal README file
- e0570c6 add missing newlines to config validation error messages
- 11deedc editorconfig: add yaml entry
- 30c2670 golangci-lint: enable additional linters
- 36b1e92 goreleaser: make files in archive executable
- ba44b54 import the autoupdater from goordinator
- acf877e introduce goreleaser
- a2a5e3a tests: fix issues reported by testifylint