summaryrefslogtreecommitdiff
path: root/app/finders
Commit message (Expand)AuthorAgeFilesLines
* Always eagerly load a note's author.Andreas Brandl2018-02-131-1/+1
* Always eagerly load an issue's author.Andreas Brandl2018-02-131-1/+1
* Merge branch 'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibil...Douwe Maan2018-02-091-21/+46
* Fix N+1 query problem for snippets dashboard.40755-snippets-author-n+1Andreas Brandl2018-02-071-1/+1
* Include subgroup issuables on the group page30106-group-issuesJarka Kadlecová2018-02-012-2/+13
* Use limit for search count queriessearch-100Jan Provaznik2018-01-231-1/+10
* Preload ancestors for subgroups matching filterBob Van Landuyt2018-01-221-11/+24
* Don't include projects shared as group-descendantsBob Van Landuyt2018-01-221-2/+4
* Merge branch 'issue_37143_2' into 'master'Sean McGivern2018-01-181-1/+1
|\
| * Remove unnecessary query from labels filterFelipe Artur2018-01-181-1/+1
* | Merge branch 'milestones-finder-order-fix' into 'security-10-3'Robert Speicher2018-01-161-6/+2
|/
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-112-0/+4
* Merge branch 'issue_40500' into 'master'Sean McGivern2018-01-051-10/+5
|\
| * Improve filtering issues by label performanceissue_40500Felipe Artur2018-01-051-10/+5
* | 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