Skip to content

Add EpicBoardPosition with relative positioning

charlie ablett requested to merge cablett-247867-epics-relative-position into master

What does this MR do?

Add EpicBoardPosition model, spec factory and associations. This allows us to specify positioning for epics in separate boards independently.

DB migration:

== 20201119003042 AddEpicBoardPositions: migrating ============================
-- create_table(:boards_epic_board_positions)
   -> 0.0192s
== 20201119003042 AddEpicBoardPositions: migrated (0.0238s) ===================

Screenshots (strongly suggested)

Related to #247867 (closed)

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 charlie ablett

Merge request reports