summaryrefslogtreecommitdiff
path: root/spec/finders
Commit message (Expand)AuthorAgeFilesLines
* Rearrange DeploymentPlatform methodsMayra Cabrera2018-03-221-1/+1
* Remove default scope from todosremove-default-scope-from-todosSean McGivern2018-03-051-12/+15
* Merge branch '41616-api-issues-between-date' into 'master'Sean McGivern2018-03-052-8/+85
|\
| * Adds updated_at filter to issues and merge_requests APIJacopo2018-03-052-8/+85
* | Use limited count queries also for scoped searchesJan Provaznik2018-03-051-0/+12
|/
* Allow to include also descendant group labelsJan Provaznik2018-03-021-0/+19
* Merge branch 'merge-requests-api-filter-by-branch' into 'master'Rémy Coutable2018-03-011-1/+17
|\
| * Add source and target branch filters to merge requests APISean McGivern2018-03-011-1/+17
* | Allow to find labels in ancestor groups and better group support in label ser...Jan Provaznik2018-02-261-0/+23
|/
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-226-3/+256
* Merge branch 'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibil...Douwe Maan2018-02-091-52/+15
* Include subgroup issuables on the group page30106-group-issuesJarka Kadlecová2018-02-013-25/+136
* Preload ancestors for subgroups matching filterBob Van Landuyt2018-01-221-1/+12
* Don't include projects shared as group-descendantsBob Van Landuyt2018-01-221-1/+10
* Merge branch 'milestones-finder-order-fix' into 'security-10-3'Robert Speicher2018-01-161-29/+12
* EE-BACKPORT group boardsFelipe Artur2018-01-041-0/+10
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-2210-37/+37
* Enable sorting by name in the Groups dropdownMark Fletcher2017-12-201-0/+35
* Merge remote-tracking branch 'origin/list-multiple-clusters' into cluster-pag...Kamil Trzcinski2017-12-031-0/+31
|\
| * Refactor disabled cluster testing to use traitMatija Čupić2017-12-011-9/+7
| * Refactor ClustersFinderMatija Čupić2017-11-281-5/+5
| * Add specs for ClustersFinderMatija Čupić2017-11-271-0/+33
* | Refactorize jobs finding logicTomasz Maczukin2017-11-281-0/+39
|/
* Drastically improve project search performance by no longer searching namespa...dm-project-search-performanceDouwe Maan2017-11-241-1/+1
* Fix users autocomplete in a subgroupSean McGivern2017-11-131-0/+15
* Add case insensitive branches searchGeorge Andrinopoulos2017-10-231-0/+9
* Handle archived projects in the `GroupDescendantsFinder`Bob Van Landuyt2017-10-111-0/+32
* Merge branch 'master' into bvl-group-treesBob Van Landuyt2017-10-102-3/+63
|\
| * Add a project forks spec helperBob Van Landuyt2017-10-071-3/+9
| * Allow creating merge requests across forks of a projectBob Van Landuyt2017-10-071-0/+54
* | Don't load unneeded elements in GroupsController#showBob Van Landuyt2017-10-101-0/+16
* | Use `EXISTS` instead of `WHERE id IN (...)` for authorized groupsBob Van Landuyt2017-10-101-2/+11
* | Load counts everywhere we render a group treeBob Van Landuyt2017-10-051-12/+0
* | Make sure the user only sees groups he's allowed to seeBob Van Landuyt2017-10-041-0/+28
* | Minimize the number of queries by preloading counts and ancestorsBob Van Landuyt2017-10-041-22/+16
* | Only take unarchived projects into accountBob Van Landuyt2017-10-041-0/+6
* | Rename `GroupHierarchy` to `GroupDescendant`Bob Van Landuyt2017-10-041-1/+1
* | `current_user:` as a keyword argumentBob Van Landuyt2017-10-041-1/+3
* | Don't include the parent in search results if it matchesBob Van Landuyt2017-10-041-0/+6
* | Find all children matching a queryBob Van Landuyt2017-10-041-0/+14
* | Fetch children using new finder for the `show` of a group.Bob Van Landuyt2017-10-041-3/+3
* | Add a separate finder for collecting children of groupsBob Van Landuyt2017-10-041-0/+71
|/
* Support custom attributes on usersMarkus Koller2017-09-281-0/+22
* Introduce ForkProjectsFinder classMark Fletcher2017-09-201-0/+43
* move `find_users` method into finder and add `load_group` methodMaxim Rydkin2017-09-101-4/+28
* rename yet_another_users_finder into autocomplete_users_finderMaxim Rydkin2017-09-101-1/+1
* fix rubocopMaxim Rydkin2017-09-101-8/+7
* finish spec/finders/yet_another_users_finder_spec.rbMaxim Rydkin2017-09-101-54/+42
* extract finder and add first testMaxim Rydkin2017-09-101-0/+86
* Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-072-3/+3