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-11 12:09:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-11 12:09:18 +0300
commit7240fb1a06c9e1b254719426b1ac96ec2f00fe35 (patch)
treea2c0e2b679bc34c9446a5e4653f5d63f2292205d /changelogs
parent62d57690bc54e195b2544091725421144ce76900 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/290622-display-warning-mr-edit.yml5
-rw-r--r--changelogs/unreleased/292713-tf-lock-loading.yml5
-rw-r--r--changelogs/unreleased/btn-icon-issues.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/290622-display-warning-mr-edit.yml b/changelogs/unreleased/290622-display-warning-mr-edit.yml
new file mode 100644
index 00000000000..0810655495e
--- /dev/null
+++ b/changelogs/unreleased/290622-display-warning-mr-edit.yml
@@ -0,0 +1,5 @@
+---
+title: Display unload warning if MR edit changed
+merge_request: 53438
+author:
+type: added
diff --git a/changelogs/unreleased/292713-tf-lock-loading.yml b/changelogs/unreleased/292713-tf-lock-loading.yml
new file mode 100644
index 00000000000..e6ea8b01ecc
--- /dev/null
+++ b/changelogs/unreleased/292713-tf-lock-loading.yml
@@ -0,0 +1,5 @@
+---
+title: Add loading display to Terraform lock action
+merge_request: 53475
+author:
+type: changed
diff --git a/changelogs/unreleased/btn-icon-issues.yml b/changelogs/unreleased/btn-icon-issues.yml
new file mode 100644
index 00000000000..6a06d53f8f4
--- /dev/null
+++ b/changelogs/unreleased/btn-icon-issues.yml
@@ -0,0 +1,5 @@
+---
+title: Add btn-icon class for icon only buttons in issues header
+merge_request: 53562
+author: Yogi (@yo)
+type: other