summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add memoization for properties40418-migrate-existing-data-from-kubernetesservice-to-clusters-platforms-kubernetesShinya Maeda2018-01-081-4/+10
* Fix static analysysShinya Maeda2018-01-081-9/+9
* Disable STI of ActiveRecord. Refactoring specs.Shinya Maeda2018-01-082-66/+184
* Fix StaticSnalysysShinya Maeda2018-01-081-1/+1
* Fix change logShinya Maeda2018-01-081-1/+1
* Add changelogShinya Maeda2018-01-081-0/+5
* Revert bulk_insert and bring back AR insert(one by one)Shinya Maeda2018-01-082-64/+54
* Add a new test for emptified paramsShinya Maeda2018-01-081-2/+19
* Use batch update for Service deactivationShinya Maeda2018-01-081-4/+5
* Fix query to look for proper unmanaged kubernetes serviceShinya Maeda2018-01-081-17/+12
* Fix static anylysyShinya Maeda2018-01-082-9/+10
* Use bulk_insert instead of AR createShinya Maeda2018-01-081-12/+45
* Opitmize migration process by using both unmanaged_kubernetes_service and kub...Shinya Maeda2018-01-082-40/+36
* Avoid quotes in ActiveRecord queryShinya Maeda2018-01-081-4/+4
* Use explicit namespace for avoiding reference from application codeShinya Maeda2018-01-081-13/+16
* Add logic to swtich environment_scope by the situationShinya Maeda2018-01-082-33/+69
* Add env_scope testsShinya Maeda2018-01-082-0/+33
* Fix testShinya Maeda2018-01-081-187/+52
* Fix commentsShinya Maeda2018-01-081-10/+10
* Restructure specShinya Maeda2018-01-081-160/+229
* Fix migration file typos and reorder Table definitionShinya Maeda2018-01-081-25/+21
* Fix unmanaged_kubernetes_service scope for multiple clustersShinya Maeda2018-01-081-17/+27
* Add test. Disable KubernetesService when migratedShinya Maeda2018-01-082-11/+201
* Migrate existing data from KubernetesService to Clusters::Platforms::KubernetesShinya Maeda2018-01-081-0/+104
* Merge branch '39957-redirect-to-gpc-page-if-users-try-to-create-a-cluster-but...Kamil Trzciński2018-01-0715-76/+357
|\
| * Fix check_gcp_project_billing_worker_spec.rbKamil Trzciński2018-01-071-1/+1
| * Set timeout to billing information39957-redirect-to-gpc-page-if-users-try-to-create-a-cluster-but-the-account-is-not-enabledKamil Trzciński2018-01-071-1/+4
| * Refactor GCP session token exchange schemeMatija Čupić2018-01-073-12/+23
| * Separate let and subject line in specMatija Čupić2018-01-071-0/+1
| * Add CHANGELOG entryMatija Čupić2018-01-061-0/+5
| * Merge branch 'master' into 39957-redirect-to-gpc-page-if-users-try-to-create-...Matija Čupić2018-01-0680-1361/+9800
| |\
| * | Store OAuth token in Redis for worker to pick upMatija Čupić2018-01-062-2/+7
| * | Use token from redis in gcp project billing workerMatija Čupić2018-01-062-15/+46
| * | Remove check_gcp_project_billing queue from sidekiqMatija Čupić2018-01-061-1/+0
| * | Merge branch 'master' into 39957-redirect-to-gpc-page-if-users-try-to-create-...Matija Čupić2018-01-05175-754/+2888
| |\ \
| * | | Move worker to gcp_project namespaceMatija Čupić2018-01-052-1/+2
| * | | Use token hash for redis keyMatija Čupić2018-01-051-2/+2
| * | | Return list of billing enabled projectsMatija Čupić2018-01-054-9/+10
| * | | Merge branch 'master' into 39957-redirect-to-gpc-page-if-users-try-to-create-...Matija Čupić2018-01-051044-7148/+10895
| |\ \ \
| * | | | Change CheckGcpProjectBillingWorker lease to 15sMatija Čupić2018-01-051-1/+1
| * | | | Remove polling interval from GcpControllerMatija Čupić2018-01-051-2/+0
| * | | | Remove GCP cluster check page placeholderMatija Čupić2018-01-051-1/+0
| * | | | Add url to link in new GCP cluster header partialMatija Čupić2017-12-221-1/+1
| * | | | Fix clusters/gcp feature specMatija Čupić2017-12-211-0/+1
| * | | | Fix use of pending decorator in specMatija Čupić2017-12-211-3/+2
| * | | | Add CheckGcpProjectBilling worker to all_queuesMatija Čupić2017-12-211-0/+1
| * | | | Implement GCP billing check in cluster formMatija Čupić2017-12-213-9/+38
| * | | | Remove actions for async GCP project billing checkMatija Čupić2017-12-213-222/+11
| * | | | Make GCP billing check mock more specificMatija Čupić2017-12-211-1/+1
| * | | | Mark the gcp check page feature spec pendingMatija Čupić2017-12-211-1/+3