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/unreleased')
-rw-r--r--changelogs/unreleased/225926-replace-fa-tag-s-icons-with-gitlab-svg-icons.yml5
-rw-r--r--changelogs/unreleased/225936-replace-fa-user-s-icons-with-gitlab-svg-user-s-icon.yml5
-rw-r--r--changelogs/unreleased/235889-jira-importer-user-mapping-shows-50-users-max.yml5
-rw-r--r--changelogs/unreleased/239341-fix-snippets-create-without-file-path.yml5
-rw-r--r--changelogs/unreleased/ajk-relative-positioning-safe-move-nulls.yml5
-rw-r--r--changelogs/unreleased/lm-be-pipeline-mutations.yml5
-rw-r--r--changelogs/unreleased/sh-always-retry-read-build-logs.yml5
7 files changed, 35 insertions, 0 deletions
diff --git a/changelogs/unreleased/225926-replace-fa-tag-s-icons-with-gitlab-svg-icons.yml b/changelogs/unreleased/225926-replace-fa-tag-s-icons-with-gitlab-svg-icons.yml
new file mode 100644
index 00000000000..eee4518a4e7
--- /dev/null
+++ b/changelogs/unreleased/225926-replace-fa-tag-s-icons-with-gitlab-svg-icons.yml
@@ -0,0 +1,5 @@
+---
+title: Replace fa-trash icons with GitLab SVG remove icon
+merge_request: 40579
+author:
+type: changed
diff --git a/changelogs/unreleased/225936-replace-fa-user-s-icons-with-gitlab-svg-user-s-icon.yml b/changelogs/unreleased/225936-replace-fa-user-s-icons-with-gitlab-svg-user-s-icon.yml
new file mode 100644
index 00000000000..0077210064b
--- /dev/null
+++ b/changelogs/unreleased/225936-replace-fa-user-s-icons-with-gitlab-svg-user-s-icon.yml
@@ -0,0 +1,5 @@
+---
+title: Replace fa-user(s) icons with GitLab SVG user(s) icon
+merge_request: 39165
+author:
+type: changed
diff --git a/changelogs/unreleased/235889-jira-importer-user-mapping-shows-50-users-max.yml b/changelogs/unreleased/235889-jira-importer-user-mapping-shows-50-users-max.yml
new file mode 100644
index 00000000000..1fcf6c768e7
--- /dev/null
+++ b/changelogs/unreleased/235889-jira-importer-user-mapping-shows-50-users-max.yml
@@ -0,0 +1,5 @@
+---
+title: Fix Jira importer user mapping limit
+merge_request: 40310
+author:
+type: fixed
diff --git a/changelogs/unreleased/239341-fix-snippets-create-without-file-path.yml b/changelogs/unreleased/239341-fix-snippets-create-without-file-path.yml
new file mode 100644
index 00000000000..9e3e412638e
--- /dev/null
+++ b/changelogs/unreleased/239341-fix-snippets-create-without-file-path.yml
@@ -0,0 +1,5 @@
+---
+title: Fix snippet save button disabled with empty file path
+merge_request: 40412
+author:
+type: fixed
diff --git a/changelogs/unreleased/ajk-relative-positioning-safe-move-nulls.yml b/changelogs/unreleased/ajk-relative-positioning-safe-move-nulls.yml
new file mode 100644
index 00000000000..8a989a70416
--- /dev/null
+++ b/changelogs/unreleased/ajk-relative-positioning-safe-move-nulls.yml
@@ -0,0 +1,5 @@
+---
+title: Avoid raising errors when moving unpositioned items
+merge_request: 40152
+author:
+type: fixed
diff --git a/changelogs/unreleased/lm-be-pipeline-mutations.yml b/changelogs/unreleased/lm-be-pipeline-mutations.yml
new file mode 100644
index 00000000000..650722506df
--- /dev/null
+++ b/changelogs/unreleased/lm-be-pipeline-mutations.yml
@@ -0,0 +1,5 @@
+---
+title: 'GraphQL: Pipeline mutations for retry, cancel, and destroy'
+merge_request: 39780
+author:
+type: added
diff --git a/changelogs/unreleased/sh-always-retry-read-build-logs.yml b/changelogs/unreleased/sh-always-retry-read-build-logs.yml
new file mode 100644
index 00000000000..da4b185277d
--- /dev/null
+++ b/changelogs/unreleased/sh-always-retry-read-build-logs.yml
@@ -0,0 +1,5 @@
+---
+title: Always attempt retry of job trace read when file is missing
+merge_request: 40516
+author:
+type: fixed