Skip to content

Tags: neelimamanubolu/front50

Tags

version-0.19.0

Toggle version-0.19.0's commit message
chore(dependencies): Autobump korkVersion (spinnaker#587)

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(exception handlers): log out exception for access denied (spinnak…

…er#586)

Log out the source exception which resulted in an access denied respose.
Otherwise, it's really hard to debug what caused the access denied

v2.6.0

Toggle v2.6.0's commit message
fix(web): Better handling when `ServiceAccountPermissionDAO` does not… (

spinnaker#583)

version-0.18.1

Toggle version-0.18.1's commit message
fix(web): Better handling when `ApplicationPermissionDAO` does not ex…

…ist (spinnaker#579) (spinnaker#580)

This is only a problem as the `redis` support in `front50` does not
have support for all DAO interfaces.

Eventually i'd like to see `redis` deprecated and removed.

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(web): Better handling when `ApplicationPermissionDAO` does not ex…

…ist (spinnaker#579)

This is only a problem as the `redis` support in `front50` does not
have support for all DAO interfaces.

Eventually i'd like to see `redis` deprecated and removed.

v2.4.4

Toggle v2.4.4's commit message
chore(dependencies): Autobump korkVersion (spinnaker#569)

v2.4.3

Toggle v2.4.3's commit message
feat(web): New `/admin/recover` endpoint

This endpoint supports the recovery of arbitrary objects that have
previously been deleted.

Currently supports `SQL` but any versioned storage service can implement
the `AdminOperations` interface.

version-0.18.0

Toggle version-0.18.0's commit message
chore(dependencies): Autobump korkVersion (spinnaker#555)

* chore(dependencies): Autobump korkVersion

* Update gradle.properties

v2.4.2

Toggle v2.4.2's commit message
chore(dependencies): Autobump korkVersion (spinnaker#555)

* chore(dependencies): Autobump korkVersion

* Update gradle.properties

v2.4.1

Toggle v2.4.1's commit message
fix(sql): Remove pinned jooq