gitlab-org--gitlab-foss/app
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
..
assets Merge branch 'group-activity-separate-tab' into 'master' 2016-03-11 19:58:10 +00:00
controllers Merge branch 'group-activity-separate-tab' into 'master' 2016-03-11 19:58:10 +00:00
finders Merge branch 'rs-snippets-dont-expire' into 'master' 2016-03-09 09:02:17 +00:00
helpers Fix help_autocomplete alignment 2016-03-10 15:24:37 -05:00
mailers Fix broken link in CI build notification emails 2016-02-12 14:01:27 +01:00
models Use ILIKE/LIKE for searching milestones 2016-03-11 15:25:22 -05:00
services Refactor Gitlab::ProjectSearchResults 2016-03-11 15:25:22 -05:00
uploaders Minor changes on avatar cropping internals 2016-02-18 13:12:39 +01:00
validators Allow webhooks URL to have leading and trailing spaces 2016-02-26 14:34:06 -05:00
views Merge branch 'group-activity-separate-tab' into 'master' 2016-03-11 19:58:10 +00:00
workers Use Gitlab::Git::DiffCollections 2016-03-03 18:38:44 +01:00