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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-28 12:09:34 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-28 12:09:34 +0300
commit0f59ad0c29c8679957c716317c842f606177f223 (patch)
tree387d1f932ad462e2906c840160e0305671acc274 /changelogs
parent99454db49e04656e8df692c5a1c4582fec50eee3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/205513-create-subgroup-without-project-permission.yml5
-rw-r--r--changelogs/unreleased/aalakkad-fix-mirro-repo-docs-link.yml5
-rw-r--r--changelogs/unreleased/lib-gitlab-refactoring-2.yml5
-rw-r--r--changelogs/unreleased/lib-gitlab-refactoring.yml5
-rw-r--r--changelogs/unreleased/sh-fix-paste-markdown-from-diff.yml5
-rw-r--r--changelogs/unreleased/sk-refactor-count-queries-in-environments-controller.yml5
6 files changed, 30 insertions, 0 deletions
diff --git a/changelogs/unreleased/205513-create-subgroup-without-project-permission.yml b/changelogs/unreleased/205513-create-subgroup-without-project-permission.yml
new file mode 100644
index 00000000000..6b4cdc1cc4d
--- /dev/null
+++ b/changelogs/unreleased/205513-create-subgroup-without-project-permission.yml
@@ -0,0 +1,5 @@
+---
+title: Always display new subgroup button when permission is granted
+merge_request: 28309
+author: Mattias Michaux
+type: fixed
diff --git a/changelogs/unreleased/aalakkad-fix-mirro-repo-docs-link.yml b/changelogs/unreleased/aalakkad-fix-mirro-repo-docs-link.yml
new file mode 100644
index 00000000000..3f5d1c59752
--- /dev/null
+++ b/changelogs/unreleased/aalakkad-fix-mirro-repo-docs-link.yml
@@ -0,0 +1,5 @@
+---
+title: Fix mirror repos docs link
+merge_request: 30443
+author:
+type: fixed
diff --git a/changelogs/unreleased/lib-gitlab-refactoring-2.yml b/changelogs/unreleased/lib-gitlab-refactoring-2.yml
new file mode 100644
index 00000000000..7b6e2fefee8
--- /dev/null
+++ b/changelogs/unreleased/lib-gitlab-refactoring-2.yml
@@ -0,0 +1,5 @@
+---
+title: Move prepend to last line in lib/gitlab files
+merge_request: 30070
+author: Rajendra Kadam
+type: fixed
diff --git a/changelogs/unreleased/lib-gitlab-refactoring.yml b/changelogs/unreleased/lib-gitlab-refactoring.yml
new file mode 100644
index 00000000000..4caa45b6fc9
--- /dev/null
+++ b/changelogs/unreleased/lib-gitlab-refactoring.yml
@@ -0,0 +1,5 @@
+---
+title: Move prepend to last line in lib/gitlab files
+merge_request: 29938
+author: Rajendra
+type: fixed
diff --git a/changelogs/unreleased/sh-fix-paste-markdown-from-diff.yml b/changelogs/unreleased/sh-fix-paste-markdown-from-diff.yml
new file mode 100644
index 00000000000..d9bea5c89e5
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-paste-markdown-from-diff.yml
@@ -0,0 +1,5 @@
+---
+title: Avoid copying diffs as Markdown tables
+merge_request: 30572
+author:
+type: fixed
diff --git a/changelogs/unreleased/sk-refactor-count-queries-in-environments-controller.yml b/changelogs/unreleased/sk-refactor-count-queries-in-environments-controller.yml
new file mode 100644
index 00000000000..7be17cb220a
--- /dev/null
+++ b/changelogs/unreleased/sk-refactor-count-queries-in-environments-controller.yml
@@ -0,0 +1,5 @@
+---
+title: Refactor count queries to single query on Projects::EnvironmentsController
+merge_request: 30073
+author: Sashi Kumar
+type: other