1. 31 3月, 2016 1 次提交
  2. 30 3月, 2016 2 次提交
  3. 28 3月, 2016 3 次提交
  4. 25 3月, 2016 6 次提交
  5. 24 3月, 2016 2 次提交
  6. 23 3月, 2016 6 次提交
  7. 22 3月, 2016 4 次提交
  8. 21 3月, 2016 1 次提交
  9. 20 3月, 2016 3 次提交
  10. 19 3月, 2016 3 次提交
  11. 18 3月, 2016 4 次提交
  12. 17 3月, 2016 3 次提交
  13. 16 3月, 2016 2 次提交
    • P
      Fix MergeRequest#source_sha when there is no diff · 18295585
      Pierre de La Morinerie 提交于
      `MergeRequest#source_sha` is expected to return the sha of the source
      branch last commit.
      
      But when a open Merge Request has no diff (e.g. all commits have already
      been merged to the target branch), `merge_request.source_sha`
      incorrectly returns `nil`.
      
      This was un-noticed before – but now that !2217 has been merged,
      it makes `Gitlab::Git::Commit.between` raise an
      "Unexpected nil argument" exception.
      
      This fixes the crash, by making sure that `source_sha` returns a
      correct result even when there is no diff available.
      18295585
    • D
      d6caadd1