Skip to content

Add previous milestone to resource milestone remove events

What does this MR do?

At the moment ResourceMilestoneEvents for removed milestones do not contain the previous milestone_id but instead a value of nil. This MR tries to solve that by storing the previous milestone_id. This would ease the handling of milestone remove events in burnup charts.

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 Patrick Derichs

Merge request reports