Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-09-04 11:49:22 +0300
committerTim Zallmann <tzallmann@gitlab.com>2018-09-04 11:49:22 +0300
commita6ca7efb4c4cff1914c9dc1a760e436f18715a5c (patch)
tree99520ae226cc24c488453ca53655900b4ee38928 /changelogs
parent05ee94beb70a2969b85563a0c41bf5afe48a3699 (diff)
parente0ab3ed5545df468411f1b8675de6873ed57e595 (diff)
Merge branch '_acet-disable-ide-button' into 'master'
Disable Web IDE button if user is not allowed to push the source branch. Closes #45026 See merge request gitlab-org/gitlab-ce!21288
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/_acet-disable-ide-button.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/_acet-disable-ide-button.yml b/changelogs/unreleased/_acet-disable-ide-button.yml
new file mode 100644
index 00000000000..2fff3847052
--- /dev/null
+++ b/changelogs/unreleased/_acet-disable-ide-button.yml
@@ -0,0 +1,5 @@
+---
+title: Disable Web IDE button if user is not allowed to push the source branch.
+merge_request: 21288
+author:
+type: added