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-03-03 21:11:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-03 21:11:16 +0300
commit9578c9f9e88421a5dc4d9215f40d932bd30cbabc (patch)
tree51cc56403430f901de45cb82a6ab5f63c1f37712 /changelogs
parent7fcda12793acc54ba8de037f50cc3696dbd0f002 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/add-ollowed-user-activity-as-dashboard-user-choices.yml5
-rw-r--r--changelogs/unreleased/design-management-minor-fixe.yml5
-rw-r--r--changelogs/unreleased/rake-task-to-clear-description-templates-cache.yml5
-rw-r--r--changelogs/unreleased/runners-api-context-metadata.yml5
4 files changed, 20 insertions, 0 deletions
diff --git a/changelogs/unreleased/add-ollowed-user-activity-as-dashboard-user-choices.yml b/changelogs/unreleased/add-ollowed-user-activity-as-dashboard-user-choices.yml
new file mode 100644
index 00000000000..5188cd2ee08
--- /dev/null
+++ b/changelogs/unreleased/add-ollowed-user-activity-as-dashboard-user-choices.yml
@@ -0,0 +1,5 @@
+---
+title: "Add 'Followed User Activity' as dashboard user choices"
+merge_request: 55165
+author: Benj Fassbind @randombenj
+type: added
diff --git a/changelogs/unreleased/design-management-minor-fixe.yml b/changelogs/unreleased/design-management-minor-fixe.yml
new file mode 100644
index 00000000000..1100ce55f78
--- /dev/null
+++ b/changelogs/unreleased/design-management-minor-fixe.yml
@@ -0,0 +1,5 @@
+---
+title: Fix button alignment in design management header
+merge_request: 48003
+author:
+type: fixed
diff --git a/changelogs/unreleased/rake-task-to-clear-description-templates-cache.yml b/changelogs/unreleased/rake-task-to-clear-description-templates-cache.yml
new file mode 100644
index 00000000000..3181ebe9843
--- /dev/null
+++ b/changelogs/unreleased/rake-task-to-clear-description-templates-cache.yml
@@ -0,0 +1,5 @@
+---
+title: Add rake task to cleanup description templates cache in batches
+merge_request: 54706
+author:
+type: added
diff --git a/changelogs/unreleased/runners-api-context-metadata.yml b/changelogs/unreleased/runners-api-context-metadata.yml
new file mode 100644
index 00000000000..e5c4edd1755
--- /dev/null
+++ b/changelogs/unreleased/runners-api-context-metadata.yml
@@ -0,0 +1,5 @@
+---
+title: Add runners api context metadata
+merge_request: 55089
+author:
+type: changed