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-02-25 09:10:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-02-25 09:10:51 +0300
commitc1ccb69fc9b1f07a00d3310f5fbd2e4622db9482 (patch)
tree1b8edbc6540c554c4d9878fa3e8b7c4f2102baea /changelogs
parente66e16c73cda415ccd03ac0a1818a58ddc4429d7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/284116-sync-or-remove-single-file-mode-user-preference.yml5
-rw-r--r--changelogs/unreleased/x509-cert-loading.yml5
2 files changed, 10 insertions, 0 deletions
diff --git a/changelogs/unreleased/284116-sync-or-remove-single-file-mode-user-preference.yml b/changelogs/unreleased/284116-sync-or-remove-single-file-mode-user-preference.yml
new file mode 100644
index 00000000000..1eddb7ab59e
--- /dev/null
+++ b/changelogs/unreleased/284116-sync-or-remove-single-file-mode-user-preference.yml
@@ -0,0 +1,5 @@
+---
+title: Support "view_diffs_file_by_file" param in the Users create and update API
+merge_request: 54595
+author:
+type: added
diff --git a/changelogs/unreleased/x509-cert-loading.yml b/changelogs/unreleased/x509-cert-loading.yml
new file mode 100644
index 00000000000..76fa6907730
--- /dev/null
+++ b/changelogs/unreleased/x509-cert-loading.yml
@@ -0,0 +1,5 @@
+---
+title: Forcibly load OpenSSL::X509::DEFAULT_CERT_FILE
+merge_request: 54569
+author:
+type: fixed