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>2020-02-07 00:08:48 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-07 00:08:48 +0300
commita89cb5cbdd832d4d9e80517973aceda6bc0a3856 (patch)
tree574475bd0901a2f8906d36a4728b8bbb95b41e1c /changelogs/unreleased/fix-do-not-update-private-profile-in-api.yml
parent0d6fa033121a9bef708b8f2de186c4034c61d4a3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs/unreleased/fix-do-not-update-private-profile-in-api.yml')
-rw-r--r--changelogs/unreleased/fix-do-not-update-private-profile-in-api.yml6
1 files changed, 6 insertions, 0 deletions
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