8000 Tags · loispostula/clouddriver · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: loispostula/clouddriver

Tags

v5.16.2

Toggle v5.16.2's commit message

Verified

This commit was created on GitHub. 8000 com and signed with GitHub’s verified signature. The key has expired.
chore(aws): Replacing bastion configs with korks (spinnaker#3858)

- bringing in kork bastion config and removing clouddriver's

v5.16.1

Toggle v5.16.1's commit message
chore(dependencies): Autobump korkVersion (spinnaker#3857)

v5.13.0-rc.9+sagas

Toggle v5.13.0-rc.9+sagas's commit message
fix npe for sagas

version-4.6.5

Toggle version-4.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(deps): bump fiat version to 1.0.9 (spinnaker#3842)

v5.16.0

Toggle v5.16.0's commit message
chore(*): Removing dynomite from project (spinnaker#3828)

v5.15.0

Toggle v5.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
perf(kubernetes): Store Kind on the KubernetesManifest object (spinna…

…ker#3853)

* perf(kubernetes): Use null instead of optional

We create a lot of ScopedKind objects to look up kinds, so the
cost of creating an Optional each time is non-negligible.

In general using Optional can be more readable than null but in this
case we'd rather the performance of null (and it's just as easy to read
here).

* perf(kubernetes): Store Kind on the KubernetesManifest object

In processing manifests, we call getKind() multiple times per
manifest. It's not a cheap accessor as it needs to look up kinds
in the kind registry.

While recent changes have made looking up kinds a lot more efficient,
it still doesn't make sense to re-do this work multiple times per
manifest.

Compute the kind on-demand and store it on the object; clear the
cached value if we change either the kind or api group on the manifest.

v5.13.0-rc.8+sagas

Toggle v5.13.0-rc.8+sagas's commit message
fix npe for sagas

v5.13.0-rc.7+sagas

Toggle v5.13.0-rc.7+sagas's commit message
fix npe for sagas

v5.14.0

Toggle v5.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(titus): Do not copy serviceJobProcesses from source job (spinnake…

…r#3827)

v5.13.0-rc.6+sagas

Toggle v5.13.0-rc.6+sagas's commit message
fix npe for sagas

0