Add feature toggle for Releases (backend)
显示
- app/controllers/projects_controller.rb 1 个添加, 1 个删除app/controllers/projects_controller.rb
- app/helpers/projects_helper.rb 2 个添加, 1 个删除app/helpers/projects_helper.rb
- app/models/concerns/project_features_compatibility.rb 4 个添加, 0 个删除app/models/concerns/project_features_compatibility.rb
- app/models/project.rb 1 个添加, 0 个删除app/models/project.rb
- app/models/project_feature.rb 1 个添加, 0 个删除app/models/project_feature.rb
- app/policies/project_policy.rb 5 个添加, 0 个删除app/policies/project_policy.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/controllers/projects_controller_spec.rb 1 个添加, 0 个删除spec/controllers/projects_controller_spec.rb
- spec/factories/projects.rb 1 个添加, 0 个删除spec/factories/projects.rb
- spec/helpers/projects_helper_spec.rb 2 个添加, 1 个删除spec/helpers/projects_helper_spec.rb
- spec/lib/gitlab/import_export/safe_model_attributes.yml 1 个添加, 0 个删除spec/lib/gitlab/import_export/safe_model_attributes.yml
- spec/models/concerns/project_features_compatibility_spec.rb 3 个添加, 1 个删除spec/models/concerns/project_features_compatibility_spec.rb
- spec/models/project_spec.rb 1 个添加, 0 个删除spec/models/project_spec.rb
- spec/policies/project_policy_spec.rb 68 个添加, 0 个删除spec/policies/project_policy_spec.rb
加载中
想要评论请 注册 或 登录