summaryrefslogtreecommitdiff
path: root/app/finders
Commit message (Expand)AuthorAgeFilesLines
...
* | EE-BACKPORT group boardsFelipe Artur2018-01-041-2/+17
|/
* Merge branch '35616-move-k8-to-cluster-page' into cluster-page-with-list-clus...Kamil Trzcinski2017-12-051-1/+1
|\
| * Added default order to UserFinderFrancisco Javier López2017-12-041-1/+1
* | Merge remote-tracking branch 'origin/list-multiple-clusters' into cluster-pag...Kamil Trzcinski2017-12-031-0/+29
|\ \ | |/ |/|
| * Use attr_reader instead of instance variablesMatija Čupić2017-11-281-4/+4
| * Refactor ClustersFinderMatija Čupić2017-11-281-10/+20
| * Use global project variable in ClustersFinderMatija Čupić2017-11-271-3/+3
| * Fix mixup with enabled/disabled in ClustersFinderMatija Čupić2017-11-271-2/+2
| * Create ClustersFinderMatija Čupić2017-11-271-0/+19
* | Merge branch 'dm-search-pattern' into 'master'Sean McGivern2017-11-291-2/+1
|\ \
| * | Use Gitlab::SQL::Pattern where appropriateDouwe Maan2017-11-241-2/+1
| |/
* | Refactorize jobs finding logicTomasz Maczukin2017-11-281-0/+22
|/
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Merge branch 'fix-filter-by-my-reaction' into 'master'Sean McGivern2017-11-141-0/+1
|\
| * Fix filter by my reaction is not workingHiroyuki Sato2017-11-131-0/+1
* | Fix users autocomplete in a subgroupSean McGivern2017-11-131-1/+1
|/
* Support custom attributes on groupsMarkus Koller2017-11-061-1/+7
* Support custom attributes on projectsMarkus Koller2017-11-061-0/+3
* Add case insensitive branches searchGeorge Andrinopoulos2017-10-231-1/+1
* Pass `archived:` as a keyword argumentBob Van Landuyt2017-10-121-2/+2
* Handle archived projects in the `GroupDescendantsFinder`Bob Van Landuyt2017-10-111-9/+28
* Merge branch 'master' into bvl-group-treesBob Van Landuyt2017-10-101-0/+18
|\
| * Find branches in all projects in the fork networkBob Van Landuyt2017-10-071-1/+1
| * Allow creating merge requests across forks of a projectBob Van Landuyt2017-10-071-0/+18
* | 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