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 18:06:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-09-27 18:06:16 +0300
commit8320f7956d72986f5a7c850874fce4f8b5a8e015 (patch)
treec761b309cfff422609d47a17ac4d6a732c142f49 /changelogs
parent45482d5a2704da7fabe4ccf07f85d9be6e0a791a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/bjk-32646_puma_killer.yml5
-rw-r--r--changelogs/unreleased/labels_rest.yml5
-rw-r--r--changelogs/unreleased/show-correct-link-in-mr-pipelines.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/bjk-32646_puma_killer.yml b/changelogs/unreleased/bjk-32646_puma_killer.yml
new file mode 100644
index 00000000000..11318966a01
--- /dev/null
+++ b/changelogs/unreleased/bjk-32646_puma_killer.yml
@@ -0,0 +1,5 @@
+---
+title: Update PumaWorkerKiller defaults
+merge_request: 17758
+author:
+type: performance
diff --git a/changelogs/unreleased/labels_rest.yml b/changelogs/unreleased/labels_rest.yml
new file mode 100644
index 00000000000..e2b37ee2a11
--- /dev/null
+++ b/changelogs/unreleased/labels_rest.yml
@@ -0,0 +1,5 @@
+---
+title: Add proper label REST API for update, delete and promote
+merge_request: 17239
+author: Mathieu Parent
+type: added
diff --git a/changelogs/unreleased/show-correct-link-in-mr-pipelines.yml b/changelogs/unreleased/show-correct-link-in-mr-pipelines.yml
new file mode 100644
index 00000000000..8a4b557f716
--- /dev/null
+++ b/changelogs/unreleased/show-correct-link-in-mr-pipelines.yml
@@ -0,0 +1,5 @@
+---
+title: Show the original branch name and link of merge request in pipeline emails
+merge_request: 17513
+author:
+type: fixed