Skip to content

Releases: simplesurance/directorius

v0.3.0

13 Dec 17:01
@fho fho
a566cb0
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

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

09 Dec 16:57
@fho fho
bf534ea
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

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

03 Dec 17:26
@fho fho
a72a132
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

Changelog

  • a72a132 jenkins: interpret 302,303 and all 2xx response codes as success

v0.2.3

03 Dec 16:30
@fho fho
4ca7120
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

Changelog

  • 22de211 jenkins: fix: triggering jobs with parameter does not work
  • 4ca7120 tests: add testcase for receiving push event for non-existing queue

v0.2.2

02 Dec 17:06
@fho fho
467f4b9
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

Changelog

  • cdcf820 autoupdate: clarify log message
  • 940c22a autoupdate: trigger CI jobs for new PR after suspend
  • 467f4b9 webinterface: show config after queue

v0.2.1

02 Dec 16:24
@fho fho
9299e20
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Changelog

  • 9299e20 autoupdate: remove unused import statement
  • 7ee39bb autoupdater: fix panic when on sync event for non-existing queue
  • 9e66a8a autoupdater: use different logfield than operation for retryer

v0.2.0

02 Dec 15:29
@fho fho
ad9513f
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

21 Nov 17:27
@fho fho
706eb41
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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