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-26 15:09:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-26 15:09:15 +0300
commitc0dd450008c1cee260905e54bbed202891158697 (patch)
tree0b034d5e4568303b77302325fc8656bb040b90b4 /changelogs/unreleased
parent26bba9525deb5e9d05fd29cf5b286e7a65d1c791 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/321788-drop-unused-preload.yml5
-rw-r--r--changelogs/unreleased/325429-container-registry-cleanup-policy-wiped-all-images.yml5
-rw-r--r--changelogs/unreleased/325812-update-the-package-settings-to-use-the-blue-primary-button.yml5
-rw-r--r--changelogs/unreleased/cngo-add-aria-labels-to-icon-buttons.yml5
-rw-r--r--changelogs/unreleased/id-n-1-for-jira-pulls.yml5
5 files changed, 25 insertions, 0 deletions
diff --git a/changelogs/unreleased/321788-drop-unused-preload.yml b/changelogs/unreleased/321788-drop-unused-preload.yml
new file mode 100644
index 00000000000..9d3590ecf42
--- /dev/null
+++ b/changelogs/unreleased/321788-drop-unused-preload.yml
@@ -0,0 +1,5 @@
+---
+title: Drop unused preload from PipelineSerializer
+merge_request: 56988
+author:
+type: performance
diff --git a/changelogs/unreleased/325429-container-registry-cleanup-policy-wiped-all-images.yml b/changelogs/unreleased/325429-container-registry-cleanup-policy-wiped-all-images.yml
new file mode 100644
index 00000000000..da4ed507f23
--- /dev/null
+++ b/changelogs/unreleased/325429-container-registry-cleanup-policy-wiped-all-images.yml
@@ -0,0 +1,5 @@
+---
+title: Always save default on empty values in Exp Policies
+merge_request: 57470
+author:
+type: fixed
diff --git a/changelogs/unreleased/325812-update-the-package-settings-to-use-the-blue-primary-button.yml b/changelogs/unreleased/325812-update-the-package-settings-to-use-the-blue-primary-button.yml
new file mode 100644
index 00000000000..197648875da
--- /dev/null
+++ b/changelogs/unreleased/325812-update-the-package-settings-to-use-the-blue-primary-button.yml
@@ -0,0 +1,5 @@
+---
+title: Update the Package settings to use the blue primary button
+merge_request: 57468
+author:
+type: fixed
diff --git a/changelogs/unreleased/cngo-add-aria-labels-to-icon-buttons.yml b/changelogs/unreleased/cngo-add-aria-labels-to-icon-buttons.yml
new file mode 100644
index 00000000000..98bc341d16f
--- /dev/null
+++ b/changelogs/unreleased/cngo-add-aria-labels-to-icon-buttons.yml
@@ -0,0 +1,5 @@
+---
+title: Add aria labels to icon buttons
+merge_request: 57261
+author:
+type: fixed
diff --git a/changelogs/unreleased/id-n-1-for-jira-pulls.yml b/changelogs/unreleased/id-n-1-for-jira-pulls.yml
new file mode 100644
index 00000000000..e6d37b54c49
--- /dev/null
+++ b/changelogs/unreleased/id-n-1-for-jira-pulls.yml
@@ -0,0 +1,5 @@
+---
+title: Resolve N + 1 for JIRA pulls
+merge_request: 57482
+author:
+type: performance