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-30 18:09:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-30 18:09:46 +0300
commit7f305b576b51c3503970ef224cf4b31e247a322d (patch)
tree9a3b0ddfb8640fd1a66307a38fe6ba264e5d99dd /changelogs
parent04edf6545802ed0515e221038b63fc96ad3e6d54 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/213238-fix-ide-discard-empty-file.yml5
-rw-r--r--changelogs/unreleased/215164-show-correct-import-label-and-import-count-on-jira-import-form.yml5
-rw-r--r--changelogs/unreleased/215569-jira-import-fix-default-author.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/213238-fix-ide-discard-empty-file.yml b/changelogs/unreleased/213238-fix-ide-discard-empty-file.yml
new file mode 100644
index 00000000000..1a8ac3400c5
--- /dev/null
+++ b/changelogs/unreleased/213238-fix-ide-discard-empty-file.yml
@@ -0,0 +1,5 @@
+---
+title: Fix discard button not showing for new empty files in Web IDE
+merge_request: 30767
+author:
+type: fixed
diff --git a/changelogs/unreleased/215164-show-correct-import-label-and-import-count-on-jira-import-form.yml b/changelogs/unreleased/215164-show-correct-import-label-and-import-count-on-jira-import-form.yml
new file mode 100644
index 00000000000..e5735296a52
--- /dev/null
+++ b/changelogs/unreleased/215164-show-correct-import-label-and-import-count-on-jira-import-form.yml
@@ -0,0 +1,5 @@
+---
+title: Show correct label and count on Jira import form
+merge_request: 30072
+author:
+type: changed
diff --git a/changelogs/unreleased/215569-jira-import-fix-default-author.yml b/changelogs/unreleased/215569-jira-import-fix-default-author.yml
new file mode 100644
index 00000000000..4c7583c0958
--- /dev/null
+++ b/changelogs/unreleased/215569-jira-import-fix-default-author.yml
@@ -0,0 +1,5 @@
+---
+title: Use Jira import owner as the issue author when importing issues from Jira
+merge_request: 30504
+author:
+type: fixed