Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-10Disable audit event logging for pipeline destructionStan Hu
2018-12-19Update specs to rails5 formatblackst0ne
2018-12-05Rename project's pipelines relationFrancisco Javier López
2018-11-13Add spec for Pipeline DELETE for developersMatija Čupić
2018-11-12Destroy pipeline in serviceMatija Čupić
2018-11-12Implement MVC for Pipeline deletion APIMatija Čupić
2018-09-18Resolve "Enable Auto DevOps by default for self managed instances of GitLab"Dylan Griffith
2018-07-19Expose web_url attribute in PipelineBasic and JobBasicRobert Speicher
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-06-05Removes variables from pipelines apiJacopo
2018-06-01Review 1Jacopo
2018-06-01Rename variables_attributes => variables and adds spec for exclude/only optionJacopo
2018-06-01Adds variables to POST api/v4/projects/:id/pipelineJacopo
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-05-29Improve pipelines API specs related to special parametersGrzegorz Bizon
2017-05-29Simplify pipeline spec by using order instead of sort_byStan Hu
2017-05-29Fix failing spec in spec/requests/api/pipelines_spec.rbStan Hu
2017-05-02Correct typo in pipelines_spec.rbShinya Maeda
2017-05-02Use HasStatus::AVAILABLE_STATUSES instead of hard codingShinya Maeda
2017-05-02Improve api/pipelines_spec.rbShinya Maeda
2017-05-02Remove unnecessary hashShinya Maeda
2017-05-02Separate parameters from literal url stringShinya Maeda
2017-05-02Use order instead of reorder. Improve tests.Shinya Maeda
2017-05-02Ci::Pipeline to project.pipelinesShinya Maeda
2017-05-02'to be > 0' to 'not_to be_empty'. 'to eq(0)' to 'to be_empty'Shinya Maeda
2017-05-02Finish pipelines_specShinya Maeda
2017-05-02Unveil iterationShinya Maeda
2017-05-02Add spec for Pipeline API (Halfway)Shinya Maeda
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
2017-03-03Expose pipelines as PipelineBasic `projects/:id/pipelines`Toon Claes
2017-02-20Remove shared example for paginationRobert Schilling
2017-01-27Use `:empty_project` where possible in request specsRobert Speicher
2016-12-02Merge branch 'update-api-spec-files' into 'master' Rémy Coutable
2016-11-28Changed API spec files to describe the correct classLivier
2016-11-25Expose coverage on GET pipelines/:idZ.J. van de Weg
2016-11-19Add api endpoint for creating a pipelineIdo Leibovich
2016-08-18Add docs on API for pipelines, plus minor fixesZ.J. van de Weg
2016-08-18Add endpoints for pipelinesZ.J. van de Weg