summaryrefslogtreecommitdiff
path: root/spec/finders
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-use issue/MR counts for the pagination systemmr-index-page-performanceYorick Peterse2017-09-052-2/+30
* Add filter by my reactionHiroyuki Sato2017-08-301-0/+35
* Add an option to list only archived projectsMehdi Lahmam2017-08-242-0/+12
* Merge remote-tracking branch 'upstream/master' into 36089-handle-ref-failure-...Lin Jen-Shin2017-08-142-2/+8
|\
| * Merge branch '35435-pending-delete-project-error-in-admin-interface-fix' into...Douwe Maan2017-08-111-0/+6
| |\
| | * Pending delete projects no longer return 500 error in Admins projects view35435-pending-delete-project-error-in-admin-interface-fixTiago Botelho2017-08-111-0/+6
| * | Migrate events into a new formatYorick Peterse2017-08-101-2/+2
| |/
* | Don't try to create diffs if one of the branch is missingLin Jen-Shin2017-08-101-1/+1
|/
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-0219-71/+71
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Use `match_array` rather than `eq` in ProjectsFinder specrs-project-finder-spec-mysqlRobert Speicher2017-07-241-4/+4
* Decrease ABC threshold to 56.96Maxim Rydkin2017-07-241-0/+136
* Merge branch 'feature/user-datetime-search-api-mysql' into 'master'Douwe Maan2017-07-071-0/+11
|\
| * improve finder specJames Lopez2017-07-071-1/+4
| * add created at filter logic to users finder and APIJames Lopez2017-07-071-1/+3
| * add finder and users API specJames Lopez2017-07-071-0/+6
* | Native group milestonesFelipe Artur2017-07-073-0/+126
|/
* Hide archived project labels from group issue trackerHoracio Bertorello2017-06-301-3/+3
* Make finders responsible for counter cache keysSean McGivern2017-06-301-9/+9
* Only do complicated confidentiality checks when necessarySean McGivern2017-06-301-13/+112
* Merge branch 'add-since-and-until-params-to-issuables' into 'master'Rémy Coutable2017-06-192-2/+62
|\
| * add since and until params to issuablesKyle Bishop2017-06-182-2/+62
* | Merge branch 'tc-fix-group-finder-subgrouping' into 'master'Douwe Maan2017-06-161-7/+58
|\ \
| * | Make the GroupFinder specs more strictToon Claes2017-06-151-17/+35