Skip to content

Tags: benjaminws/gate

Tags

v4.23.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(entitytags): Explicitly `toLowerCase` when looking up entity tags…

… by id (spinnaker#521)

v4.23.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(web): allow account details to be referenced in server group insi…

…ght links (spinnaker#520)

v4.22.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(credentials): Remove hystrix from `CredentialsService` (spinnaker…

…#518)

There is no longer a remote call in the direct call path of
`CredentialsService.getAccounts()`, thus no need for hystrix.

The `CredentialsService` was originally getting called for every x.509
authentication request. The default hystrix configuration had placed
an artificial limit on the number of concurrent api requests that could
be served by `gate`.

v4.22.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(credentials): Swap `LoadingCache` for `@Scheduled` (spinnaker#516)

Given that accounts rarely change, it is reasonable to cache the
entire set of accounts from clouddriver for ~30s and refresh on a
background thread.

This handles a situation where `clouddriver` is momentarily unavailable.

v4.22.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(core): add expand query param to execution history (spinnaker#515)

v4.21.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(reservations): Support passing arbitrary reservation report filt…

…ers (spinnaker#514)

v4.21.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(build): Gradle parallel tasks (spinnaker#513)

v4.21.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feature(pagerduty): Add pagerduty service (spinnaker#512)

version-0.10.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor(mine): Pass `application` parameter when fetching canary con…

…figs (spinnaker#510)

v4.20.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor(mine): Pass `application` parameter when fetching canary con…

…figs (spinnaker#510)