summaryrefslogtreecommitdiff
path: root/app/finders
Commit message (Expand)AuthorAgeFilesLines
* Use the `GroupProjectsFinder` to find direct childrenBob Van Landuyt2017-10-101-4/+5
* Some cleanup in the GroupDescendantFinderBob Van Landuyt2017-10-101-8/+5
* Don't load unneeded elements in GroupsController#showBob Van Landuyt2017-10-101-6/+2
* Use `EXISTS` instead of `WHERE id IN (...)` for authorized groupsBob Van Landuyt2017-10-101-16/+14
* Load counts everywhere we render a group treeBob Van Landuyt2017-10-051-26/+2
* Optimize queries and pagination in `GroupDescendantsFinder`Bob Van Landuyt2017-10-051-61/+32
* Split up adding ancestors for projectsBob Van Landuyt2017-10-041-4/+13
* Fix bug with project paginationBob Van Landuyt2017-10-041-2/+26
* Improve count queries and move them to contantsBob Van Landuyt2017-10-041-27/+28
* Only preload ancestors for search results in the specified parentBob Van Landuyt2017-10-041-1/+13
* Make sure all queries are limited to the page sizeBob Van Landuyt2017-10-041-17/+27
* Make sure the user only sees groups he's allowed to seeBob Van Landuyt2017-10-041-2/+12
* Fix nesting bug when rendering children of a shared subgroupBob Van Landuyt2017-10-041-1/+1
* Minimize the number of queries by preloading counts and ancestorsBob Van Landuyt2017-10-041-13/+50
* Only take unarchived projects into accountBob Van Landuyt2017-10-041-2/+2
* Improve number of queriesBob Van Landuyt2017-10-041-1/+1
* Rename `GroupHierarchy` to `GroupDescendant`Bob Van Landuyt2017-10-041-7/+9
* More descriptive method names for projects & groupsBob Van Landuyt2017-10-041-5/+5
* `current_user:` as a keyword argumentBob Van Landuyt2017-10-041-1/+1
* [WIP] improve number of queries when rendering a hierarchyBob Van Landuyt2017-10-041-3/+3
* Only show root groups on the dashboardBob Van Landuyt2017-10-041-1/+0
* Don't include the parent in search results if it matchesBob Van Landuyt2017-10-041-1/+1
* Limit the amount of queries per rowBob Van Landuyt2017-10-041-2/+2
* Handle case where 2 matches in the same tree are foundBob Van Landuyt2017-10-041-4/+2
* Merge group hierarchies when parents are sharedBob Van Landuyt2017-10-042-2/+2
* Find all children matching a queryBob Van Landuyt2017-10-041-7/+34
* Fetch children using new finder for the `show` of a group.Bob Van Landuyt2017-10-041-9/+20
* Add a separate finder for collecting children of groupsBob Van Landuyt2017-10-041-0/+54
* Support custom attributes on usersMarkus Koller2017-09-282-0/+22
* Remove `weight` from IssuableFinder::SCALAR_PARAMS and improve the array form...rc/backport-ce-to-ee-changesRémy Coutable2017-09-261-1/+19
* Backport part of c777bb91fd7 and 4074cb3b7c16 from EERémy Coutable2017-09-261-0/+4
* Merge branch '20049-projects-api-forks' into 'master'Rémy Coutable2017-09-201-0/+6
|\
| * Introduce ForkProjectsFinder classMark Fletcher2017-09-201-0/+6
* | Fix the groups API endpoint to handle ?owned=true correctlyNick Thomas2017-09-191-1/+1
|/
* fix #35290 Make read-only API for public merge requests available without aut...haseeb2017-09-181-0/+2
* move `find_users` method into finder and add `load_group` methodMaxim Rydkin2017-09-101-5/+23
* rename yet_another_users_finder into autocomplete_users_finderMaxim Rydkin2017-09-101-1/+1
* extract finder and add first testMaxim Rydkin2017-09-101-0/+42
* Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-073-2/+3
* Merge branch 'mr-index-page-performance' into 'master'Sean McGivern2017-09-051-0/+4
|\
| * Re-use issue/MR counts for the pagination systemmr-index-page-performanceYorick Peterse2017-09-051-0/+4
* | Add my_reaction_emoji param to /merge_requests APIHiroyuki Sato2017-09-051-0/+1
* | Add my_reaction_emoji param to /issues APIHiroyuki Sato2017-09-051-0/+1
|/
* Remove issuable finder count cachingSean McGivern2017-08-312-64/+3
* Add filter by my reactionHiroyuki Sato2017-08-301-0/+10
* Merge branch '31409-fix-group-and-project-search-for-anonymous-users' into 'm...Kamil Trzciński2017-08-251-6/+30
|\
| * Refactor complicated API group finding rules into GroupsFinderNick Thomas2017-08-241-6/+30
* | Add an option to list only archived projectsMehdi Lahmam2017-08-242-5/+20
* | Refactor Admin::ProjectsFinder by extracting finders as private methodsMehdi Lahmam2017-08-241-23/+51
|/
* Pending delete projects no longer return 500 error in Admins projects view35435-pending-delete-project-error-in-admin-interface-fixTiago Botelho2017-08-111-1/+1