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

Tags: sandeeps2/fiat

Tags

v1.20.0

Toggle v1.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#703)

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

v1.19.1

Toggle v1.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(user): support UserDetails interface instead of User object (sp…

…innaker#687)

v1.19.0

Toggle v1.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
config(core): Move redis connection default to base config (spinnaker…

…#679)

Currently Halyard is appending a default for the redis config to
all configs it generates. Let's push this down to the base
config so all users get the same defaults and we don't need to
append this all the time.

Currently the base config uses 'services.redis.connection' as the
default. This doesn't match what is used for other services, nor
what is used for the redis connection in other microservices (which
use services.redis.baseUrl).

This commit changes this to look at 'services.redis.baseUrl' for
consistency. Users who have configured a 'services.redis.connection'
property but not 'services.redis.baseUrl' (and who are depending on
that rather than just setting redis.connection directly in their
gate config) will need to update to account for this change.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

v1.18.6

Toggle v1.18.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(misc): Use new client provider and remove usage of deprecated OkH…

…ttpClientConfiguration (spinnaker#682)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>

v1.18.5

Toggle v1.18.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(api): remove spring-boot-properties-migrator from fiat-api (spinn…

…aker#678)

If we actually want this dependency, it only needs to live
on the web application itself, it inspects config at runtime.
This was ending up as a dependency of fiat-api and landing
on all the places we autobump fiat-api to.

v1.18.4

Toggle v1.18.4'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 6.4 (spinnaker#677)

version-1.11.0

Toggle version-1.11.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#665)

Co-authored-by: root <root@94827c35f5fd>

version-1.10.3

Toggle version-1.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(java11): fix Stream#count() use under Java 11 (spinnaker#656)

Cherry-picking part of spinnaker#630

UserRoleSyncer was using stream.map().count() to run an operation on
each element and then return the number of elements in the stream. But
this doesn't work in Java 11 because "An implementation may choose to
not execute the stream pipeline (either sequentially or in parallel) if
it is capable of computing the count directly from the stream source."
The Java 11 docs (unlike the Java 8 docs) include an explicit example of
this exact thing we're doing and why it doesn't work.

Fixes spinnaker/spinanker#5466
Fixes spinnaker/spinnaker#5687

v1.18.3

Toggle v1.18.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(build): latest spinnaker gradle version to fix deb publish bug (s…

…pinnaker#653)

v1.18.2

Toggle v1.18.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(build): spinnakerGradleVersion 8.0.0-rc.2 (spinnaker#652)

0