Skip to content

Tags: nikhilreddy-p/gate

Tags

v4.22.2

Toggle v4.22.2's commit message

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

Toggle v4.22.1's commit message

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

Toggle v4.22.0's commit message

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

Toggle v4.21.2's commit message

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

Toggle v4.21.1's commit message

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

Toggle v4.21.0's commit message

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

Toggle version-0.10.0's commit message

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

Toggle v4.20.0's commit message

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.19.0

Toggle v4.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(authz): include full credentials list (spinnaker#509)

When listing credentials without fiat enabled, return all credentials.

Adds an 'authorized' flag to indicate whether the account is suitable
for deployment.

This allows properly filtering UI dropdowns but preserving account
metadata since unauthorized resources are still rendered in the UI

v4.18.0

Toggle v4.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(credentials): provide proxy for ?expand on /credentials (spinnak…

…er#502)