summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-03 21:09:56 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-03 21:09:56 +0000
commitc1a50b8195f4e36fda9b233acbde57a449bcf6c3 (patch)
treeb24a10a7951e9a799397753d1badf6894fe03089 /changelogs
parentb6847c621ff246e6abceb90545d5a608318762d6 (diff)
downloadgitlab-ce-c1a50b8195f4e36fda9b233acbde57a449bcf6c3.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/199081-remove-open-in-file-view-in-web-ide.yml5
-rw-r--r--changelogs/unreleased/25426_subgroups_runners_in_api.yml6
2 files changed, 11 insertions, 0 deletions
diff --git a/changelogs/unreleased/199081-remove-open-in-file-view-in-web-ide.yml b/changelogs/unreleased/199081-remove-open-in-file-view-in-web-ide.yml
new file mode 100644
index 00000000000..610833e69ba
--- /dev/null
+++ b/changelogs/unreleased/199081-remove-open-in-file-view-in-web-ide.yml
@@ -0,0 +1,5 @@
+---
+title: Remove open in file view link from Web IDE
+merge_request: 28705
+author:
+type: removed
diff --git a/changelogs/unreleased/25426_subgroups_runners_in_api.yml b/changelogs/unreleased/25426_subgroups_runners_in_api.yml
new file mode 100644
index 00000000000..cd04c739678
--- /dev/null
+++ b/changelogs/unreleased/25426_subgroups_runners_in_api.yml
@@ -0,0 +1,6 @@
+---
+title: 'Fix for issue 26426: Details of runners of nested groups of an owned group
+ are now available for users with enough permissions'
+merge_request: 24169
+author: nachootal@gmail.com
+type: changed