Skip to content

Create generator for Snowplow event definitions

Alishan Ladhani requested to merge ali/generate-snowplow-event-definition into master

What does this MR do?

Related to #297616 (closed)

Definition files are stored under config/events/ for CE, and ee/config/events/ for EE.

Example command:

rails g gitlab:snowplow_event_definition --category Groups::EmailCampaignsController --action click --ee

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Alishan Ladhani

Merge request reports