gitlab-org--gitlab-foss/app/services/search
Yorick Peterse ec349dc1b6 Refactor Gitlab::ProjectSearchResults
Previously this class would be given a project ID which was then used to
retrieve the corresponding Project object. However, in all cases the
Project object was already known as it was used to grab the ID to pass
to ProjectSearchResults. By just passing a Project instead we remove the
need for an extra query as well as the need for some other complexity
in this class.
2016-03-11 15:25:22 -05:00
..
global_service.rb
project_service.rb Refactor Gitlab::ProjectSearchResults 2016-03-11 15:25:22 -05:00
snippet_service.rb