summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/pipelines_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan2018-06-071-1/+1
|\
| * remove all .ico favicon variations, use png alwaysAlexis Reigel2018-06-051-1/+1
* | Improve specs for pipelines controllerGrzegorz Bizon2018-05-291-14/+53
* | Reduce amount of expected pipeline serialization queries in specsGrzegorz Bizon2018-05-231-1/+1
* | Do not paginate pipelines active relation twiceGrzegorz Bizon2018-05-231-1/+1
* | Fix rubocop offense in pipeline controller specs :cop:Grzegorz Bizon2018-05-221-2/+2
* | Refactor pipeline preloader to split reponsibilities betterGrzegorz Bizon2018-05-221-2/+0
* | Abstract persisted/legacy stages in pipeline modelGrzegorz Bizon2018-05-221-5/+6
* | Preload number of warnings in every stage in a pipelineGrzegorz Bizon2018-05-221-21/+24
* | Use persisted stages to load pipelines index tableGrzegorz Bizon2018-05-211-15/+37
|/
* Exclude coverage data from the pipelines pageYorick Peterse2018-05-171-0/+6
* Limit the number of pipelines to countYorick Peterse2018-05-171-4/+4
* Align elements of the hash literal parameterMatija Čupić2018-05-021-4/+4
* Add stages_ajax endpoint to serve old HTMLKamil Trzciński2018-05-021-2/+37
* Load commit in batches for pipelines#indexZeger-Jan van de Weg2017-12-191-8/+5
* Cache commits on the repository modelZeger-Jan van de Weg2017-10-271-1/+1
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-9/+9
* Allow testing on Gitaly call countZeger-Jan van de Weg2017-10-161-11/+21
* Resolve "Precompiled assets with digest strings are ignored in CI"Mike Greiling2017-10-031-1/+1
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
* Instead of adding master, stub_not_protect_default_branchLin Jen-Shin2017-07-181-1/+2
* Update tests due to permission changesLin Jen-Shin2017-07-041-4/+4
* Update tests and applicationfix-external-ci-servicesKamil Trzcinski2017-06-131-7/+30
* Use :request_store hooks on specsuse-request-store-helper-instead-actual-codeOswaldo Ferreira2017-06-091-8/+1
* Improve pipeline size for query limit testzj-pipeline-json-performanceZ.J. van de Weg2017-05-171-5/+33
* Real time pipeline show actionZeger-Jan van de Weg2017-05-061-0/+31
* Add specs for new pipeline action for JSON format30237-pipelines-actions-make-2-requestsGrzegorz Bizon2017-05-051-0/+36
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+0
* Review changes, used eq instead of matchuse-favicon-full-path-for-pipeline-status-faviconLuke "Jared" Bennett2017-04-171-1/+1
* Updated specsLuke "Jared" Bennett2017-04-131-1/+1
* Use detailed_status effectively. Remove unnecesarry context(nest). Add new co...Shinya Maeda2017-03-231-18/+14
* Add more specsShinya Maeda2017-03-231-0/+3
* Fix rspec failureShinya Maeda2017-03-231-2/+6
* 3 lines to One line. Correct spec caption.Shinya Maeda2017-03-231-1/+1
* Fix rubocop angerShinya Maeda2017-03-231-3/+3
* Add controllers specShinya Maeda2017-03-231-0/+17
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-4/+4
* Adds missing tests for all status accepted in scopeFilipa Lacerda2017-02-231-6/+9
* Adds Pending and Finished tabs to pipelines pageFilipa Lacerda2017-02-161-1/+3
* Add controller specs for pipeline index API endpointGrzegorz Bizon2016-12-211-1/+21
* Fix stage and pipeline specs and rubocop offenses19703-direct-link-pipelinesGrzegorz Bizon2016-12-201-9/+10
* Move test for HTML stage endpoint to controller specsGrzegorz Bizon2016-12-201-0/+46