-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add group role mapping #306
Open
DavidFair
wants to merge
9
commits into
main
Choose a base branch
from
Add_group_role_mapping
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+284
−7
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #306 +/- ##
==========================================
+ Coverage 98.19% 98.21% +0.01%
==========================================
Files 128 128
Lines 4718 4768 +50
Branches 251 251
==========================================
+ Hits 4633 4683 +50
Misses 76 76
Partials 9 9 ☔ View full report in Codecov by Sentry. |
Renames the action to add a user with a role to a project, so it's clear which handles a group too
Adds an action to map an existing group to a project, which will be used in the next step: adding users to that group
DavidFair
force-pushed
the
Add_group_role_mapping
branch
from
January 31, 2025 15:11
4e84992
to
bbbc85a
Compare
Adds the implementation to add a user to an existing group
Adds another variation of venv to the gitignore file
As the imported name doesn't match we don't need the extra specifier of the upstream imported module, unlike the others.
This was masking the action name due to a copy-paste error
DavidFair
force-pushed
the
Add_group_role_mapping
branch
from
January 31, 2025 16:09
fdb6946
to
6f71772
Compare
A cross-domain is disallowed by OpenStack, so simplify the action to enforce this constraint in a user friendly way
Another action with a shadowing name where it was copied from an earlier action
Since we no longer make multiple calls we don't need both calls from unit testing anymore
DavidFair
force-pushed
the
Add_group_role_mapping
branch
from
January 31, 2025 16:26
b653fbf
to
200b4f9
Compare
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:
Testing
Special Notes:
Submitter:
Have you (where applicable):
Reviewer
Does this PR:
lib
directory?lib
layers?