diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2018-03-01 17:06:42 +0100 |
---|---|---|
committer | Andreas Brandl <abrandl@gitlab.com> | 2018-03-02 09:23:05 +0100 |
commit | 82ec8eafab2aa66eaf6fe7c9bc6a25bfbb291596 (patch) | |
tree | 4c57740cf1f4e30405b331e1c5d4fd054eadd734 /changelogs/unreleased/revert-project-visibility-changes.yml | |
parent | f29dbaf55cc0c8a4b80c153454a2f7e22fd7a827 (diff) | |
download | gitlab-ce-82ec8eafab2aa66eaf6fe7c9bc6a25bfbb291596.tar.gz |
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/unreleased/revert-project-visibility-changes.yml')
-rw-r--r-- | changelogs/unreleased/revert-project-visibility-changes.yml | 5 |
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 |