Skip to content

Add additional_properties to event definition

What does this MR do and why?

As a first step to add additional_properties to event definitions as described in #434563, this MR adds support for the new property and migrate a single event definition to the new format.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

  1. Modify an event definition to the new format
  2. Run bundle exec rspec ./spec/lib/gitlab/tracking/event_definition_validate_all_spec.rb to validate the change

Related to #434563

Edited by Jonas Larsen

Merge request reports