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

Tags: hmmxp/clouddriver

Tags

v2.101.2

Toggle v2.101.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor(cats): Moving non-redis cats classes to cats-core (spinnaker…

…#3211)

v2.101.0

Toggle v2.101.0's commit message
fix(provider/oracle): fix update/edit LoadBalancer (spinnaker#3162)

* fix(provider/oracle): fix update/edit LoadBalancer

* remove groovy.util.logging.Slf4j

v2.100.2

Toggle v2.100.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(cats): update test for future logic change (spinnaker#3204)

The RedisCache implementation indexes entities and stores
their attributes and relationships in distinct keys, updated
non-atomically. Enforcing that entities are not returned
with null attributes assists with data consistency in the
redis implementation.

This PR moves the test for this behavior to RedisCacheSpec so
that atomic implementations can support key storage without
attributes for relationship resolution or other use cases.

v2.100.1

Toggle v2.100.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(titus): fix when job data is cached apart from instances (spinnak…

…er#3198)

v2.100.0

Toggle v2.100.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(scattergather): Initial scatter/gather library (spinnaker#3173)

Development implementation of a scatter/gather library, for future use in
clouddriver federation, allowing operators to shard write & read traffic
without requiring development work on other services. It's possible this
behavior could be lifted to its own federation service in the future if
other services need the same behavior.

This API is currently coupled to `HttpServletRequest`, which it will then
fanout into a collection of OkHttp `Call` objects that will be executed
according to the provided `ScatterGather` implementation. Currently only a
`NaiveScatterGather` is available, which performs the calls sequentially
and without any error handling: This is for development purposes only.

Followup PRs will be made to add a `ScatterGather` implementation that
executes requests in parallel, performs error handling & retries as well
as cancelations in the event of timeouts.

Responses from shards are reduced into a single `ReducedResponse` by a
pluggable `ResponseReducer`. The existing implementation is a simple
deep merge reducer.

Better to place this in kork? There's nothing specific to clouddriver in
this library, nor do I expect that there ever will be.

v2.99.1

Toggle v2.99.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(titus): don't fail when job id is null (spinnaker#3066)

v2.99.0

Toggle v2.99.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): `requiresApplicationRestriction` = false if no apps found (

…spinnaker#3172)

v2.98.1

Toggle v2.98.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(web): Support disabling request queue by dynamic property (spinn…

…aker#3168)

Now emits a `pooledRequestQueue.enabled` gauge indicating whether or
not the request queue is enabled on a particular instance.

1 == enabled
0 == disabled

version-4.0.4

Toggle version-4.0.4's commit message
fix(provider/gce): Set device name on attached disks. (spinnaker#3159) (

spinnaker#3165)

This solves an issue where deleting MIGs with multiple disks
would not delete the additional disks, leaving them orphaned.

v2.98.0

Toggle v2.98.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(reservations): adjust filtering of regional reservations that hav…

…e been fully utilized (spinnaker#3167)

Minor feedback request, no impact on functionality of the report.
0