summaryrefslogtreecommitdiff
path: root/app/models/gcp/cluster.rb
Commit message (Expand)AuthorAgeFilesLines
* Collect usage pings `Gcp::Cluster.enabled` and `Gcp::Cluster.disabled`, inste...fix/sm/38960-collect-usage-pings-gcp-cluster-enabled-and-gcp-cluster-disabled-instead-of-gcp-cluster-countShinya Maeda2017-10-111-0/+3
* Add ClusterPresenter. Fix Static Analysys.Shinya Maeda2017-10-061-0/+1
* integrate_cluster_service_spec. provision_cluster_service_spec. update_cluste...Shinya Maeda2017-10-051-1/+1
* Remove status enum from Gcp::Cluster, use state_machine#stateKamil Trzcinski2017-10-041-8/+6
* Updated messages and noticesKamil Trzcinski2017-10-041-4/+0
* Add spec/models/gcp/cluster_spec.rbShinya Maeda2017-10-041-1/+1
* Fix cluster event names to be prefixed with: `make_`Kamil Trzcinski2017-10-041-3/+3
* Fix static analysys. Fix import config.Shinya Maeda2017-10-041-1/+3
* Fix static anlysys. Added safe_model_attributes.Shinya Maeda2017-10-041-1/+4
* Add google_api to TOP_LEVEL_ROUTES. Import/Export model failure fix. Fix stat...Shinya Maeda2017-10-041-1/+1
* Specify defaults, fix policies, fix db columnsKamil Trzcinski2017-10-041-16/+36
* Gcp::Cluster improvementsKamil Trzcinski2017-10-031-30/+33
* Implement Policy. Use show instead of edit. Chnage db column. fix comments. d...Shinya Maeda2017-10-031-6/+3
* PollingInterval, rename to gke_clusters, has_one :clusterShinya Maeda2017-10-021-0/+93