Skip to content

Refactor audit log code

Dmytro Zaporozhets (DZ) requested to merge dz-refactor-audit-log-code into master

What does this MR do?

  • Rename LogFinder to AuditLogFinder
  • Rename audit helper methods to audit_ prefix
  • Remove use of audit helper in unrelated view
  • More labels with internalization via _('Text')
  • Make audit dropdowns readable with multiline code
  • Add specs to AuditLogsHelper

Does this MR meet the acceptance criteria?

Conformity

Edited by Dmytro Zaporozhets (DZ)

Merge request reports