summaryrefslogtreecommitdiff
path: root/app/controllers/projects/pipelines_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add tests for stage API endpointKamil Trzcinski2016-12-201-3/+1
| * Render stage dropdown in separate API call as HTMLKamil Trzcinski2016-12-191-0/+12
* | Remove unused updated_atKamil Trzcinski2016-12-151-1/+0
* | Fix rubocop offenses in code related to pipelinesGrzegorz Bizon2016-12-151-14/+21
* | Add prototype of pipelines serializer with paginationGrzegorz Bizon2016-12-071-0/+1
* | fix conflictRegis2016-12-021-1/+9
|\ \ | |/
| * Adds tests for tabs in the rspec for pipelinesFilipa Lacerda2016-11-301-2/+6
| * Pipelines tabsFilipa Lacerda2016-11-301-0/+4
* | Remove support from incremental pipeline updatesGrzegorz Bizon2016-12-011-2/+1
* | Fix broken pipeline rendering [ci skip]Kamil Trzcinski2016-11-151-1/+1
* | Merge branch 'master' into auto-pipelines-vueRegis2016-11-101-1/+3
|\ \ | |/
| * Improve code readability in pipelines controllerGrzegorz Bizon2016-11-071-1/+3
* | fix conflictRegis2016-11-101-8/+0
* | fix conflictRegis2016-11-101-0/+5
|\ \
| * | Refine incremental pipeline serializerGrzegorz Bizon2016-11-101-2/+3
* | | Refine incremental pipeline serializerGrzegorz Bizon2016-11-101-2/+6
|/ /
* | Support pipelines APIKamil Trzcinski2016-11-101-0/+16
|/
* Use PipelinesFinder in Pipelines APIZ.J. van de Weg2016-09-071-5/+4
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-1/+1