summaryrefslogtreecommitdiff
path: root/spec/requests/api/pipelines_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Read pipelines from public projects though APIMarius Bobin2019-08-231-0/+11
* Implement support for CI variables of type fileKrasimir Angelov2019-05-061-4/+5
* Enable RSpec/ExampleWording copThong Kuah2019-04-121-2/+4
* Add new permission model `read-pipeline-variable`Agustin Henze2019-04-091-0/+66
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-4/+4
* Expose head pipeline in the related merge requestsAlexandru Croitor2019-04-041-0/+7
* Disable audit event logging for pipeline destructionStan Hu2019-01-101-2/+2
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-26/+26
* Rename project's pipelines relationFrancisco Javier López2018-12-051-6/+6
* Add spec for Pipeline DELETE for developers41875-allow-pipelines-to-be-deleted-by-project-ownersMatija Čupić2018-11-131-4/+21
* Destroy pipeline in serviceMatija Čupić2018-11-121-12/+9
* Implement MVC for Pipeline deletion APIMatija Čupić2018-11-121-0/+47
* Resolve "Enable Auto DevOps by default for self managed instances of GitLab"Dylan Griffith2018-09-181-5/+11
* Expose web_url attribute in PipelineBasic and JobBasicrs-web_url-for-pipelines-and-jobsRobert Speicher2018-07-181-1/+2
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Removes variables from pipelines apiJacopo2018-06-051-2/+13
* Review 1Jacopo2018-06-011-6/+23
* Rename variables_attributes => variables and adds spec for exclude/only optionJacopo2018-06-011-3/+18
* Adds variables to POST api/v4/projects/:id/pipelineJacopo2018-06-011-1/+16
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-2/+2
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-32/+32
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-3/+9
* Improve pipelines API specs related to special parametersGrzegorz Bizon2017-05-291-9/+15
* Simplify pipeline spec by using order instead of sort_bysh-fix-issue-33011Stan Hu2017-05-281-1/+1
* Fix failing spec in spec/requests/api/pipelines_spec.rbStan Hu2017-05-281-5/+5
* Correct typo in pipelines_spec.rbShinya Maeda2017-05-031-5/+5
* Use HasStatus::AVAILABLE_STATUSES instead of hard codingShinya Maeda2017-05-031-2/+2
* Improve api/pipelines_spec.rbShinya Maeda2017-05-031-92/+105
* Remove unnecessary hashShinya Maeda2017-05-031-19/+19
* Separate parameters from literal url stringShinya Maeda2017-05-031-19/+19
* Use order instead of reorder. Improve tests.Shinya Maeda2017-05-031-2/+5
* Ci::Pipeline to project.pipelinesShinya Maeda2017-05-031-9/+9
* 'to be > 0' to 'not_to be_empty'. 'to eq(0)' to 'to be_empty'Shinya Maeda2017-05-031-9/+9
* Finish pipelines_specShinya Maeda2017-05-031-45/+104
* Unveil iterationShinya Maeda2017-05-031-10/+29
* Add spec for Pipeline API (Halfway)Shinya Maeda2017-05-031-0/+145
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-3/+1
* Expose pipelines as PipelineBasic `projects/:id/pipelines`26847-api-pipelines-use-basicToon Claes2017-03-031-0/+1
* Remove shared example for paginationremove-paginated-ressourceRobert Schilling2017-02-201-4/+1
* Use `:empty_project` where possible in request specsrs-empty_project-requestsRobert Speicher2017-01-261-1/+1
* Merge branch 'update-api-spec-files' into 'master' Rémy Coutable2016-12-021-1/+1
|\
| * Changed API spec files to describe the correct classLivier2016-11-281-1/+1
* | Expose coverage on GET pipelines/:idzj-expose-coverage-pipelinesZ.J. van de Weg2016-11-251-0/+12
|/
* Add api endpoint for creating a pipelineIdo Leibovich2016-11-181-0/+46
* Add docs on API for pipelines, plus minor fixeszj-pipelines-api-endpointsZ.J. van de Weg2016-08-181-3/+12
* Add endpoints for pipelinesZ.J. van de Weg2016-08-181-0/+124