Skip to content
Snippets Groups Projects

Clarify when to create EE compatibility MR in code review process

Merged Adam Niedzielski requested to merge ee-compat-code-review into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
50 50 asking a GitLab developer to do it once the merge request is merged.
51 51 - If you branch is more than 500 commits behind `master`, the job will fail and
52 52 you should rebase your branch upon latest `master`.
53 - Code reviews for merge requests often consist of multiple iterations of
54 feedback and fixes. There is no need to update your EE MR after each
55 iteration. Instead, create an EE MR as soon as you see the
56 `rake ee_compat_check` job failing and update it after the CE MR is merged.
Please register or sign in to reply
Loading