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-05-12 18:10:25 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-12 18:10:25 +0300
commit4a882000a94d1043b536e078a0e3571bdb0077d3 (patch)
treefe727bab83189a7a0f4ed72d879902e70a9d46a3 /changelogs
parent71a67d17b02e7b8dec2f4c257f6734dc7818fb1e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/327350-update-checkbox-styles-in-group-settings-general-permissions-lfs-2.yml6
-rw-r--r--changelogs/unreleased/330396-package-registry-pypi-packages-file-list-vanishes-when-different-c.yml5
-rw-r--r--changelogs/unreleased/allow-disable-build-for-auto-devops.yml5
3 files changed, 16 insertions, 0 deletions
diff --git a/changelogs/unreleased/327350-update-checkbox-styles-in-group-settings-general-permissions-lfs-2.yml b/changelogs/unreleased/327350-update-checkbox-styles-in-group-settings-general-permissions-lfs-2.yml
new file mode 100644
index 00000000000..7e8d9738dbe
--- /dev/null
+++ b/changelogs/unreleased/327350-update-checkbox-styles-in-group-settings-general-permissions-lfs-2.yml
@@ -0,0 +1,6 @@
+---
+title: Update checkbox styles in "Group" -> "Settings" -> "General" -> "Permissions,
+ LFS, 2FA"
+merge_request: 61294
+author:
+type: other
diff --git a/changelogs/unreleased/330396-package-registry-pypi-packages-file-list-vanishes-when-different-c.yml b/changelogs/unreleased/330396-package-registry-pypi-packages-file-list-vanishes-when-different-c.yml
new file mode 100644
index 00000000000..8c7c73cdfbb
--- /dev/null
+++ b/changelogs/unreleased/330396-package-registry-pypi-packages-file-list-vanishes-when-different-c.yml
@@ -0,0 +1,5 @@
+---
+title: Hide commit msg for package files without pipeline
+merge_request: 61571
+author:
+type: fixed
diff --git a/changelogs/unreleased/allow-disable-build-for-auto-devops.yml b/changelogs/unreleased/allow-disable-build-for-auto-devops.yml
new file mode 100644
index 00000000000..981f68dee31
--- /dev/null
+++ b/changelogs/unreleased/allow-disable-build-for-auto-devops.yml
@@ -0,0 +1,5 @@
+---
+title: Allow disabling build stage for Auto Devops
+merge_request: 48638
+author: Shane Davidson @shanekdavidson
+type: added