Adds backend project setting for model registry
Adds database migration and model definitions necessary for the model registry project setting Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/138399
显示
- app/models/concerns/project_features_compatibility.rb 4 个添加, 0 个删除app/models/concerns/project_features_compatibility.rb
- app/models/project.rb 1 个添加, 1 个删除app/models/project.rb
- app/models/project_feature.rb 2 个添加, 0 个删除app/models/project_feature.rb
- config/audit_events/types/project_feature_model_registry_access_level_updated.yml 9 个添加, 0 个删除...s/project_feature_model_registry_access_level_updated.yml
- db/migrate/20231130195635_add_model_registry_access_level_to_project_feature.rb 16 个添加, 0 个删除...635_add_model_registry_access_level_to_project_feature.rb
- db/schema_migrations/20231130195635 1 个添加, 0 个删除db/schema_migrations/20231130195635
- db/structure.sql 2 个添加, 1 个删除db/structure.sql
- doc/administration/audit_event_streaming/audit_event_types.md 1 个添加, 0 个删除...administration/audit_event_streaming/audit_event_types.md
- ee/lib/audit/project_feature_changes_auditor.rb 2 个添加, 1 个删除ee/lib/audit/project_feature_changes_auditor.rb
- lib/gitlab/import_export/project/import_export.yml 2 个添加, 0 个删除lib/gitlab/import_export/project/import_export.yml
- rubocop/cop/gitlab/feature_available_usage.rb 1 个添加, 0 个删除rubocop/cop/gitlab/feature_available_usage.rb
- spec/factories/projects.rb 1 个添加, 0 个删除spec/factories/projects.rb
- spec/lib/gitlab/import_export/safe_model_attributes.yml 1 个添加, 0 个删除spec/lib/gitlab/import_export/safe_model_attributes.yml
- spec/models/project_feature_spec.rb 1 个添加, 0 个删除spec/models/project_feature_spec.rb
- spec/models/project_spec.rb 1 个添加, 0 个删除spec/models/project_spec.rb
- spec/requests/api/project_attributes.yml 1 个添加, 0 个删除spec/requests/api/project_attributes.yml
加载中
想要评论请 注册 或 登录