diff options
author | Rémy Coutable <remy@rymai.me> | 2016-07-08 14:30:35 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-07-08 14:30:35 +0000 |
commit | 8657e327ffb075031d13a79a4f8405ca6a39f31d (patch) | |
tree | 2fa4c2425be14968f24f270a0186dd4866a6c47b /CHANGELOG | |
parent | 7dba769886e662d4a5701285421f6e75b917d1eb (diff) | |
parent | 33124b4b500df904b91c74f3fdf4123fb27631a6 (diff) | |
download | gitlab-ce-8657e327ffb075031d13a79a4f8405ca6a39f31d.tar.gz |
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
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index f6fb9b7d257..8592696f58f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -28,6 +28,7 @@ v 8.10.0 (unreleased) - Wildcards for protected branches. !4665 - Allow importing from Github using Personal Access Tokens. (Eric K Idema) - API: Todos !3188 (Robert Schilling) + - API: Expose shared groups for projects and shared projects for groups !5050 (Robert Schilling) - Add "Enabled Git access protocols" to Application Settings - Fix user creation with stronger minimum password requirements !4054 (nathan-pmt) - PipelinesFinder uses git cache data |