summaryrefslogtreecommitdiff
path: root/lib/api/environments.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-1/+2
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-3/+3
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-0/+27
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+2
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-021-1/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-251-1/+2
* Add name & search parameters to project environments APILee Tickett2019-06-241-1/+6
* Add new API endpoint to expose single environmentKrasimir Angelov2019-04-091-0/+15
* Prevent leaking of private repo data through APILuke Duncalfe2019-02-181-4/+4
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-2/+2
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-1/+1
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Support manually stopping any environment from the UIWinnie Hellmann2018-07-101-1/+2
* API: Use defined project requirementsrs-api-use-project-requirementsRobert Schilling2017-08-311-1/+1
* Conditionally destroy a ressourceRobert Schilling2017-08-281-3/+1
* API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling2017-08-281-0/+1
* Update grape gemdz-update-grapeDmitriy Zaporozhets2017-07-201-0/+1
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* Add environment `/stop` action27142-api-replace-destroy-with-stop-environmentToon Claes2017-02-281-0/+17
* Return 204 for delete endpointsRobert Schilling2017-02-281-1/+1
* Add an environment slugNick Thomas2016-12-151-0/+3
* Define common helper for describe pagination params in apiSemyon Pupkov2016-11-221-2/+3
* Use declared_params helper in APIgrapify-declared-paramsRobert Schilling2016-11-141-4/+3
* Minor fixes in the Env API endpointszj-env-external-urlZ.J. van de Weg2016-08-011-1/+5
* Use Grape DSL for environment endpointsZ.J. van de Weg2016-07-291-48/+43
* Incorporate feedbackZ.J. van de Weg2016-07-291-4/+1
* Add API support for environmentsZ.J. van de Weg2016-07-291-0/+87