Skip to content

unleash-edge v0.3.1 (yanked)

Compare
Choose a tag to compare
@chriswk chriswk released this 08 Mar 13:10
· 513 commits to main since this release
1eda8d6

Chore

  • Added tests for edge and client_api

    • fix: client_api endpoint wasn't filtering on which projects the token has access to.

    This also adds some Tarpaulin exclusion arguments to better reflect code
    coverage across code that we actually want to cover.

    There's still some work to do with regards to having the possibility to
    instantiate the entire application as a test service for full
    integration/e2e tests, but this at least covers more logic and also
    exposed a bug in how we validated keys when not using a token validator
    (offline mode))

Commit Statistics

  • 1 commit contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #98

Commit Details

view details
  • #98
    • Added tests for edge and client_api (036ab11)