summaryrefslogtreecommitdiff
path: root/lib/api/pipelines.rb
Commit message (Expand)AuthorAgeFilesLines
* Read pipelines from public projects though APIMarius Bobin2019-08-231-1/+2
* Forbid the use of `#reload` and prefer `#reset`forbid-the-usage-of-reloadKamil Trzciński2019-04-151-1/+1
* Add new permission model `read-pipeline-variable`Agustin Henze2019-04-091-0/+13
* [master] Pipelines section is available to unauthorized usersKamil Trzciński2019-01-311-3/+3
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-3/+3
* Rename project's pipelines relationFrancisco Javier López2018-12-051-1/+1
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-1/+1
* Authorize DestroyPipelineService against pipelineMatija Čupić2018-11-131-1/+1
* Destroy pipeline in serviceMatija Čupić2018-11-121-4/+4
* Implement MVC for Pipeline deletion APIMatija Čupić2018-11-121-0/+15
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Add pipeline lists to GraphQLBob Van Landuyt2018-07-041-1/+1
* Review 1Jacopo2018-06-011-1/+5
* Rename variables_attributes => variables and adds spec for exclude/only optionJacopo2018-06-011-2/+2
* Adds variables to POST api/v4/projects/:id/pipelineJacopo2018-06-011-0/+1
* Add sha filter to list pipelinesJames Ramsay2018-04-271-0/+1
* Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-011-0/+2
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* API: Use defined project requirementsrs-api-use-project-requirementsRobert Schilling2017-08-311-1/+1
* Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-311-1/+1
* 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