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-15 15:09:29 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-15 15:09:29 +0300
commit6986c1adc235859111e45593bb0bd61e70892d3c (patch)
tree99912b55cd4c39c7ce24120269dfc870ff8f3705 /changelogs
parentc5b1e86b43f136d8a43cab867ddc49a02751c45a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/292713-remove-loading-tf.yml5
-rw-r--r--changelogs/unreleased/add-labels-resolver.yml6
-rw-r--r--changelogs/unreleased/count-implicit-auto-devops-inclusions-separately.yml5
-rw-r--r--changelogs/unreleased/vs-fix-alignment-rebase-in-progress.yml5
4 files changed, 21 insertions, 0 deletions
diff --git a/changelogs/unreleased/292713-remove-loading-tf.yml b/changelogs/unreleased/292713-remove-loading-tf.yml
new file mode 100644
index 00000000000..e5f11a2cad6
--- /dev/null
+++ b/changelogs/unreleased/292713-remove-loading-tf.yml
@@ -0,0 +1,5 @@
+---
+title: Display loading when removing Terraform state
+merge_request: 53897
+author:
+type: changed
diff --git a/changelogs/unreleased/add-labels-resolver.yml b/changelogs/unreleased/add-labels-resolver.yml
new file mode 100644
index 00000000000..1594c35de19
--- /dev/null
+++ b/changelogs/unreleased/add-labels-resolver.yml
@@ -0,0 +1,6 @@
+---
+title: Adds only_group_labels and include_ancestor_labels and include_descendant_groups
+ arguments to the project and group labels resolvers respectively
+merge_request: 53639
+author:
+type: fixed
diff --git a/changelogs/unreleased/count-implicit-auto-devops-inclusions-separately.yml b/changelogs/unreleased/count-implicit-auto-devops-inclusions-separately.yml
new file mode 100644
index 00000000000..cbf81e90e8e
--- /dev/null
+++ b/changelogs/unreleased/count-implicit-auto-devops-inclusions-separately.yml
@@ -0,0 +1,5 @@
+---
+title: Track YAML-less Auto DevOps inclusions separately
+merge_request: 53383
+author:
+type: changed
diff --git a/changelogs/unreleased/vs-fix-alignment-rebase-in-progress.yml b/changelogs/unreleased/vs-fix-alignment-rebase-in-progress.yml
new file mode 100644
index 00000000000..ed2989dfcb0
--- /dev/null
+++ b/changelogs/unreleased/vs-fix-alignment-rebase-in-progress.yml
@@ -0,0 +1,5 @@
+---
+title: Fix alignment of 'Rebase in progress' label
+merge_request: 54189
+author:
+type: fixed