An error occurred fetching the project authors.
  1. 02 Jun, 2016 1 commit
  2. 20 May, 2016 1 commit
  3. 13 May, 2016 1 commit
  4. 10 May, 2016 1 commit
  5. 09 May, 2016 1 commit
  6. 08 May, 2016 1 commit
    • Connor Shea's avatar
      Enable the Rubocop DeprecatedClassMethods cop · 9cc0937b
      Connor Shea authored
      This reports uses of `File.exists?` and `Dir.exists?`, which were both
      deprecated in Ruby and will eventually be removed in favor of
      `.exist?`. Also fixes all existing uses of the deprecated methods.
      9cc0937b
  7. 06 May, 2016 2 commits
  8. 20 Apr, 2016 1 commit
  9. 19 Apr, 2016 1 commit
  10. 12 Apr, 2016 1 commit
  11. 11 Apr, 2016 2 commits
  12. 01 Apr, 2016 1 commit
  13. 30 Mar, 2016 2 commits
  14. 29 Mar, 2016 1 commit
  15. 20 Mar, 2016 1 commit
  16. 19 Mar, 2016 2 commits
  17. 18 Mar, 2016 2 commits
  18. 16 Mar, 2016 1 commit
    • Pierre de La Morinerie's avatar
      Fix MergeRequest#source_sha when there is no diff · 18295585
      Pierre de La Morinerie authored
      `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
  19. 11 Mar, 2016 2 commits
  20. 07 Mar, 2016 1 commit
  21. 05 Mar, 2016 1 commit
  22. 04 Mar, 2016 1 commit
  23. 03 Mar, 2016 2 commits
  24. 27 Feb, 2016 1 commit
  25. 19 Feb, 2016 9 commits