-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Get behavior of gitlab_project_members to the one of gitlab_group_members #3319
Get behavior of gitlab_project_members to the one of gitlab_group_members #3319
Conversation
…w gitlab_group_members
Follow-up to #3047. |
plugins/modules/source_control/gitlab/gitlab_project_members.py
Outdated
Show resolved
Hide resolved
plugins/modules/source_control/gitlab/gitlab_project_members.py
Outdated
Show resolved
Hide resolved
plugins/modules/source_control/gitlab/gitlab_project_members.py
Outdated
Show resolved
Hide resolved
plugins/modules/source_control/gitlab/gitlab_project_members.py
Outdated
Show resolved
Hide resolved
plugins/modules/source_control/gitlab/gitlab_project_members.py
Outdated
Show resolved
Hide resolved
plugins/modules/source_control/gitlab/gitlab_project_members.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
Co-authored-by: Felix Fontein <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I would still avoid some of the unnecessary reformatting of existing code.
Hey, sorry about that. Had to disable an editor plugin to prevent those changes. Hope I found all of them. |
If nobody complains, I'll merge this in ~a week. |
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #3383 🤖 @patchback |
@suukit thanks for implementing this! |
…bers (#3319) * Initial change to get behaviour of gitlab_project_members like the new gitlab_group_members * added changelog * linter: removed trainling whitespaces * Update plugins/modules/source_control/gitlab/gitlab_project_members.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/source_control/gitlab/gitlab_project_members.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/source_control/gitlab/gitlab_project_members.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/source_control/gitlab/gitlab_project_members.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/source_control/gitlab/gitlab_project_members.py Co-authored-by: Felix Fontein <[email protected]> * requested changes * linter fixes * undoing formatting changes to existing code Co-authored-by: Max-Florian Bidlingmaier <[email protected]> Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Max Bidlingmaier <[email protected]> (cherry picked from commit 7a2efb4)
…bers (#3319) (#3383) * Initial change to get behaviour of gitlab_project_members like the new gitlab_group_members * added changelog * linter: removed trainling whitespaces * Update plugins/modules/source_control/gitlab/gitlab_project_members.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/source_control/gitlab/gitlab_project_members.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/source_control/gitlab/gitlab_project_members.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/source_control/gitlab/gitlab_project_members.py Co-authored-by: Felix Fontein <[email protected]> * Update plugins/modules/source_control/gitlab/gitlab_project_members.py Co-authored-by: Felix Fontein <[email protected]> * requested changes * linter fixes * undoing formatting changes to existing code Co-authored-by: Max-Florian Bidlingmaier <[email protected]> Co-authored-by: Felix Fontein <[email protected]> Co-authored-by: Max Bidlingmaier <[email protected]> (cherry picked from commit 7a2efb4) Co-authored-by: Max Bidlingmaier <[email protected]>
SUMMARY
gitlab_group_members has been enhanced to accept list of users/access levels and purge users not in list. This change does the same changes to gitlab_project_members
ISSUE TYPE
COMPONENT NAME
gitlab_project_members
@felixfontein @zanssa