summaryrefslogtreecommitdiff
path: root/app/controllers/projects/clusters_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve redirect uri state and fix all remaining testsKamil Trzcinski2017-10-061-6/+10
* Security fix: redirection in google_api/authorizations_controllerShinya Maeda2017-10-061-3/+7
* Fix almost all unresolved comments from Docs and UX reviewKamil Trzcinski2017-10-051-2/+2
* Add ClusterPresenter. Fix Static Analysys.Shinya Maeda2017-10-061-1/+1
* Change `/google_api/authorizations/` to `/google_api/auth/`.Kamil Trzcinski2017-10-051-1/+1
* Split create_params and update_params and fix small redirect bug in controllerKamil Trzcinski2017-10-051-13/+20
* Fix Rubocop failuresKamil Trzcinski2017-10-041-6/+6
* Updated messages and noticesKamil Trzcinski2017-10-041-3/+3
* Add warning messagesFilipa Lacerda2017-10-041-7/+6
* Add google_api to TOP_LEVEL_ROUTES. Import/Export model failure fix. Fix stat...Shinya Maeda2017-10-041-3/+2
* Introduce serializer for ClusterEntityKamil Trzcinski2017-10-031-10/+21
* Implement Policy. Use show instead of edit. Chnage db column. fix comments. d...Shinya Maeda2017-10-031-9/+19
* PollingInterval, rename to gke_clusters, has_one :clusterShinya Maeda2017-10-021-4/+6
* Use expires_in for access_token validationShinya Maeda2017-10-021-5/+11
* authorize in controller. validation in model.Shinya Maeda2017-10-011-13/+2
* Replace reactive_cache by multipel sidekiq workersShinya Maeda2017-10-011-42/+42
* Databse foreing key, index, encrypt password. Use short path. Improve error h...Shinya Maeda2017-09-291-9/+31
* Multithreading cluster creation is done with `reactive_cache`Shinya Maeda2017-09-281-72/+21
* Delete/Update basic implementationShinya Maeda2017-09-271-2/+8
* Fetch k8s token from k8s username/passwordShinya Maeda2017-09-271-3/+20
* Add login root. Remove ceration type.Shinya Maeda2017-09-271-107/+49
* Improve ClustersControllerShinya Maeda2017-09-261-15/+18
* Create clusterShinya Maeda2017-09-261-4/+13
* Tie KubernetesServiceShinya Maeda2017-09-261-11/+29
* okShinya Maeda2017-09-261-11/+48
* Create Kubernetes cluster on GKE from k8s serviceShinya Maeda2017-09-251-0/+102