-
- 下载
Merge branch '55447-validate-k8s-credentials' into 'master'
Resolve "Validate k8s credentials provided at cluster creation" Closes #55447 See merge request gitlab-org/gitlab-ce!27403
显示
- app/assets/javascripts/clusters/clusters_bundle.js 48 个添加, 0 个删除app/assets/javascripts/clusters/clusters_bundle.js
- app/assets/stylesheets/pages/clusters.scss 2 个添加, 0 个删除app/assets/stylesheets/pages/clusters.scss
- app/models/clusters/cluster.rb 59 个添加, 6 个删除app/models/clusters/cluster.rb
- app/presenters/clusters/cluster_presenter.rb 0 个添加, 4 个删除app/presenters/clusters/cluster_presenter.rb
- app/views/clusters/clusters/_banner.html.haml 12 个添加, 0 个删除app/views/clusters/clusters/_banner.html.haml
- app/views/clusters/clusters/show.html.haml 2 个添加, 1 个删除app/views/clusters/clusters/show.html.haml
- changelogs/unreleased/55447-validate-k8s-credentials.yml 5 个添加, 0 个删除changelogs/unreleased/55447-validate-k8s-credentials.yml
- lib/gitlab/kubernetes/errors.rb 23 个添加, 0 个删除lib/gitlab/kubernetes/errors.rb
- locale/gitlab.pot 6 个添加, 0 个删除locale/gitlab.pot
- spec/features/clusters/cluster_detail_page_spec.rb 3 个添加, 0 个删除spec/features/clusters/cluster_detail_page_spec.rb
- spec/features/groups/clusters/user_spec.rb 1 个添加, 0 个删除spec/features/groups/clusters/user_spec.rb
- spec/features/projects/clusters/user_spec.rb 1 个添加, 0 个删除spec/features/projects/clusters/user_spec.rb
- spec/frontend/clusters/clusters_bundle_spec.js 16 个添加, 0 个删除spec/frontend/clusters/clusters_bundle_spec.js
- spec/models/clusters/cluster_spec.rb 139 个添加, 24 个删除spec/models/clusters/cluster_spec.rb
- spec/presenters/clusters/cluster_presenter_spec.rb 0 个添加, 40 个删除spec/presenters/clusters/cluster_presenter_spec.rb
加载中
想要评论请 注册 或 登录