Skip to content

Add support for event creation on designs

Alex Kalderimis requested to merge ajk-design-activity-b into master

What does this MR do?

This MR is Part of #33051 (closed)

This MR builds on !32700 (merged) by adding service level support for creating events on designs. New methods are added to the EventCreateService and hooks are adding in the existing design services (save and delete) to create events on success.

Feature Flag

This work is enabled behind a feature flag, gated by project. To enable this feature, in your rails console:

Feature.enable(:design_activity_events, project)

This feature should not be enabled until the views have been updated so that design events can be viewed correctly.

Screenshots

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 Markus Koller

Merge request reports