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>2021-05-19 15:10:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-19 15:10:33 +0300
commitf304336f5e0a200137bd87a3895f1bf20a61b1fb (patch)
tree7c6e8cff714e3c0e5a28d00c56e1097a1e672d8a /changelogs
parent389312d00908adf98b30daac746805ec8447f92b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/17461-remove-labels-on-issue-close.yml5
-rw-r--r--changelogs/unreleased/331057-follow-up-from-audit-and-update-buttons-on-projects-tagscontroller.yml5
-rw-r--r--changelogs/unreleased/debian_distribution_keys.yml5
-rw-r--r--changelogs/unreleased/issue-220040-fix-robocop-savebang-spec-models-1.yml5
4 files changed, 15 insertions, 5 deletions
diff --git a/changelogs/unreleased/17461-remove-labels-on-issue-close.yml b/changelogs/unreleased/17461-remove-labels-on-issue-close.yml
deleted file mode 100644
index 3f6f401ce5e..00000000000
--- a/changelogs/unreleased/17461-remove-labels-on-issue-close.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: Add option to remove labels on issue close in the REST and GraphQL API
-merge_request: 61286
-author:
-type: added
diff --git a/changelogs/unreleased/331057-follow-up-from-audit-and-update-buttons-on-projects-tagscontroller.yml b/changelogs/unreleased/331057-follow-up-from-audit-and-update-buttons-on-projects-tagscontroller.yml
new file mode 100644
index 00000000000..5614bccc788
--- /dev/null
+++ b/changelogs/unreleased/331057-follow-up-from-audit-and-update-buttons-on-projects-tagscontroller.yml
@@ -0,0 +1,5 @@
+---
+title: Left-align certain application-wide cancel buttons to conform to the GitLab Pajamas style guide
+merge_request: 61858
+author:
+type: changed
diff --git a/changelogs/unreleased/debian_distribution_keys.yml b/changelogs/unreleased/debian_distribution_keys.yml
new file mode 100644
index 00000000000..fdc4ae45a4c
--- /dev/null
+++ b/changelogs/unreleased/debian_distribution_keys.yml
@@ -0,0 +1,5 @@
+---
+title: Debian Group and Project Distribution Keys schema
+merge_request: 60993
+author: Mathieu Parent
+type: added
diff --git a/changelogs/unreleased/issue-220040-fix-robocop-savebang-spec-models-1.yml b/changelogs/unreleased/issue-220040-fix-robocop-savebang-spec-models-1.yml
new file mode 100644
index 00000000000..8ecada2a9d0
--- /dev/null
+++ b/changelogs/unreleased/issue-220040-fix-robocop-savebang-spec-models-1.yml
@@ -0,0 +1,5 @@
+---
+title: Fixed Rails Save Bang offenses in few spec/models/* files
+merge_request: 61961
+author: Suraj Tripathi @surajtripathy07
+type: fixed