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:
authorYorick Peterse <yorickpeterse@gmail.com>2018-03-01 19:06:42 +0300
committerAndreas Brandl <abrandl@gitlab.com>2018-03-02 11:23:05 +0300
commit82ec8eafab2aa66eaf6fe7c9bc6a25bfbb291596 (patch)
tree4c57740cf1f4e30405b331e1c5d4fd054eadd734 /changelogs
parentf29dbaf55cc0c8a4b80c153454a2f7e22fd7a827 (diff)
Revert Project.public_or_visible_to_user changes
These changes were introduced in MR https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17088. In https://gitlab.com/gitlab-com/infrastructure/issues/3772 we discovered these changes lead to a pretty drastic increase in SQL response timings. We'll revert these changes so we can work on a better solution in the mean time without GitLab.com (or other installations) experiecing reduced performance in the mean time.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/revert-project-visibility-changes.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/revert-project-visibility-changes.yml b/changelogs/unreleased/revert-project-visibility-changes.yml
new file mode 100644
index 00000000000..86bab00b9b1
--- /dev/null
+++ b/changelogs/unreleased/revert-project-visibility-changes.yml
@@ -0,0 +1,5 @@
+---
+title: Revert Project.public_or_visible_to_user changes
+merge_request:
+author:
+type: fixed