summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorFatih Acet <acetfatih@gmail.com>2016-11-03 22:23:45 +0000
committerFatih Acet <acetfatih@gmail.com>2016-11-03 22:23:45 +0000
commit257075e43b88056fa38ca157f3552d3fa87653b2 (patch)
tree91a871b5baec5ba7f25efde222289994ad073caf /CHANGELOG.md
parentac1bbe7a78b0d861850de26797552c797966b309 (diff)
parentfb3229d771a42b0022f4bbbd084ce245a17626fe (diff)
downloadgitlab-ce-257075e43b88056fa38ca157f3552d3fa87653b2.tar.gz
Merge branch 'project-container-repo-disable' into 'master'
Hides registry if project repository is disabled ## What does this MR do? When disabling the projects repository it now hides the container registry as well. ## Screenshots (if relevant) ![Screen_Shot_2016-10-21_at_11.23.29](/uploads/e07d74e0666348748690689ab993f9d8/Screen_Shot_2016-10-21_at_11.23.29.png) ![Screen_Shot_2016-10-21_at_11.23.32](/uploads/e2f0757397a4524eca5aa069c1fabad3/Screen_Shot_2016-10-21_at_11.23.32.png) ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/issues/19734#note_17224181 See merge request !7036
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7efa9efa4f8..1917360e9d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,7 @@ entry.
- Fix sidekiq stats in admin area (blackst0ne)
- Added label description as tooltip to issue board list title
- Created cycle analytics bundle JavaScript file
+- Hides container registry when repository is disabled
- API: Fix booleans not recognized as such when using the `to_boolean` helper
- Removed delete branch tooltip !6954
- Stop unauthorized users dragging on milestone page (blackst0ne)