-
- Downloads
Merge branch 'api-shared-projects' into 'master'
Api shared projects ## What does this MR do? Exposes the shared projects in the group endpoint ## What are the relevant issue numbers? Builds upon !5148 and closes #18780 ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [x] API support added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !5150
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- doc/api/groups.md 212 additions, 35 deletionsdoc/api/groups.md
- doc/api/projects.md 30 additions, 7 deletionsdoc/api/projects.md
- lib/api/entities.rb 12 additions, 0 deletionslib/api/entities.rb
- spec/requests/api/groups_spec.rb 17 additions, 2 deletionsspec/requests/api/groups_spec.rb
- spec/requests/api/projects_spec.rb 38 additions, 2 deletionsspec/requests/api/projects_spec.rb
Loading
Please register or sign in to comment