summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-10-07 09:54:44 +0000
committerRémy Coutable <remy@rymai.me>2016-10-07 09:54:44 +0000
commit1be151621721d9e89c4c6514b8523e999e5e0fed (patch)
tree1c9d81886e94b43bd487529966c82e5f40361f5e /CHANGELOG
parentb58ea12aa9b7ba9f3a8bcdfce32cb775ba05999a (diff)
parent7623ab0cf4f966ee809845341842d0af5ce69061 (diff)
downloadgitlab-ce-1be151621721d9e89c4c6514b8523e999e5e0fed.tar.gz
Merge branch 'ben.boeckel/gitlab-ce-api-visible-projects' into 'master'
Add visible projects API ## What does this MR do? Add a new `/projects/visible` API endpoint. Originally created by @ben.boeckel in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5970. ## Are there points in the code the reviewer needs to double check? Does the API make sense? ## Why was this MR needed? The `/projects` endpoint only returned projects the user was explicitly a member of. Closes #19361, #3119. See merge request !6681
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8049894917e..d4268fc3709 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -5,6 +5,7 @@ v 8.13.0 (unreleased)
- Add link from system note to compare with previous version
- Improve issue load time performance by avoiding ORDER BY in find_by call
- Use gitlab-shell v3.6.2 (GIT TRACE logging)
+ - Add `/projects/visible` API endpoint (Ben Boeckel)
- Fix centering of custom header logos (Ashley Dumaine)
- AbstractReferenceFilter caches project_refs on RequestStore when active
- Replaced the check sign to arrow in the show build view. !6501