Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop_todo/gitlab/feature_available_usage.yml')
-rw-r--r--.rubocop_todo/gitlab/feature_available_usage.yml27
1 files changed, 25 insertions, 2 deletions
diff --git a/.rubocop_todo/gitlab/feature_available_usage.yml b/.rubocop_todo/gitlab/feature_available_usage.yml
index d7eec700a9d..a0c71dec923 100644
--- a/.rubocop_todo/gitlab/feature_available_usage.yml
+++ b/.rubocop_todo/gitlab/feature_available_usage.yml
@@ -38,7 +38,6 @@ Gitlab/FeatureAvailableUsage:
- 'ee/app/models/approval_state.rb'
- 'ee/app/models/concerns/ee/approvable.rb'
- 'ee/app/models/concerns/ee/project_security_scanners_information.rb'
- - 'ee/app/models/concerns/ee/protected_ref_access.rb'
- 'ee/app/models/concerns/insights_feature.rb'
- 'ee/app/models/ee/board.rb'
- 'ee/app/models/ee/ci/build.rb'
@@ -68,7 +67,6 @@ Gitlab/FeatureAvailableUsage:
- 'ee/app/services/ci/audit_variable_change_service.rb'
- 'ee/app/services/dashboard/projects/create_service.rb'
- 'ee/app/services/dashboard/projects/list_service.rb'
- - 'ee/app/services/ee/alert_management/http_integrations/create_service.rb'
- 'ee/app/services/ee/audit_event_service.rb'
- 'ee/app/services/ee/boards/issues/list_service.rb'
- 'ee/app/services/ee/boards/lists/create_service.rb'
@@ -91,6 +89,31 @@ Gitlab/FeatureAvailableUsage:
- 'ee/app/services/projects/mark_for_deletion_service.rb'
- 'ee/app/services/requirements_management/process_test_reports_service.rb'
- 'ee/app/services/security/store_scans_service.rb'
+ - 'ee/app/views/compliance_management/compliance_framework/_project_settings.html.haml.rb'
+ - 'ee/app/views/groups/epics/index.html.haml.rb'
+ - 'ee/app/views/product_analytics/_project_settings.html.haml.rb'
+ - 'ee/app/views/projects/_merge_request_settings.html.haml.rb'
+ - 'ee/app/views/projects/_merge_request_settings_description_text.html.haml.rb'
+ - 'ee/app/views/projects/_remove.html.haml.rb'
+ - 'ee/app/views/projects/audit_events/index.html.haml.rb'
+ - 'ee/app/views/projects/blob/_header_file_locks.html.haml.rb'
+ - 'ee/app/views/projects/branch_defaults/_branch_names_help.html.haml.rb'
+ - 'ee/app/views/projects/merge_requests/show.html.haml.rb'
+ - 'ee/app/views/projects/push_rules/_index.html.haml.rb'
+ - 'ee/app/views/projects/quality/test_cases/index.html.haml.rb'
+ - 'ee/app/views/projects/settings/_default_issue_template.html.haml.rb'
+ - 'ee/app/views/projects/settings/_restore.html.haml.rb'
+ - 'ee/app/views/projects/settings/ci_cd/_auto_rollback.html.haml.rb'
+ - 'ee/app/views/projects/settings/ci_cd/_pipeline_subscriptions.html.haml.rb'
+ - 'ee/app/views/projects/settings/merge_requests/_merge_request_approvals_settings.html.haml.rb'
+ - 'ee/app/views/projects/settings/operations/_status_page.html.haml.rb'
+ - 'ee/app/views/projects/settings/repository/_protected_branches.html.haml.rb'
+ - 'ee/app/views/protected_branches/ee/_code_owner_approval_form.html.haml.rb'
+ - 'ee/app/views/protected_branches/ee/_code_owner_approval_table.html.haml.rb'
+ - 'ee/app/views/protected_branches/ee/_code_owner_approval_table_head.html.haml.rb'
+ - 'ee/app/views/shared/labels/_create_label_help_text.html.haml.rb'
+ - 'ee/app/views/shared/promotions/_promote_mr_features.html.haml.rb'
+ - 'ee/app/views/shared/promotions/_promote_repository_features.html.haml.rb'
- 'ee/app/workers/analytics/code_review_metrics_worker.rb'
- 'ee/app/workers/group_saml_group_sync_worker.rb'
- 'ee/lib/ee/api/entities/approval_state.rb'