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/23315-routing-changes-and-pagination-for-container-registry.yml6
-rw-r--r--changelogs/unreleased/37722-configurable-ds-advisory-db.yml5
-rw-r--r--changelogs/unreleased/460-protected-branches-api-search.yml5
-rw-r--r--changelogs/unreleased/fix-do-not-update-private-profile-in-api.yml6
-rw-r--r--changelogs/unreleased/sh-sanitize-pipeline-params.yml5
5 files changed, 27 insertions, 0 deletions
diff --git a/changelogs/unreleased/23315-routing-changes-and-pagination-for-container-registry.yml b/changelogs/unreleased/23315-routing-changes-and-pagination-for-container-registry.yml
new file mode 100644
index 00000000000..62a60cc5dbd
--- /dev/null
+++ b/changelogs/unreleased/23315-routing-changes-and-pagination-for-container-registry.yml
@@ -0,0 +1,6 @@
+---
+title: Add show routes for group and project repositories_controllers and add pagination
+ to the index responses
+merge_request: 23151
+author:
+type: added
diff --git a/changelogs/unreleased/37722-configurable-ds-advisory-db.yml b/changelogs/unreleased/37722-configurable-ds-advisory-db.yml
new file mode 100644
index 00000000000..c03927b0902
--- /dev/null
+++ b/changelogs/unreleased/37722-configurable-ds-advisory-db.yml
@@ -0,0 +1,5 @@
+---
+title: 'Add CI variables to configure bundler-audit advisory database (Dependency Scanning)'
+merge_request: 23717
+author:
+type: added
diff --git a/changelogs/unreleased/460-protected-branches-api-search.yml b/changelogs/unreleased/460-protected-branches-api-search.yml
new file mode 100644
index 00000000000..ed9d89a6a64
--- /dev/null
+++ b/changelogs/unreleased/460-protected-branches-api-search.yml
@@ -0,0 +1,5 @@
+---
+title: Add search support for protected branches API
+merge_request: 24137
+author:
+type: added
diff --git a/changelogs/unreleased/fix-do-not-update-private-profile-in-api.yml b/changelogs/unreleased/fix-do-not-update-private-profile-in-api.yml
new file mode 100644
index 00000000000..f2fa26176b6
--- /dev/null
+++ b/changelogs/unreleased/fix-do-not-update-private-profile-in-api.yml
@@ -0,0 +1,6 @@
+---
+title: Fix inconditionally setting user profile to public when updating via
+ API and private_profile parameter is not present in the request
+merge_request: 24456
+author: Diego Louzán
+type: fixed
diff --git a/changelogs/unreleased/sh-sanitize-pipeline-params.yml b/changelogs/unreleased/sh-sanitize-pipeline-params.yml
new file mode 100644
index 00000000000..93e99b18ffd
--- /dev/null
+++ b/changelogs/unreleased/sh-sanitize-pipeline-params.yml
@@ -0,0 +1,5 @@
+---
+title: Redact push options from error logs
+merge_request: 24540
+author:
+type: fixed