summaryrefslogtreecommitdiff
path: root/lib/api/pipelines.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch ↵Rémy Coutable2016-11-221-2/+3
|\ | | | | | | | | | | | | | | | | | | '23532-define-common-helper-for-describe-pagination-params-in-api' into 'master' Add concern for reuse pagination params declaration in API Closes #23532 See merge request !7646
| * Define common helper for describe pagination params in apiSemyon Pupkov2016-11-221-2/+3
| |
* | Add api endpoint for creating a pipelineIdo Leibovich2016-11-181-0/+21
|/ | | | Add a new endpoint in the new API for creating a new pipeline, and return the details of that pipeline.
* Use PipelinesFinder in Pipelines APIZ.J. van de Weg2016-09-071-1/+4
|
* Add endpoints for pipelinesZ.J. van de Weg2016-08-181-0/+74