1. 21 7月, 2016 1 次提交
  2. 20 7月, 2016 1 次提交
  3. 19 7月, 2016 2 次提交
  4. 18 7月, 2016 1 次提交
  5. 14 7月, 2016 1 次提交
  6. 13 7月, 2016 1 次提交
    • T
      Enforce "developers can merge" during `pre-receive`. · 495db096
      Timothy Andrew 提交于
      1. When a merge request is being merged, save the merge commit SHA in
         the `in_progress_merge_commit_sha` database column.
      
      2. The `pre-receive` hook looks for any locked (in progress) merge
         request with `in_progress_merge_commit_sha` matching the `newrev` it
         is passed.
      
      3. If it finds a matching MR, the merge is legitimate.
      
      4. Update `git_access_spec` to test the behaviour we added here. Also
         refactored this spec a bit to make it easier to add more contexts / conditions.
      495db096
  7. 12 7月, 2016 18 次提交
  8. 08 7月, 2016 9 次提交
  9. 07 7月, 2016 4 次提交
  10. 06 7月, 2016 2 次提交