summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
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