BigW Consortium Gitlab

  1. 20 May, 2016 1 commit
  2. 13 May, 2016 1 commit
  3. 09 May, 2016 1 commit
    • Remove the annotate gem and delete old annotations · f1479b56
      Jeroen van Baarsen authored
      In 8278b763 the default behaviour of annotation
      has changes, which was causing a lot of noise in diffs. We decided in #17382
      that it is better to get rid of the whole annotate gem, and instead let people
      look at schema.rb for the columns in a table.
      
      Fixes: #17382
  4. 08 May, 2016 1 commit
    • 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.
  5. 06 May, 2016 1 commit
  6. 20 Apr, 2016 1 commit
  7. 19 Apr, 2016 1 commit
  8. 12 Apr, 2016 1 commit
  9. 11 Apr, 2016 2 commits
  10. 01 Apr, 2016 1 commit
  11. 30 Mar, 2016 2 commits
  12. 29 Mar, 2016 1 commit
  13. 20 Mar, 2016 1 commit
  14. 19 Mar, 2016 2 commits
  15. 18 Mar, 2016 2 commits
  16. 16 Mar, 2016 1 commit
    • 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.
  17. 11 Mar, 2016 2 commits
  18. 07 Mar, 2016 1 commit
  19. 05 Mar, 2016 1 commit
  20. 04 Mar, 2016 1 commit
  21. 03 Mar, 2016 2 commits
  22. 27 Feb, 2016 1 commit
  23. 19 Feb, 2016 9 commits
  24. 18 Feb, 2016 1 commit
  25. 10 Feb, 2016 2 commits