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:
authorDouwe Maan <douwe@gitlab.com>2016-08-15 22:55:02 +0300
committerDouwe Maan <douwe@gitlab.com>2016-08-15 22:55:02 +0300
commit9ef8de2fb7c0fca8014594c90bc199f11f92402d (patch)
tree10b80653398180b06adeda19fe737ea23d4284cf /CHANGELOG
parent966b303802e12204f5d32af24b13bd0ceb5342a1 (diff)
parentc42f5f8b56a919473d9adceaf84c9ef77179c5cb (diff)
Merge branch 'fix/export-att-inclusion' into 'master'
Fix attribute inclusion import/export config ignored in some cases In the `import_export.yml` file we define the inclusion of some of the attributes. For some reason, this isn't working in certain cases - very unfortunate this includes `user`. This has been introduced in 8.10.3. Related https://gitlab.com/gitlab-org/gitlab-ce/issues/20802 See merge request !1982
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 008c5c64284..5e0949f52f6 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -112,6 +112,9 @@ v 8.11.0 (unreleased)
- Fix a memory leak caused by Banzai::Filter::SanitizationFilter
- Speed up todos queries by limiting the projects set we join with
+v 8.10.6 (unreleased)
+ - Fix import/export configuration missing some included attributes
+
v 8.10.5
- Add a data migration to fix some missing timestamps in the members table. !5670
- Revert the "Defend against 'Host' header injection" change in the source NGINX templates. !5706