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-11-26 15:06:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-26 15:06:18 +0300
commit6a4ffad42050949fcf08e78147575734ae99627e (patch)
tree723bb2480948ba4ec29ca9ac10f8728dc2a831b6 /changelogs/unreleased
parent23d237110e6a646dec08e1f5b4696d2d9c51cfef (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/20321-optional-only-jira-issue-link-on-gitlab-commit-no-jira-comment.yml5
-rw-r--r--changelogs/unreleased/24804-import-page-namespace-fix.yml5
-rw-r--r--changelogs/unreleased/36924-cablett-epic-tree-permissions.yml5
-rw-r--r--changelogs/unreleased/bvl-fix-merging-through-push-options.yml5
-rw-r--r--changelogs/unreleased/wc-perf-bar-download.yml5
5 files changed, 25 insertions, 0 deletions
diff --git a/changelogs/unreleased/20321-optional-only-jira-issue-link-on-gitlab-commit-no-jira-comment.yml b/changelogs/unreleased/20321-optional-only-jira-issue-link-on-gitlab-commit-no-jira-comment.yml
new file mode 100644
index 00000000000..df4ce8200a6
--- /dev/null
+++ b/changelogs/unreleased/20321-optional-only-jira-issue-link-on-gitlab-commit-no-jira-comment.yml
@@ -0,0 +1,5 @@
+---
+title: Add ability to make Jira comments optional
+merge_request: 19004
+author:
+type: added
diff --git a/changelogs/unreleased/24804-import-page-namespace-fix.yml b/changelogs/unreleased/24804-import-page-namespace-fix.yml
new file mode 100644
index 00000000000..bf1449d1626
--- /dev/null
+++ b/changelogs/unreleased/24804-import-page-namespace-fix.yml
@@ -0,0 +1,5 @@
+---
+title: Fixed project import from export ignoring namespace selection
+merge_request: 20405
+author:
+type: fixed
diff --git a/changelogs/unreleased/36924-cablett-epic-tree-permissions.yml b/changelogs/unreleased/36924-cablett-epic-tree-permissions.yml
new file mode 100644
index 00000000000..ae144c77823
--- /dev/null
+++ b/changelogs/unreleased/36924-cablett-epic-tree-permissions.yml
@@ -0,0 +1,5 @@
+---
+title: Fix removing of child epics that belong to subgroups
+merge_request: 20610
+author:
+type: fixed
diff --git a/changelogs/unreleased/bvl-fix-merging-through-push-options.yml b/changelogs/unreleased/bvl-fix-merging-through-push-options.yml
new file mode 100644
index 00000000000..cacf34a52ed
--- /dev/null
+++ b/changelogs/unreleased/bvl-fix-merging-through-push-options.yml
@@ -0,0 +1,5 @@
+---
+title: Fix merging merge requests from push options
+merge_request: 20639
+author:
+type: fixed
diff --git a/changelogs/unreleased/wc-perf-bar-download.yml b/changelogs/unreleased/wc-perf-bar-download.yml
new file mode 100644
index 00000000000..056e0ec63f6
--- /dev/null
+++ b/changelogs/unreleased/wc-perf-bar-download.yml
@@ -0,0 +1,5 @@
+---
+title: Add 'download' button to Performance Bar
+merge_request: 20205
+author: Will Chandler
+type: changed