Fix EE ChangesAuditor classes path
What does this MR do and why?
Fix path of BaseChangesAuditor
and it`s derived classes
-
ee/lib/ee/audit/base_changes_auditor.rb
->ee/lib/audit/base_changes_auditor.rb
-
ee/lib/ee/audit/compliance_framework_changes_auditor.rb
->ee/lib/audit/compliance_framework_changes_auditor.rb
-
ee/lib/ee/audit/group_changes_auditor.rb
->ee/lib/audit/group_changes_auditor.rb
-
ee/lib/ee/audit/project_changes_auditor.rb
->ee/lib/audit/project_changes_auditor.rb
-
ee/lib/ee/audit/project_ci_cd_setting_changes_auditor.rb
->ee/lib/audit/project_ci_cd_setting_changes_auditor.rb
-
ee/lib/ee/audit/project_feature_changes_auditor.rb
->ee/lib/audit/project_feature_changes_auditor.rb
-
ee/lib/ee/audit/project_setting_changes_auditor.rb
->ee/lib/audit/project_setting_changes_auditor.rb
-
ee/lib/ee/audit/protected_branches_changes_auditor.rb
->ee/lib/audit/protected_branches_changes_auditor.rb
- update related
specs
- update usage
- fix
rubocop
errors - add
attributes_from_auditable_model
test in order to makeundercoverage
happy https://gitlab.com/ali_o_kan/gitlab/-/jobs/3048634493#L217
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #359836 (closed)
Edited by Laurent Deketelaere