Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support manually stopping any environment from the UI | Winnie Hellmann | 2018-07-10 | 1 | -1/+2 |
| | |||||
* | API: Use defined project requirementsrs-api-use-project-requirements | Robert Schilling | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Conditionally destroy a ressource | Robert Schilling | 2017-08-28 | 1 | -3/+1 |
| | |||||
* | API: Respect the 'If-Unmodified-Since' for delete endpoints | Robert Schilling | 2017-08-28 | 1 | -0/+1 |
| | |||||
* | Update grape gemdz-update-grape | Dmitriy Zaporozhets | 2017-07-20 | 1 | -0/+1 |
| | | | | | | | | New version of the gem returns 200 status code on delete with content instead of 204 so we explicitly set status code to keep existing behavior Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵ | Rémy Coutable | 2017-03-16 | 1 | -1/+1 |
| | | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Add environment `/stop` action27142-api-replace-destroy-with-stop-environment | Toon Claes | 2017-02-28 | 1 | -0/+17 |
| | | | | Add endpoint to stop an environment through the API. | ||||
* | Return 204 for delete endpoints | Robert Schilling | 2017-02-28 | 1 | -1/+1 |
| | |||||
* | Add an environment slug | Nick Thomas | 2016-12-15 | 1 | -0/+3 |
| | |||||
* | Define common helper for describe pagination params in api | Semyon Pupkov | 2016-11-22 | 1 | -2/+3 |
| | |||||
* | Use declared_params helper in APIgrapify-declared-params | Robert Schilling | 2016-11-14 | 1 | -4/+3 |
| | |||||
* | Minor fixes in the Env API endpointszj-env-external-url | Z.J. van de Weg | 2016-08-01 | 1 | -1/+5 |
| | |||||
* | Use Grape DSL for environment endpoints | Z.J. van de Weg | 2016-07-29 | 1 | -48/+43 |
| | | | | Also a couple of minor edits for this branch are included | ||||
* | Incorporate feedback | Z.J. van de Weg | 2016-07-29 | 1 | -4/+1 |
| | |||||
* | Add API support for environments | Z.J. van de Weg | 2016-07-29 | 1 | -0/+87 |