summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-14 18:09:54 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-14 18:09:54 +0000
commitf697dc5e76dfc5894df006d53b2b7e751653cf05 (patch)
tree1387cd225039e611f3683f96b318bb17d4c422cb /changelogs
parent874ead9c3a50de4c4ca4551eaf5b7eb976d26b50 (diff)
downloadgitlab-ce-f697dc5e76dfc5894df006d53b2b7e751653cf05.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/211460-annotations-post-endpoint-revised.yml5
-rw-r--r--changelogs/unreleased/213225-adjust-issues-label-on-jira-import.yml5
-rw-r--r--changelogs/unreleased/github-rate-limit-on-project-import.yml5
-rw-r--r--changelogs/unreleased/update-ci-variable-qa-test.yml5
4 files changed, 20 insertions, 0 deletions
diff --git a/changelogs/unreleased/211460-annotations-post-endpoint-revised.yml b/changelogs/unreleased/211460-annotations-post-endpoint-revised.yml
new file mode 100644
index 00000000000..26abcf76ea6
--- /dev/null
+++ b/changelogs/unreleased/211460-annotations-post-endpoint-revised.yml
@@ -0,0 +1,5 @@
+---
+title: API endpoint to create annotations for environments dashboard
+merge_request: 29089
+author:
+type: added
diff --git a/changelogs/unreleased/213225-adjust-issues-label-on-jira-import.yml b/changelogs/unreleased/213225-adjust-issues-label-on-jira-import.yml
new file mode 100644
index 00000000000..045756cd025
--- /dev/null
+++ b/changelogs/unreleased/213225-adjust-issues-label-on-jira-import.yml
@@ -0,0 +1,5 @@
+---
+title: Adjust label title applied to issues on import from Jira
+merge_request: 29246
+author:
+type: changed
diff --git a/changelogs/unreleased/github-rate-limit-on-project-import.yml b/changelogs/unreleased/github-rate-limit-on-project-import.yml
new file mode 100644
index 00000000000..24df1e68a89
--- /dev/null
+++ b/changelogs/unreleased/github-rate-limit-on-project-import.yml
@@ -0,0 +1,5 @@
+---
+title: Better error message when importing a Github project and Github API rate limit is exceeded
+merge_request: 28785
+author:
+type: fixed
diff --git a/changelogs/unreleased/update-ci-variable-qa-test.yml b/changelogs/unreleased/update-ci-variable-qa-test.yml
new file mode 100644
index 00000000000..ca34985917f
--- /dev/null
+++ b/changelogs/unreleased/update-ci-variable-qa-test.yml
@@ -0,0 +1,5 @@
+---
+title: Fix failing ci variable e2e test
+merge_request: 25924
+author:
+type: fixed