Skip to content

Resolve "Do not update `updated_at` on an epic when reordering it."

What does this MR do?

https://gitlab.com/gitlab-org/gitlab-ee/issues/12459

Changes the way we save epics when reordering child epics, to avoid updating timestamps.

See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29677 for related changes in app/models/concerns/relative_positioning.rb that will prevent neighbour eipcs from being updated.

Does this MR meet the acceptance criteria?

Conformity

Performance 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

Closes #12459 (closed)

Edited by Coung Ngo

Merge request reports