summaryrefslogtreecommitdiff
path: root/app/controllers/projects/pipelines_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Do not paginate pipelines active relation twiceGrzegorz Bizon2018-05-231-4/+1
* Simplify pipelines preloader implementationGrzegorz Bizon2018-05-231-1/+1
* Fix rubocop offense in pipeline controller specs :cop:Grzegorz Bizon2018-05-221-1/+1
* Refactor pipeline preloader to split reponsibilities betterGrzegorz Bizon2018-05-221-1/+1
* Abstract persisted/legacy stages in pipeline modelGrzegorz Bizon2018-05-221-1/+1
* Preload number of warnings in every stage in a pipelineGrzegorz Bizon2018-05-221-1/+1
* Use persisted stages to load pipelines index tableGrzegorz Bizon2018-05-211-2/+3
* Exclude coverage data from the pipelines pageYorick Peterse2018-05-171-1/+1
* Preload pipeline data for project pipelinesYorick Peterse2018-05-171-1/+1
* Limit the number of pipelines to countYorick Peterse2018-05-171-11/+10
* Enable update_(build|pipeline) for maintainersJan Provaznik2018-05-151-0/+4
* Merge branch 'fix-failed-jobs-tab' into 'master'Grzegorz Bizon2018-05-081-1/+1
|\
| * Respect permissions when showing Failed JobsKamil Trzciński2018-05-061-1/+1
* | Merge branch '33697-pipelines-json-endpoint' into 'master'Kamil Trzciński2018-05-071-3/+12
|\ \
| * | Fix syntax errorKamil Trzciński2018-05-021-1/+1
| * | Add stages_ajax endpoint to serve old HTMLKamil Trzciński2018-05-021-0/+9
| * | Fix stage.json endpointKamil Trzciński2018-04-231-1/+1
| * | Add proper stage.json dataKamil Trzciński2018-04-231-3/+3
| |/
* | Accept variable params in create_paramsMatija Čupić2018-04-181-1/+1
|/
* Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-011-0/+6
* Load commit in batches for pipelines#indexZeger-Jan van de Weg2017-12-191-0/+2
* move `lib/ci/charts.rb` into `lib/gitlab/ci/charts.rb`Maxim Rydkin2017-09-121-4/+4
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-3/+3
* Remove references to build in pipeline chartsZ.J. van de Weg2017-06-231-1/+1
* Improve performance for pipeline chartsZ.J. van de Weg2017-06-231-0/+5
* Allow to access pipelines even if they are disabled, but only present jobs an...Kamil Trzcinski2017-06-131-1/+0
* Merge branch 'master' into feature/gb/persist-pipeline-stagesGrzegorz Bizon2017-06-051-1/+1
|\
| * Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-311-1/+1
* | Rename pipeline methods related to legacy stagesGrzegorz Bizon2017-06-011-1/+1
|/
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Merge request widget redesignFatih Acet2017-05-091-3/+3
* Real time pipeline show actionZeger-Jan van de Weg2017-05-061-5/+17
* Merge branch '24883-build-failure-summary-page' into 'master' Phil Hughes2017-05-051-5/+17
|\
| * Hides pipeline ‘Failed Jobs’ tab when no jobs have failedJames Edwards-Jones2017-05-051-1/+5
| * Build failures summary page for pipelinesJames Edwards-Jones2017-05-051-6/+14
* | Use wrap_parameters in pipelines controllerGrzegorz Bizon2017-05-051-0/+2
* | Respond with no content for pipeline JSON actionsGrzegorz Bizon2017-05-051-6/+2
* | Retry and cancel endpoints send 204 json response. Request is made with type ...Filipa Lacerda2017-05-051-2/+18
* | - Add new parameters for Pipeline APIShinya Maeda2017-05-031-5/+5
|/
* Merge branch '8998_skip_pending_commits_if_not_head' into 'master' Kamil Trzciński2017-04-071-1/+1
|\
| * replaced one more helper with presenterRydkin Maxim2017-04-041-1/+1
* | Set the Etag cache polling intervalToon Claes2017-04-061-0/+2
|/
* Fix rspec failureShinya Maeda2017-03-231-2/+1
* with_status to only_statusShinya Maeda2017-03-231-1/+1
* Expose only status. ci_cd_status to status. Support abstract class.Shinya Maeda2017-03-231-1/+2
* Add api points for ci cd status. Add favicon.Shinya Maeda2017-03-231-0/+6
* Cleaning up navigational order - ProjectKushal Pandya2017-03-021-1/+10
* Adds Pending and Finished tabs to pipelines pageFilipa Lacerda2017-02-161-2/+10
* Include resources to speed up pipelines serializerGrzegorz Bizon2017-01-051-1/+0
* Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-211-0/+10
|\