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-01-13 15:08:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-13 15:08:04 +0300
commiteb30dd6e28f6fc9eb8021d205f6ed84511f001e2 (patch)
tree9557e4782c762f4d08f57c9e04991bf988695085 /changelogs/unreleased
parentc3ad57034cc1cbd6d0ad02de7ac57f6004440c83 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/4913-frontend-outdated-security-report.yml5
-rw-r--r--changelogs/unreleased/create-downstream-pipeline-in-same-project.yml5
-rw-r--r--changelogs/unreleased/feat-customizable-suggestion-commit-messages.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/4913-frontend-outdated-security-report.yml b/changelogs/unreleased/4913-frontend-outdated-security-report.yml
new file mode 100644
index 00000000000..b1144f621f3
--- /dev/null
+++ b/changelogs/unreleased/4913-frontend-outdated-security-report.yml
@@ -0,0 +1,5 @@
+---
+title: Display in MR if security report is outdated
+merge_request: 20954
+author:
+type: other
diff --git a/changelogs/unreleased/create-downstream-pipeline-in-same-project.yml b/changelogs/unreleased/create-downstream-pipeline-in-same-project.yml
new file mode 100644
index 00000000000..ccba831abfe
--- /dev/null
+++ b/changelogs/unreleased/create-downstream-pipeline-in-same-project.yml
@@ -0,0 +1,5 @@
+---
+title: Allow an upstream pipeline to create a downstream pipeline in the same project
+merge_request: 22663
+author:
+type: added
diff --git a/changelogs/unreleased/feat-customizable-suggestion-commit-messages.yml b/changelogs/unreleased/feat-customizable-suggestion-commit-messages.yml
new file mode 100644
index 00000000000..9fbff4118c8
--- /dev/null
+++ b/changelogs/unreleased/feat-customizable-suggestion-commit-messages.yml
@@ -0,0 +1,5 @@
+---
+title: Implement customizable commit messages for applied suggested changes
+merge_request: 21411
+author: Fabio Huser
+type: added