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:
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/gy-artifact-download-multiple-types.yml5
-rw-r--r--changelogs/unreleased/paginate-commit.yml5
-rw-r--r--changelogs/unreleased/sh-handle-fog-host-params.yml5
-rw-r--r--changelogs/unreleased/vs-fix-margin-for-rebase-based-workflows.yml5
4 files changed, 20 insertions, 0 deletions
diff --git a/changelogs/unreleased/gy-artifact-download-multiple-types.yml b/changelogs/unreleased/gy-artifact-download-multiple-types.yml
new file mode 100644
index 00000000000..15f9fa78372
--- /dev/null
+++ b/changelogs/unreleased/gy-artifact-download-multiple-types.yml
@@ -0,0 +1,5 @@
+---
+title: Adjust job report artifacts downloads to handle multiple types
+merge_request: 53141
+author:
+type: fixed
diff --git a/changelogs/unreleased/paginate-commit.yml b/changelogs/unreleased/paginate-commit.yml
new file mode 100644
index 00000000000..c75435cdf3b
--- /dev/null
+++ b/changelogs/unreleased/paginate-commit.yml
@@ -0,0 +1,5 @@
+---
+title: Paginate single commit view
+merge_request: 52819
+author:
+type: performance
diff --git a/changelogs/unreleased/sh-handle-fog-host-params.yml b/changelogs/unreleased/sh-handle-fog-host-params.yml
new file mode 100644
index 00000000000..4cfcac84b6d
--- /dev/null
+++ b/changelogs/unreleased/sh-handle-fog-host-params.yml
@@ -0,0 +1,5 @@
+---
+title: Support fog-aws host options for Workhorse S3 client
+merge_request: 53326
+author:
+type: fixed
diff --git a/changelogs/unreleased/vs-fix-margin-for-rebase-based-workflows.yml b/changelogs/unreleased/vs-fix-margin-for-rebase-based-workflows.yml
new file mode 100644
index 00000000000..1815933af09
--- /dev/null
+++ b/changelogs/unreleased/vs-fix-margin-for-rebase-based-workflows.yml
@@ -0,0 +1,5 @@
+---
+title: Fix left margin of Merge button in FF merge mode
+merge_request: 53756
+author:
+type: fixed