summaryrefslogtreecommitdiff
path: root/app/controllers/projects/environments_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Re-enable polling for environmentsenable-polling-envFilipa Lacerda2017-07-061-0/+2
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-3/+3
|
* Merge remote-tracking branch 'upstream/master' into ↵28717-additional-metrics-review-branchPawel Chojnacki2017-06-221-2/+0
|\ | | | | | | 28717-additional-metrics-review-branch
| * Disable environment list polling as it breaks deployboardKamil Trzcinski2017-06-211-2/+0
| |
* | Add rescue_from(ActionController::UnknownFormat) in Application ControllerPawel Chojnacki2017-06-201-2/+6
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Pawel Chojnacki2017-06-071-0/+2
|\ \ | |/ | | | | | | | | | | | | 28717-additional-metrics-review-branch # Conflicts: # app/models/project_services/prometheus_service.rb # app/views/projects/services/_form.html.haml
| * Merge branch 'master' into zj-realtime-env-listZ.J. van de Weg2017-05-251-0/+1
| |\
| * | Test etag caching router and incorporate reviewZ.J. van de Weg2017-05-241-1/+1
| | |
| * | Use etag caching for environments JSONZ.J. van de Weg2017-05-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | For the index view, the environments can now be requested every 15 seconds. Any transition state of a projects environments will trigger a cache invalidation action. Fixes gitlab-org/gitlab-ce#31701
* | | Additional metrics initial work, with working metrics listing, but without ↵Pawel Chojnacki2017-05-251-0/+6
| |/ |/| | | | | actoual metrics mesurements
* | Sort environments folders when opening themZ.J. van de Weg2017-05-171-0/+1
|/ | | | Fixes gitlab-org/gitlab-ce#30814
* Merge request widget redesignFatih Acet2017-05-091-6/+12
|
* Added Prometheus Service and Prometheus graphsKamil Trzciński2017-03-071-1/+14
|
* Add count keys to response JSONfe-paginated-environments-apiZ.J. van de Weg2017-02-151-3/+4
|
* Add route for environment folder and expose an APIGrzegorz Bizon2017-02-091-0/+18
|
* Resolve 500 errorFilipa Lacerda2017-02-091-1/+0
|
* Add support for environment scopes in controllerGrzegorz Bizon2017-02-091-7/+12
|
* Enable grouping and pagination in environmnets APIGrzegorz Bizon2017-02-091-1/+3
|
* Merge branch 'route-map' into 'master' Robert Speicher2017-02-071-1/+1
|\ | | | | | | | | Add 'View on [env]' link to blobs and individual files in diffs See merge request !8867
| * Improve performance of finding last deployed environmentDouwe Maan2017-02-061-1/+1
| |
* | Update changesKamil Trzcinski2017-02-061-1/+2
| |
* | Merge remote-tracking branch 'origin/master' into 24147-delete-env-buttonKamil Trzcinski2017-01-241-7/+37
|\ \ | |/
| * Add terminal UI and controller actionsFatih Acet2016-12-191-5/+9
| |
| * Add terminals to the Kubernetes deployment serviceNick Thomas2016-12-191-1/+24
| |
| * Add EnvironmentSerializer to EnvironmentsControllerGrzegorz Bizon2016-11-161-16/+3
| |
| * Adds tab behavior to vue componentFilipa Lacerda2016-11-161-8/+2
| |
| * Adds link to actions. Cleans spacesFilipa Lacerda2016-11-161-3/+4
| |
| * Adds commit linksFilipa Lacerda2016-11-161-1/+2
| |
| * Adds commit backFilipa Lacerda2016-11-161-3/+2
| |
| * Adds commit partial for vue componentFilipa Lacerda2016-11-161-2/+3
| |
| * Commit columnFilipa Lacerda2016-11-161-1/+1
| |
| * Adds user column with avatar urlFilipa Lacerda2016-11-161-2/+5
| |
| * Serialize all needed dataFilipa Lacerda2016-11-161-1/+11
| |
| * Modifies controller to format data to jsonFilipa Lacerda2016-11-161-0/+7
| |
* | Allow to stop any environmentKamil Trzcinski2016-11-101-3/+7
|/
* Add logical validation to gitlab-ci.ymlKamil Trzcinski2016-10-181-1/+1
|
* Add `stop!` to `environment`Kamil Trzcinski2016-10-181-4/+7
|
* Fix specsKamil Trzcinski2016-10-171-1/+1
|
* Fix environments specsKamil Trzcinski2016-10-171-2/+3
|
* Improve after code reviewKamil Trzcinski2016-10-171-6/+5
|
* Remove destroy from environments [ci skip]Kamil Trzcinski2016-10-171-13/+3
|
* Refactor code to use available and stopped statuses and refactor views to ↵Kamil Trzcinski2016-10-171-3/+5
| | | | use separate renders
* Add environment stop action [ci skip]Kamil Trzcinski2016-10-171-1/+5
|
* Make environments to be close ableKamil Trzcinski2016-10-061-5/+6
|
* Adds variables to controllerFilipa Lacerda2016-10-061-0/+5
|
* Minor fixes in the Env API endpointszj-env-external-urlZ.J. van de Weg2016-08-011-1/+1
|
* Add an URL field to EnvironmentsZ.J. van de Weg2016-07-291-6/+17
| | | | | This MR adds a string (thus max 255 chars) field to the enviroments table to expose it later in other features.
* Improve forms and specsKamil Trzcinski2016-06-151-2/+2
|
* Improve design after reviewKamil Trzcinski2016-06-141-8/+9
|
* Authorize environments controller actionsKamil Trzcinski2016-06-141-0/+2
|