Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Prometheus Service and Prometheus graphs | Kamil Trzciński | 2017-03-07 | 1 | -0/+8 |
| | |||||
* | Use safe navigation operator to make rubocop happy | winniehell | 2017-02-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'route-map' into 'master' | Robert Speicher | 2017-02-07 | 1 | -5/+22 |
|\ | | | | | | | | | Add 'View on [env]' link to blobs and individual files in diffs See merge request !8867 | ||||
| * | Address feedback | Douwe Maan | 2017-02-06 | 1 | -1/+7 |
| | | |||||
| * | Improve performance of finding last deployed environment | Douwe Maan | 2017-02-06 | 1 | -13/+7 |
| | | |||||
| * | Fix XSS issue by not using URI.join | Douwe Maan | 2017-02-06 | 1 | -2/+1 |
| | | |||||
| * | Add 'View on [env]' link to blobs and individual files in diffs | Douwe Maan | 2017-02-06 | 1 | -0/+18 |
| | | |||||
* | | Update changes | Kamil Trzcinski | 2017-02-06 | 1 | -4/+4 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into 24147-delete-env-button | Kamil Trzcinski | 2017-02-06 | 1 | -5/+13 |
|\ \ | |/ | |||||
| * | Avoid repeated dashes in $CI_ENVIRONMENT_SLUG | Nick Thomas | 2017-01-23 | 1 | -5/+13 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into 24147-delete-env-button | Kamil Trzcinski | 2017-01-24 | 1 | -8/+81 |
|\ \ | |/ | |||||
| * | Treat environments matching `production/*` as Production24139-production-wildcard-for-cycle-analytics | Toon Claes | 2017-01-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For Cycle Analytics, the environment `production` is treated as a special case, and used to update the `first_deployed_to_production_at` metric. With the Review Apps changes, slash syntax is used to group related environments in the list. This is mostly used for `review/<branch>` environments, but it's possible for people to have multiple production environments, and someone might then want to group them like `production/eu`, `production/us`, or even just make it look prettier with `production/www.example.com`. In any of these cases, the first deploy to one of these `production/*` environments now is treated as a Production deploy. | ||||
| * | Add terminals to the Kubernetes deployment service | Nick Thomas | 2016-12-19 | 1 | -0/+8 |
| | | |||||
| * | Add $CI_ENVIRONMENT_NAME and $CI_ENVIRONMENT_SLUG | Nick Thomas | 2016-12-15 | 1 | -0/+7 |
| | | |||||
| * | Add an environment slug | Nick Thomas | 2016-12-15 | 1 | -0/+50 |
| | | |||||
| * | Use :maximum instead of :within for length validators with a 0..N range25209-improve-length-validators | Rémy Coutable | 2016-12-06 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Introduce deploy command that allows to start deployment from one ↵chatops-deploy-command | Kamil Trzcinski | 2016-11-21 | 1 | -2/+2 |
| | | | | | | | | environment to second one | ||||
| * | Add deploy chat command [ci skip] | Kamil Trzcinski | 2016-11-21 | 1 | -1/+9 |
| | | |||||
| * | Add specs for environments recently updated on branch | Grzegorz Bizon | 2016-11-16 | 1 | -1/+1 |
| | | |||||
| * | Refactor methods for environments in project model | Grzegorz Bizon | 2016-11-16 | 1 | -1/+1 |
| | | |||||
| * | Select recently updated environments for auto-close | Grzegorz Bizon | 2016-11-15 | 1 | -0/+4 |
| | | |||||
| * | Add feature tests for environments auto-close | Grzegorz Bizon | 2016-11-15 | 1 | -0/+1 |
| | | |||||
* | | Allow to stop any environment | Kamil Trzcinski | 2016-11-10 | 1 | -4/+9 |
|/ | |||||
* | Use deployment IID when saving refs | Z.J. van de Weg | 2016-10-20 | 1 | -2/+2 |
| | |||||
* | Add `stop!` to `environment` | Kamil Trzcinski | 2016-10-18 | 1 | -0/+6 |
| | |||||
* | Fix environments specs | Kamil Trzcinski | 2016-10-17 | 1 | -0/+3 |
| | |||||
* | Improve after code review | Kamil Trzcinski | 2016-10-17 | 1 | -4/+5 |
| | |||||
* | Refactor code to use available and stopped statuses and refactor views to ↵ | Kamil Trzcinski | 2016-10-17 | 1 | -10/+10 |
| | | | | use separate renders | ||||
* | Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mr | Kamil Trzcinski | 2016-10-17 | 1 | -0/+15 |
|\ | |||||
| * | Minor style improvement | Z.J. van de Weg | 2016-10-14 | 1 | -1/+7 |
| | | |||||
| * | Refactor ci_status on MergeRequestController | Z.J. van de Weg | 2016-10-14 | 1 | -2/+3 |
| | | |||||
| * | Show what time ago a MR was deployed | Z.J. van de Weg | 2016-10-14 | 1 | -0/+8 |
| | | |||||
* | | Initial support for closing environments | Kamil Trzcinski | 2016-10-06 | 1 | -0/+18 |
|/ | |||||
* | deployment refs in own folder, new method for creating refszj-save-environment-deployment-refs | Z.J. van de Weg | 2016-10-04 | 1 | -1/+1 |
| | |||||
* | Save a fetchable ref per deployement | Z.J. van de Weg | 2016-10-04 | 1 | -0/+4 |
| | |||||
* | Implement review comments from @yorickpeterse | Timothy Andrew | 2016-09-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | 1. Change multiple updates to a single `update_all` 2. Use cascading deletes 3. Extract an average function for the database median. 4. Move database median to `lib/gitlab/database` 5. Use `delete_all` instead of `destroy_all` 6. Minor refactoring | ||||
* | Add support for dynamic environments | Kamil Trzcinski | 2016-09-19 | 1 | -0/+12 |
| | | | | Environments that can have a URL with predefined CI variables. | ||||
* | Method names changed to #includes_commit?zj-deployment-status-on-mr | Z.J. van de Weg | 2016-08-12 | 1 | -2/+2 |
| | |||||
* | Incorporate feedback | Z.J. van de Weg | 2016-08-11 | 1 | -3/+3 |
| | |||||
* | Show deployment status on a MR view | Z.J. van de Weg | 2016-08-11 | 1 | -0/+6 |
| | |||||
* | Incorporate feedback | Z.J. van de Weg | 2016-07-29 | 1 | -1/+9 |
| | |||||
* | Add an URL field to Environments | Z.J. van de Weg | 2016-07-29 | 1 | -0/+4 |
| | | | | | This MR adds a string (thus max 255 chars) field to the enviroments table to expose it later in other features. | ||||
* | Use validate and required for environment and project | Kamil Trzcinski | 2016-06-15 | 1 | -1/+1 |
| | |||||
* | Improve validations | Kamil Trzcinski | 2016-06-15 | 1 | -3/+1 |
| | |||||
* | Improve design after review | Kamil Trzcinski | 2016-06-14 | 1 | -3/+2 |
| | |||||
* | Add specs for models and services | Kamil Trzcinski | 2016-06-14 | 1 | -0/+4 |
| | |||||
* | Validate environment name with regex | Kamil Trzcinski | 2016-06-14 | 1 | -1/+5 |
| | |||||
* | Added initial version of deployments | Kamil Trzcinski | 2016-06-10 | 1 | -0/+11 |