Group-level protected branches - REST API
Problem description
As described in the parent epic &8679 Users want to be able to have standardized workflows across teams and projects and leverage protected branches as a way to do this.
Implementation plan
- Add the attribute
inherited
to the project-level protected branches API. (Have no this in the group-level one) - Update
ProtectedBranchesFinder
to support the group-level. - Add the REST API of group-level protected branches.
- Update API docs.
- Update API specs.