1. 09 Jul, 2019 1 commit
    • Oswaldo Ferreira's avatar
      [CE port] Bypass push rules for merge to ref service · 84dd3149
      Oswaldo Ferreira authored
      Turns out push rules to validate commit message does
      not apply in the context of automatic merge to
      the refs/merge-requests/:iid/merge. Mainly because
      if it fails to merge to it, we currently can't give enough
      preemptive feedback to the user and it'll turn the
      merge request unmergeable (given we automatically
      mark it as unmergeable if we can't merge to the ref).
      
      In general, it's a systematic operation, which already
      bypasses user authorization and git hooks.
      
      Therefore, this commit makes it bypass the push rules
      at EE as well.
      84dd3149
  2. 08 Jul, 2019 36 commits
  3. 07 Jul, 2019 3 commits