Adds candidate info to model version view model
Reuses CandidateDetailPresenter to include a model versions candidate info and display in the model page and model detail page.
显示
- app/assets/javascripts/ml/model_registry/components/model_version_detail.vue 19 个添加, 2 个删除...pts/ml/model_registry/components/model_version_detail.vue
- app/assets/javascripts/ml/model_registry/translations.js 2 个添加, 0 个删除app/assets/javascripts/ml/model_registry/translations.js
- app/components/projects/ml/show_ml_model_component.rb 5 个添加, 3 个删除app/components/projects/ml/show_ml_model_component.rb
- app/components/projects/ml/show_ml_model_version_component.rb 9 个添加, 3 个删除...components/projects/ml/show_ml_model_version_component.rb
- app/services/ml/find_or_create_model_version_service.rb 6 个添加, 4 个删除app/services/ml/find_or_create_model_version_service.rb
- app/views/projects/ml/model_versions/show.html.haml 1 个添加, 1 个删除app/views/projects/ml/model_versions/show.html.haml
- app/views/projects/ml/models/show.html.haml 1 个添加, 1 个删除app/views/projects/ml/models/show.html.haml
- locale/gitlab.pot 3 个添加, 0 个删除locale/gitlab.pot
- spec/components/projects/ml/show_ml_model_component_spec.rb 22 个添加, 4 个删除spec/components/projects/ml/show_ml_model_component_spec.rb
- spec/components/projects/ml/show_ml_model_version_component_spec.rb 27 个添加, 4 个删除...nents/projects/ml/show_ml_model_version_component_spec.rb
- spec/factories/ml/model_versions.rb 4 个添加, 0 个删除spec/factories/ml/model_versions.rb
- spec/frontend/ml/model_registry/components/model_version_detail_spec.js 34 个添加, 18 个删除...ml/model_registry/components/model_version_detail_spec.js
- spec/frontend/ml/model_registry/mock_data.js 8 个添加, 2 个删除spec/frontend/ml/model_registry/mock_data.js
- spec/models/ml/candidate_spec.rb 2 个添加, 2 个删除spec/models/ml/candidate_spec.rb
- spec/services/ml/create_candidate_service_spec.rb 1 个添加, 1 个删除spec/services/ml/create_candidate_service_spec.rb
加载中
想要评论请 注册 或 登录