summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/pipelines_controller_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix and expand Gitaly FindCommit cachingsh-fix-ref-name-cachingStan Hu2019-04-041-0/+2
* Cache FindCommit results in pipelines viewsh-cache-pipeline-find-commitsStan Hu2019-04-021-0/+2
* [master] Pipelines section is available to unauthorized usersKamil Trzciński2019-01-311-15/+32
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-22/+34
* Cache `Repository#exists?` false in RequestStoreMichael Kozono2018-09-271-0/+5
* Add retried jobs to pipeline stagesSteve Azzopardi2018-09-131-10/+31
* Remove code for dynamically generating routesstop-dynamic-routable-creationYorick Peterse2018-07-251-5/+9
* Allow 2 more queries in spec/controllers/projects/pipelines_controller_spec.rbRémy Coutable2018-07-051-1/+1
* Add pipeline lists to GraphQLBob Van Landuyt2018-07-041-1/+19
* 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