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 (Collapse)Author
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
2017-03-06Narrow environment payload by using basic project details resourceOswaldo Ferreira
2017-03-02Ensure v3 environments endpoints remain unchangedToon Claes
Because environments also expose the project, ensure the projects are exposed as they were before in API v3.
2017-02-28Add environment `/stop` actionToon Claes
Add endpoint to stop an environment through the API.
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-20Remove shared example for paginationRobert Schilling
2017-02-16Add a custom pagination matcherRobert Schilling
2017-01-17Replace many :project with :empty_projects in API specsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-15Add an environment slugNick Thomas
2016-11-28Changed API spec files to describe the correct classLivier
Restore changes for api spec files Fix error in rspec Users Delete extra space Repositories-spec
2016-08-18Expose project for environmentsZ.J. van de Weg
2016-08-01Minor fixes in the Env API endpointsZ.J. van de Weg
2016-07-29Use Grape DSL for environment endpointsZ.J. van de Weg
Also a couple of minor edits for this branch are included
2016-07-29Incorporate feedbackZ.J. van de Weg
2016-07-29Add API support for environmentsZ.J. van de Weg