-
Notifications
You must be signed in to change notification settings - Fork 462
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 api parameters #1073
Add group api parameters #1073
Conversation
simon-weimann
commented
Dec 19, 2023
- adds protected_against_pushes and full_protection_after_initial_push branch protection level
- adds prevent_sharing_groups_outside_of_hierarchy
- adds prevent_forking_outside_group
- adds protected_against_pushes and full_protection_after_initial_push branch protection level - adds prevent_sharing_groups_outside_of_hierarchy - adds prevent_forking_outside_group
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.
It seems that those flags are also part of the response returned on group update or create.
So we should add those in Group
and update the group.json
as well.
- default_branch_protection - subgroup_creation_level - project_creation_level - prevent_forking_outside_group - prevent_sharing_groups_outside_hierarchy
Hi @jmini, thanks for the feedback. I have incorporated the requested changes. The failing tests seem to be broken on the main branch see https://github.com/gitlab4j/gitlab4j-api/actions/runs/7297607949/job/19887139845 |
Sorry about the failing tests on the main branch. I have now pushed |
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.
I will perform some tests and merge