-
- Downloads
There was an error fetching the commit references. Please try again later.
Add latest changes from gitlab-org/gitlab@master
Showing
- app/controllers/clusters/clusters_controller.rb 52 additions, 2 deletionsapp/controllers/clusters/clusters_controller.rb
- app/helpers/clusters_helper.rb 1 addition, 1 deletionapp/helpers/clusters_helper.rb
- app/models/clusters/cluster.rb 2 additions, 4 deletionsapp/models/clusters/cluster.rb
- app/models/clusters/providers/aws.rb 12 additions, 1 deletionapp/models/clusters/providers/aws.rb
- app/models/clusters/providers/gcp.rb 4 additions, 0 deletionsapp/models/clusters/providers/gcp.rb
- app/models/project_services/data_fields.rb 1 addition, 1 deletionapp/models/project_services/data_fields.rb
- app/presenters/clusterable_presenter.rb 12 additions, 0 deletionsapp/presenters/clusterable_presenter.rb
- app/presenters/instance_clusterable_presenter.rb 15 additions, 0 deletionsapp/presenters/instance_clusterable_presenter.rb
- app/services/clusters/aws/fetch_credentials_service.rb 11 additions, 7 deletionsapp/services/clusters/aws/fetch_credentials_service.rb
- app/services/clusters/aws/provision_service.rb 10 additions, 2 deletionsapp/services/clusters/aws/provision_service.rb
- app/services/clusters/aws/proxy_service.rb 134 additions, 0 deletionsapp/services/clusters/aws/proxy_service.rb
- app/views/clusters/clusters/_banner.html.haml 3 additions, 3 deletionsapp/views/clusters/clusters/_banner.html.haml
- app/views/clusters/clusters/aws/_new.html.haml 9 additions, 0 deletionsapp/views/clusters/clusters/aws/_new.html.haml
- changelogs/unreleased/34770-error-500-for-api-v4-projects-id-services-jira-nomethoderror-undefi.yml 5 additions, 0 deletions...api-v4-projects-id-services-jira-nomethoderror-undefi.yml
- config/routes.rb 6 additions, 0 deletionsconfig/routes.rb
- locale/gitlab.pot 3 additions, 3 deletionslocale/gitlab.pot
- spec/controllers/admin/clusters_controller_spec.rb 84 additions, 0 deletionsspec/controllers/admin/clusters_controller_spec.rb
- spec/controllers/groups/clusters_controller_spec.rb 94 additions, 0 deletionsspec/controllers/groups/clusters_controller_spec.rb
- spec/controllers/projects/clusters_controller_spec.rb 94 additions, 0 deletionsspec/controllers/projects/clusters_controller_spec.rb
- spec/factories/clusters/providers/aws.rb 0 additions, 1 deletionspec/factories/clusters/providers/aws.rb
app/services/clusters/aws/proxy_service.rb
0 → 100644
Please register or sign in to comment