Skip to content

Clean up after epic events migration to internal events

Michał Wielich requested to merge michold-cleanup-epic into master

What does this MR do and why?

Related to #425540 (closed)

Remove some pieces of code that are no longer used

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.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

  1. Set up snowplow-micro
  2. Trigger any of the events that could have been affected, for example:
    • create an epic
    • edit an epic's title
    • edit an epic's description
  3. Make sure that the events have been triggered with content as per their new event definition files [eg. - category sent as InternalEventTracking] on the http://localhost:9091/micro/good snowplow micro endpoint.

Merge request reports