summaryrefslogtreecommitdiff
path: root/lib/api/pipelines.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve documentationShinya Maeda2017-05-031-5/+5
* Add constant as ALLOWED_INDEXED_COLUMNSShinya Maeda2017-05-031-1/+1
* Use HasStatus::AVAILABLE_STATUSES instead of hard codingShinya Maeda2017-05-031-1/+1
* Revert "Use JSON type for sorting parameter (halfway)"Shinya Maeda2017-05-031-4/+4
* Use JSON type for sorting parameter (halfway)Shinya Maeda2017-05-031-4/+4
* No need to support sha for sortingShinya Maeda2017-05-031-1/+1
* Reduce playable columns for sortingShinya Maeda2017-05-031-1/+1
* Add name(User)Shinya Maeda2017-05-031-1/+2
* Fix how to use PipelinesFinderShinya Maeda2017-05-031-1/+1
* %[] to %w[]Shinya Maeda2017-05-031-4/+4
* %w() to %[]Shinya Maeda2017-05-031-5/+5
* Fix rubocop offences and rspec failuresShinya Maeda2017-05-031-3/+3
* Add specs. Plus, minor fixes.Shinya Maeda2017-05-031-1/+1
* Fixed those points.Shinya Maeda2017-05-031-9/+8
* - Add new parameters for Pipeline APIShinya Maeda2017-05-031-1/+11
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* Expose pipelines as PipelineBasic `projects/:id/pipelines`26847-api-pipelines-use-basicToon Claes2017-03-031-2/+2
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-2/+2
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-2/+2
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-2/+2
* Enable Style/DotPositionDouwe Maan2017-02-231-2/+2
* fixed specs + docsdimitrieh2017-02-201-2/+2
* Merge branch '23532-define-common-helper-for-describe-pagination-params-in-ap...Rémy Coutable2016-11-221-2/+3
|\
| * 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
|/
* 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