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>2019-09-27 21:06:20 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-09-27 21:06:20 +0300
commit2abb1b54c0305b359b178d6660810e865f619c22 (patch)
treee388953a0566ef9844b0b98cdb34236049721a14 /changelogs
parent8320f7956d72986f5a7c850874fce4f8b5a8e015 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/53041-groups-named-shared.yml5
-rw-r--r--changelogs/unreleased/dedicated-pipeline-ref.yml6
-rw-r--r--changelogs/unreleased/fj-32885-add-trigram-index-snippet-content.yml5
-rw-r--r--changelogs/unreleased/increase-limit-for-recursively-include.yml5
-rw-r--r--changelogs/unreleased/nfriend-suppress-ajax-errors-again.yml5
5 files changed, 26 insertions, 0 deletions
diff --git a/changelogs/unreleased/53041-groups-named-shared.yml b/changelogs/unreleased/53041-groups-named-shared.yml
new file mode 100644
index 00000000000..165b6727fe9
--- /dev/null
+++ b/changelogs/unreleased/53041-groups-named-shared.yml
@@ -0,0 +1,5 @@
+---
+title: Naming a project "shared" will no longer automatically open the "Shared Projects" tab.
+merge_request: 16847
+author: Jesse Hall @jessehall3
+type: fixed
diff --git a/changelogs/unreleased/dedicated-pipeline-ref.yml b/changelogs/unreleased/dedicated-pipeline-ref.yml
new file mode 100644
index 00000000000..6484bab1da4
--- /dev/null
+++ b/changelogs/unreleased/dedicated-pipeline-ref.yml
@@ -0,0 +1,6 @@
+---
+title: Create a persistent ref per pipeline for keeping pipelines run from force-push
+ and merged results
+merge_request: 17043
+author:
+type: fixed
diff --git a/changelogs/unreleased/fj-32885-add-trigram-index-snippet-content.yml b/changelogs/unreleased/fj-32885-add-trigram-index-snippet-content.yml
new file mode 100644
index 00000000000..695098d41ff
--- /dev/null
+++ b/changelogs/unreleased/fj-32885-add-trigram-index-snippet-content.yml
@@ -0,0 +1,5 @@
+---
+title: Add trigram index on snippet content
+merge_request: 17806
+author:
+type: performance
diff --git a/changelogs/unreleased/increase-limit-for-recursively-include.yml b/changelogs/unreleased/increase-limit-for-recursively-include.yml
new file mode 100644
index 00000000000..5fed53e8f24
--- /dev/null
+++ b/changelogs/unreleased/increase-limit-for-recursively-include.yml
@@ -0,0 +1,5 @@
+---
+title: Increase the limit of includes in CI file to 100
+merge_request: 17807
+author:
+type: fixed
diff --git a/changelogs/unreleased/nfriend-suppress-ajax-errors-again.yml b/changelogs/unreleased/nfriend-suppress-ajax-errors-again.yml
new file mode 100644
index 00000000000..04909152aa8
--- /dev/null
+++ b/changelogs/unreleased/nfriend-suppress-ajax-errors-again.yml
@@ -0,0 +1,5 @@
+---
+title: Suppress error messages shown when navigating to a new page
+merge_request: 17706
+author:
+type: fixed