Skip to content

Tags: vkvamsiopsmx/orca

Tags

version-2.20.1-OES

Toggle version-2.20.1-OES's commit message
OpsMx Manual Judgment Code

version-2.19.1

Toggle version-2.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(manifest): fixes deploy manifest SpEL evaluation toggle (backport s…

…pinnaker#4128) (spinnaker#4130)

* fix(manifest): fixes deploy manifest SpEL evaluation toggle (spinnaker#4128)

* fix(manifest): fixes deploy manifest SpEL evaluation toggle

* add more tests

(cherry picked from commit a2acb5c)

* bump kork version to get mysql fix

* chore(deps): update kork to 7.107.0, use new maven coordinates (spinnaker#4108)

Co-authored-by: Daniel Peach <[email protected]>

version-2.18.2

Toggle version-2.18.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(manifest): fixes deploy manifest SpEL evaluation toggle (backport s…

…pinnaker#4128) (spinnaker#4129)

* fix(manifest): fixes deploy manifest SpEL evaluation toggle (spinnaker#4128)

* fix(manifest): fixes deploy manifest SpEL evaluation toggle

* add more tests

(cherry picked from commit a2acb5c)

* chore(deps): update kork to 7.107.0, use new maven coordinates (spinnaker#4108)

* fix tests

Co-authored-by: Daniel Peach <[email protected]>

v8.18.0

Toggle v8.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(dependencies): Autobump fiatVersion (spinnaker#4127)

Co-authored-by: root <root@fd40d193c2de>

version-2.20.0-OES

Toggle version-2.20.0-OES's commit message
OpsMx Manual Judgment Code

version-2.20.1

Toggle version-2.20.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(cd): testing new release process 2 (spinnaker#4124)

version-2.20.0

Toggle version-2.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(dependencies): Autobump korkVersion (spinnaker#4116)

Co-authored-by: root <root@3c2f555b53f9>

v8.17.1

Toggle v8.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(dependencies): Autobump korkVersion (spinnaker#4116)

Co-authored-by: root <root@3c2f555b53f9>

v8.17.0

Toggle v8.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(travis): Should not fail stage if Travis properties are not retur…

…ned (spinnaker#4112)

* fix(travis): Should not fail stage if Travis properties are not returned

Continuation of spinnaker#4089 - it should've been part of that PR really.
Orca will now always check for properties from Travis, so it shouldn't fail if none are found.

* Update orca-igor/src/main/java/com/netflix/spinnaker/orca/igor/tasks/GetBuildPropertiesTask.java

Co-authored-by: Daniel Reynaud <[email protected]>

* Fix stubbing

* Turn the stub into a mock and add cardinality to make sure it is actually called

Co-authored-by: Daniel Reynaud <[email protected]>

v8.16.0

Toggle v8.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(run-task-handler): added hook in finally block that will be ran …

…regardless of whether the task completed without exception. (spinnaker#4111)

* feat(run-task-handler): added hook in finally block that will be ran regardless of whether the task ran without exception

* fix(run-task-handler): ensure that the error is captured right away for the finally after task execution hook

* chore(run-task-handler): add javadocs to finallyAfterTaskExecution method