summaryrefslogtreecommitdiff
path: root/app/controllers/projects/pipelines_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-251-7/+14
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-081-0/+23
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-6/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-0/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Preload tags when loading Ci::Pipelinemc/bug/nplusone-pipelines-showMatija Čupić2019-08-231-1/+1
* Issue #39099: Add links for latest pipelinesAlex Ives2019-08-221-5/+28
* Implement support for CI variables of type fileKrasimir Angelov2019-05-061-1/+1
* Fix and expand Gitaly FindCommit cachingsh-fix-ref-name-cachingStan Hu2019-04-041-6/+6
* Cache FindCommit results in pipelines viewsh-cache-pipeline-find-commitsStan Hu2019-04-021-4/+10
* [master] Pipelines section is available to unauthorized usersKamil Trzciński2019-01-311-0/+1
* Prefer to use overrides on PipelinesControllerKamil Trzciński2019-01-301-1/+5
* Rename project's pipelines relationFrancisco Javier López2018-12-051-5/+5
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* Add retried jobs to pipeline stagesSteve Azzopardi2018-09-131-1/+1
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* remove unneeded `before_action`Lukas Eipert2018-08-021-5/+0
* Show the status of a user in interactionsBob Van Landuyt2018-07-301-1/+5
* Add pipeline lists to GraphQLBob Van Landuyt2018-07-041-2/+2
* 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
|/