Remove legacy audit event streaming destination APIs
What does this MR do and why?
Remove legacy audit event streaming destination APIs as the feature to move onto new streaming tables was enabled in 18.1.
Replaced code is found under these models instead:
ee/app/models/audit_events/group/external_streaming_destination.rb and ee/app/models/audit_events/instance/external_streaming_destination.rb
New APIs: ee/app/graphql/mutations/audit_events/group, ee/app/graphql/mutations/audit_events/instance
Next:
- Remove frontend dead code
- Remove service/helper files / remaining supporting code
- Remove models + tables
Changelog: other EE: true
References
Screenshots or screen recordings
| Before | After |
|---|---|
How to set up and validate locally
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Andrew Jung