Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Cop to blacklist the use of `dependent:` | Yorick Peterse | 2017-07-06 | 1 | -1/+1 |
| | | | | | | | | This is allowed for existing instances so we don't end up 76 offenses right away, but for new code one should _only_ use this if they _have_ to remove non database data. Even then it's usually better to do this in a service class as this gives you more control over how to remove the data (e.g. in bulk). | ||||
* | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 1 | -2/+1 |
| | |||||
* | Merge branch 'zj-review-apps-usage-data' into 'master' | Grzegorz Bizon | 2017-06-27 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | Add review apps to usage ping Closes #33171 See merge request !12185 | ||||
| * | Add in_review_folder to usage pingzj-review-apps-usage-data | Z.J. van de Weg | 2017-06-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | As its hard to reliably check how many review apps there are on the clients machine, we start by checking where the type is `review`. This means the folder is called that way. This will lead to a seq scan on the table. However, this is done once a week, so the benefit of adding an index seems not to apply here. | ||||
* | | Merge remote-tracking branch 'upstream/master' into ↵28717-additional-metrics-review-branch | Pawel Chojnacki | 2017-06-22 | 1 | -3/+3 |
|\ \ | | | | | | | | | | 28717-additional-metrics-review-branch | ||||
| * | | Enable Style/DotPosition Rubocop :cop: | Grzegorz Bizon | 2017-06-21 | 1 | -3/+3 |
| | | | |||||
* | | | Move Prometheus service to project model | Pawel Chojnacki | 2017-06-16 | 1 | -6/+2 |
| | | | |||||
* | | | Merge remote-tracking branch 'upstream/master' into ↵ | Pawel Chojnacki | 2017-06-16 | 1 | -1/+2 |
|\ \ \ | |/ / | | | | | | | 28717-additional-metrics-review-branch | ||||
| * | | Fix etag route misses | Z.J. van de Weg | 2017-06-12 | 1 | -1/+2 |
| |/ | | | | | | | Fixes gitlab-org/gitlab-ce#33106 | ||||
* | | Merge remote-tracking branch 'upstream/master' into ↵ | Pawel Chojnacki | 2017-06-07 | 1 | -0/+16 |
|\ \ | |/ | | | | | | | | | | | | | 28717-additional-metrics-review-branch # Conflicts: # app/models/project_services/prometheus_service.rb # app/views/projects/services/_form.html.haml | ||||
| * | Test etag cache key changing value | Z.J. van de Weg | 2017-05-31 | 1 | -2/+7 |
| | | |||||
| * | Use etag caching for environments JSON | Z.J. van de Weg | 2017-05-22 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | | Use explicit instance of prometheus service and add access methods to it | Pawel Chojnacki | 2017-06-07 | 1 | -5/+9 |
| | | |||||
* | | expand Namespaces:: and refactoring yaml parsing out of MetricGroup class | Pawel Chojnacki | 2017-06-06 | 1 | -1/+1 |
| | | |||||
* | | Finalize refactoring additional metrics query | Pawel Chojnacki | 2017-05-25 | 1 | -1/+3 |
| | | |||||
* | | Additional metrics initial work, with working metrics listing, but without ↵ | Pawel Chojnacki | 2017-05-25 | 1 | -0/+8 |
|/ | | | | actoual metrics mesurements | ||||
* | Custom queries for prometheus | Pawel Chojnacki | 2017-05-11 | 1 | -1/+1 |
| | | | | | | | | | | | | - Tests for prometheus queries - fix rubocop warnings - Remove unused method. Add more queries to deployment queries. - Wrap BaseQuery in module hierarchy Renname Prometheus class to PrometheusClient | ||||
* | Enable the Style/TrailingCommaInLiteral cop | Rémy Coutable | 2017-05-10 | 1 | -1/+1 |
| | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | 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 |
| | |