-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge v3 into feature-http-proxy #1385
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* use consistent permissions when adding/import models * ensure model permissions are removed in integration tests * PR comments
* refactor openfga helper functions to reduce duplication * move method to openfga.go * fix TestRevokeOfferAccess tests
- refactor ModelInfo slightly to use a separate function where we merge the juju model info with JIMM specific data - refactor the test for ModelInfo to reduce duplication - tweak the test dialer to have less surprising behavior
Change goheader template to avoid bug
* Ignore authentication for `/swagger.json` in ReBAC admin API Signed-off-by: Babak K. Shandiz <[email protected]> * Add test case to verify skipping auth for `/swagger.json` Signed-off-by: Babak K. Shandiz <[email protected]> * Fix ReBAC Admin test Signed-off-by: Babak K. Shandiz <[email protected]> * Use a map to lookup for endpoints Signed-off-by: Babak K. Shandiz <[email protected]> * Upgrade `rebac-admin-ui-handlers` to `v0.1.2` Signed-off-by: Babak K. Shandiz <[email protected]> * Use zero-length struct in map/set declaration Signed-off-by: Babak K. Shandiz <[email protected]> --------- Signed-off-by: Babak K. Shandiz <[email protected]>
This reverts commit c0bcc53.
Get group by name
- The bakery v2 dependency is no longer needed. - The BakeryLogger is no longer needed.
Uploads scans weekly as artifacts and github security. Currently only runs against v3, but to be updated later with more branches we maintain.
Closing as there are conflicts. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Merges the latest changes from
v3
into thefeature-http-proxy
branch.