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

Tags: leftbrained/fiat

Tags

v0.39.0

Toggle v0.39.0's commit message
feat(admin) Add admin functionality to fiat

v0.38.0

Toggle v0.38.0's commit message
fix(authz): ensure anonymous role is not cleared

v0.37.0

Toggle v0.37.0's commit message
fix(roles): ensure UserRolesSyncer always refreshes anonymous user

if we lose the redis data the user roles syncer would no longer reload the anonymous
permissions.

also this caps the number of retries that the refresh will do to something that aligns with
the caching agents timeout value. The agent will get rescheduled after that point by the
scheduler.

v0.36.0

Toggle v0.36.0's commit message
chore(dependencies): update to latest spinnaker-dependencies

v0.35.0

Toggle v0.35.0's commit message
fix(spring): fix autowiring issue

0.34.0

Toggle 0.34.0's commit message
chore(dependencies): update to latest spinnaker-dependencies, spinnak…

…er-gradle-plugin, gradle 3.5

v0.33.1

Toggle v0.33.1's commit message
fix(build): fix fiat-web to build normal jar

bootRepackage flag was using string interpretation of groovy truth

version-0.4.2

Toggle version-0.4.2's commit message
fix(UserRoleSyncer) add config timeout to agent polling (spinnaker#203)

We should wait until after the next poll cycle starts before another instance can try to run.
spinnaker#203

v0.33.0

Toggle v0.33.0's commit message
fix(UserRoleSyncer) add config timeout to agent polling (spinnaker#203)

We should wait until after the next poll cycle starts before another instance can try to run.
spinnaker#203

v0.32.0

Toggle v0.32.0's commit message
Add backoff and rety to GCP directory listings. (spinnaker#202)

0