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-02-10 00:09:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-10 00:09:19 +0300
commitb5944525b015e4efb4cd2c1d09ec37566d7691a0 (patch)
tree23134355a45b69298483e6c08b65ef6b23b8bd26 /changelogs
parent16cfd85bcf0046ae97d7ea84dae7eea3eafafe99 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/231173-gl-button.yml5
-rw-r--r--changelogs/unreleased/320792-add-an-api-rate-limit-for-new-notes-using-application-rate-limits.yml5
-rw-r--r--changelogs/unreleased/fix-button-alignment-applications.yml5
-rw-r--r--changelogs/unreleased/tor-defect-commit-message-placeholders.yml6
4 files changed, 21 insertions, 0 deletions
diff --git a/changelogs/unreleased/231173-gl-button.yml b/changelogs/unreleased/231173-gl-button.yml
new file mode 100644
index 00000000000..9c65888b56e
--- /dev/null
+++ b/changelogs/unreleased/231173-gl-button.yml
@@ -0,0 +1,5 @@
+---
+title: Apply GitLab UI button styles to buttons in gitlab_slack_application file
+merge_request: 53478
+author: Yogi (@yo)
+type: other
diff --git a/changelogs/unreleased/320792-add-an-api-rate-limit-for-new-notes-using-application-rate-limits.yml b/changelogs/unreleased/320792-add-an-api-rate-limit-for-new-notes-using-application-rate-limits.yml
new file mode 100644
index 00000000000..7882a1d7f98
--- /dev/null
+++ b/changelogs/unreleased/320792-add-an-api-rate-limit-for-new-notes-using-application-rate-limits.yml
@@ -0,0 +1,5 @@
+---
+title: Add application rate limit for Notes creation
+merge_request: 53637
+author:
+type: added
diff --git a/changelogs/unreleased/fix-button-alignment-applications.yml b/changelogs/unreleased/fix-button-alignment-applications.yml
new file mode 100644
index 00000000000..25515be0e1b
--- /dev/null
+++ b/changelogs/unreleased/fix-button-alignment-applications.yml
@@ -0,0 +1,5 @@
+---
+title: Fix action button alignment for application inside the table in oauth/applications
+merge_request: 52465
+author: Yogi (@yo)
+type: fixed
diff --git a/changelogs/unreleased/tor-defect-commit-message-placeholders.yml b/changelogs/unreleased/tor-defect-commit-message-placeholders.yml
new file mode 100644
index 00000000000..093dfdda81a
--- /dev/null
+++ b/changelogs/unreleased/tor-defect-commit-message-placeholders.yml
@@ -0,0 +1,6 @@
+---
+title: Fill default commit message values in the placeholder instead of showing the
+ variable slugs
+merge_request: 52851
+author:
+type: fixed