Commit Graph

14 Commits

Author SHA1 Message Date
Mayra Cabrera c607008ee5 Extend Cluster Applications to install GitLab Runner to Kubernetes cluster 2018-03-01 23:46:02 +00:00
Mayra Cabrera 0d4548026f Extend Cluster Applications to allow installation of Prometheus 2017-12-22 17:23:43 +00:00
Rémy Coutable 4af9d592c5 Replace factory_girl_rails with factory_bot_rails
I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands:

```
grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|"
grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|"
```

Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-14 15:01:55 +01:00
Kamil Trzcinski c42786021c Merge remote-tracking branch 'origin/38464-k8s-apps' into add-ingress-to-cluster-applications 2017-11-07 17:35:55 +01:00
Kamil Trzcinski 1876025918 Fix ingress rubocop failure 2017-11-07 17:27:46 +01:00
Alessio Caiazza e3b5dfdf20 Fix rubocop warning 2017-11-07 17:12:41 +01:00
Kamil Trzcinski 389c9bfc51 Add specs for ingress 2017-11-07 15:10:40 +01:00
Kamil Trzcinski 760a154a03 Fix tests for initial status 2017-11-07 14:52:11 +01:00
Alessio Caiazza 68a9229502
Fix cluster_applications_helm factory with a configured cluster 2017-11-07 11:50:00 +01:00
Shinya Maeda ce7b05f41d Revert "Fix cluster_applications_helm factory as cluster always has been cerated"
This reverts commit 36d69130a2.
2017-11-07 19:17:20 +09:00
Shinya Maeda 36d69130a2 Fix cluster_applications_helm factory as cluster always has been cerated 2017-11-07 18:54:50 +09:00
Alessio Caiazza f9364929ba Rename application_helm factory to cluster_application_helm 2017-11-07 10:10:57 +01:00
Alessio Caiazza 80b0834ae9
Add Clusters::Appplications::CheckInstallationProgressService tests 2017-11-06 10:23:15 +01:00
Alessio Caiazza c6c9b37b1d
Add Clusters::Applications::Helm tests 2017-11-03 19:20:29 +01:00