-
- Downloads
Multithreading cluster creation is done with `reactive_cache`
Showing
- app/controllers/projects/clusters_controller.rb 21 additions, 72 deletionsapp/controllers/projects/clusters_controller.rb
- app/models/ci/cluster.rb 78 additions, 0 deletionsapp/models/ci/cluster.rb
- app/services/ci/create_cluster_service.rb 29 additions, 0 deletionsapp/services/ci/create_cluster_service.rb
- app/views/projects/clusters/_form.html.haml 1 addition, 1 deletionapp/views/projects/clusters/_form.html.haml
- app/views/projects/clusters/edit.html.haml 1 addition, 0 deletionsapp/views/projects/clusters/edit.html.haml
- config/routes/project.rb 4 additions, 0 deletionsconfig/routes/project.rb
- db/migrate/20170924094327_create_ci_clusters.rb 1 addition, 0 deletionsdb/migrate/20170924094327_create_ci_clusters.rb
- db/schema.rb 1 addition, 0 deletionsdb/schema.rb
- lib/google_api/cloud_platform/client.rb 5 additions, 13 deletionslib/google_api/cloud_platform/client.rb
app/services/ci/create_cluster_service.rb
0 → 100644
Please register or sign in to comment