summaryrefslogtreecommitdiff
path: root/spec/finders/pipelines_finder_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Ci::Pipeline to project.pipelinesShinya Maeda2017-05-031-23/+23
|
* Fix improper method name and spec descriptionShinya Maeda2017-05-031-3/+3
|
* Fix created_at to user_id in specShinya Maeda2017-05-031-6/+6
|
* Change sort spec descriptionShinya Maeda2017-05-031-2/+2
|
* Allow only indexed columns in #order_and_sort. Remove present (Because ↵Shinya Maeda2017-05-031-1/+9
| | | | unnecessary) from condition. Added spec just in case.
* Normalize wordingShinya Maeda2017-05-031-47/+39
|
* Finish pipelines_specShinya Maeda2017-05-031-1/+1
|
* Use eq instead of match_array for comparison of arrayShinya Maeda2017-05-031-5/+5
|
* No need 'a'Shinya Maeda2017-05-031-13/+13
|
* Add name(User)Shinya Maeda2017-05-031-6/+24
|
* Change name to usernameShinya Maeda2017-05-031-1/+1
|
* Use ActiveRecord for comparisonShinya Maeda2017-05-031-50/+36
|
* Add tag trueShinya Maeda2017-05-031-1/+1
|
* Check if any master existsShinya Maeda2017-05-031-1/+1
|
* include to all(eq()). Test status, not scope.Shinya Maeda2017-05-031-16/+16
|
* %[] to %w[]Shinya Maeda2017-05-031-1/+1
|
* %w() to %[]Shinya Maeda2017-05-031-1/+1
|
* Improved CI. Fix yaml_errors boolean evaluation.Shinya Maeda2017-05-031-56/+39
|
* Fixed the following.Shinya Maeda2017-05-031-20/+39
| | | | | | - Fix inappropriate evaluation(casecmp) to regex - Fix missed boolean conversion - Improve spec
* Fix created_at test case because of sorting failureShinya Maeda2017-05-031-8/+8
|
* Fix rubocop offences and rspec failuresShinya Maeda2017-05-031-23/+22
|
* Add specs. Plus, minor fixes.Shinya Maeda2017-05-031-17/+201
|
* Adds Pending and Finished tabs to pipelines pageFilipa Lacerda2017-02-161-2/+2
| | | | Fix broken test
* Use `:empty_project` where possible in finder specsrs-empty_project-findersRobert Speicher2017-01-251-1/+1
|
* Improve PipelinesFinder spec so that it does not depend on hard-coded ↵pipelines-finder-spec-fixStan Hu2016-09-091-2/+3
| | | | | | database IDs Fixes failed builds such as https://gitlab.com/gitlab-org/gitlab-ce/builds/3919501
* Use PipelinesFinder in Pipelines APIZ.J. van de Weg2016-09-071-0/+51