-
- Downloads
Format `from` and `to` fields in JSON audit log
To make it possible to index the `from` and `to` fields with Elasticsearch and other tools, we need the types to be the same. Currently they are a mix of boolean and string values. Part of https://gitlab.com/gitlab-org/gitlab-ee/issues/12599
Showing
- app/services/audit_event_service.rb 5 additions, 1 deletionapp/services/audit_event_service.rb
- changelogs/unreleased/sh-audit-event-json-log-format-from-and-to.yml 5 additions, 0 deletions...unreleased/sh-audit-event-json-log-format-from-and-to.yml
- spec/services/audit_event_service_spec.rb 28 additions, 4 deletionsspec/services/audit_event_service_spec.rb
Please register or sign in to comment