diff options
author | Yorick Peterse <yorickpeterse@gmail.com> | 2018-03-01 17:16:39 +0100 |
---|---|---|
committer | Yorick Peterse <yorickpeterse@gmail.com> | 2018-03-02 14:53:38 +0100 |
commit | f09fe848da02189a3dafe2d532fefb1379eacac4 (patch) | |
tree | 354308e1803370dc3e4cbe52078cd8b670cacbed /CHANGELOG.md | |
parent | de454de9b10f0dd534884c8ffeabe3e534993349 (diff) | |
download | gitlab-ce-f09fe848da02189a3dafe2d532fefb1379eacac4.tar.gz |
Don't use ProjectsFinder in TodosFinderremove-projects-finder-from-todos-finder
Using ProjectsFinder in TodosFinder to limit todos to the right projects
leads to overly complicated and slow database queries. This commit
removes the use of ProjectsFinder in favour of using
Project.public_or_visible_to_current_user directly.
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/43767
Diffstat (limited to 'CHANGELOG.md')
0 files changed, 0 insertions, 0 deletions