summaryrefslogtreecommitdiff
path: root/spec/finders
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Subgroups page should show groups authorized through inheritanceToon Claes2017-06-151-3/+36
* | | Fix intermittent spec failures in spec/finders/pipelines_finder_spec.rbsh-improve-pipelines-finder-specStan Hu2017-06-151-1/+1
|/ /
* | Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-144-24/+72
|/
* Introduce an Events APIMark Fletcher2017-06-061-0/+44
* Add :owned param to ProjectFinderToon Claes2017-05-301-0/+7
* Change ProjectFinder so starred can be combined with other filtersToon Claes2017-05-301-1/+7
* Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan2017-05-292-2/+2
|\
| * Use CTEs for nested groups and authorizationsYorick Peterse2017-05-172-2/+2
* | Fix trailing ',' in hash.Bob Van Landuyt2017-05-151-1/+1
* | Create a Users FinderGeorge Andrinopoulos2017-05-151-0/+66
|/
* Use `described_class` in SnippetsFinder-specBob Van Landuyt2017-05-101-21/+21
* Merge branch 'tc-fix-private-subgroups-shown' into 'security' Douwe Maan2017-05-101-11/+46
* Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan2017-05-101-25/+100
* Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-071-0/+41
* [Multiple issue assignee] Fix a number of specsValery Sizov2017-05-051-11/+11
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-13/+13
* Merge branch '28408-feature-proposal-include-search-options-to-pipelines-api'...Robert Speicher2017-05-031-25/+180
|\
| * Improve pipelines_finder.rbShinya Maeda2017-05-031-4/+4
| * Avoid using sampleShinya Maeda2017-05-031-1/+1
| * Use HasStatus::AVAILABLE_STATUSES instead of hard codingShinya Maeda2017-05-031-2/+2
| * Improve api/pipelines_spec.rbShinya Maeda2017-05-031-3/+7
| * Add another pipeline for spec statusShinya Maeda2017-05-031-0/+5
| * Add space before bracketShinya Maeda2017-05-031-6/+6
| * Improve pipelines_finder_spec.rbShinya Maeda2017-05-031-113/+70