Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-16Move Prometheus service to project modelPawel Chojnacki
2017-06-16Merge remote-tracking branch 'upstream/master' into ↵Pawel Chojnacki
28717-additional-metrics-review-branch
2017-06-13Do not show manual actions that cannot be runKamil Trzcinski
2017-06-07Merge remote-tracking branch 'upstream/master' into ↵Pawel Chojnacki
28717-additional-metrics-review-branch # Conflicts: # app/models/project_services/prometheus_service.rb # app/views/projects/services/_form.html.haml
2017-06-07Use explicit instance of prometheus service and add access methods to itPawel Chojnacki
2017-06-01Explicitly test etag cache invalidationZ.J. van de Weg
When a new deployment is created, this will trigger the invalidation on the etag cache on the environment. This flow is now explicitly tested.
2017-05-24Test etag caching router and incorporate reviewZ.J. van de Weg
2017-05-12Keep presentation logic in one place and remove unecessary arguments.Pawel Chojnacki
+ fix tests
2017-05-09Merge request widget redesignFatih Acet
2017-02-07Fix stoppable?Kamil Trzcinski
2017-01-27Use `:empty_project` where possible in model specsRobert Speicher
2016-10-17Work on specsKamil Trzcinski
2016-10-13Handle case where deployment ref no longer existsSean McGivern
Keep-around refs for deployments were only introduced in 8.10, so any deployment created in 8.9 could have a SHA pointing to a commit that no longer exists in the repository. We can't do anything useful with those deployments, so make `#includes_commit?` always return false for those.
2016-08-12Method names changed to #includes_commit?Z.J. van de Weg
2016-08-11CI build status not per environmentZ.J. van de Weg
2016-08-11Incorporate feedbackZ.J. van de Weg
2016-07-18Improve manual actions code and add model, service and feature testsKamil Trzcinski
Manual actions are accessible from: - Pipelines - Builds - Environments - Deployments
2016-06-14Add specs for models and servicesKamil Trzcinski