BigW Consortium Gitlab

  1. 18 May, 2016 1 commit
    • Maintain commit order in MRs · 27fdd3fe
      Sean McGivern authored
      `Gitlab::Git::Compare` will already have the correct order; sorting in
      Ruby can only ruin that. (The correct order being the same as `git log`
      - reverse chronological while maintaining the commit graph.)
      
      As an example, imagine a branch where someone has their system clock set
      wrong for some of the commits. Not only will those commits be in the
      wrong order - which is maybe reasonable - but sorting in Ruby can also
      put commits with the same timestamp out of order, as Ruby's sorting
      isn't stable.
  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. 06 May, 2016 1 commit
  5. 19 Apr, 2016 1 commit
  6. 04 Mar, 2016 1 commit
  7. 03 Mar, 2016 1 commit
  8. 27 Jan, 2016 1 commit
  9. 20 Jan, 2016 1 commit
  10. 13 Nov, 2015 1 commit
  11. 20 Oct, 2015 1 commit
  12. 16 Oct, 2015 1 commit
  13. 03 Oct, 2015 1 commit
  14. 25 Sep, 2015 1 commit
  15. 11 Aug, 2015 3 commits
  16. 07 Aug, 2015 1 commit
  17. 16 Jul, 2015 1 commit
  18. 15 Jul, 2015 3 commits
  19. 24 Apr, 2015 1 commit
  20. 05 Feb, 2015 1 commit
  21. 10 Oct, 2014 1 commit
  22. 25 Aug, 2014 1 commit
  23. 29 Jul, 2014 1 commit
  24. 26 Jun, 2014 1 commit
  25. 07 May, 2014 1 commit
  26. 14 Apr, 2014 1 commit
  27. 11 Apr, 2014 1 commit
  28. 09 Apr, 2014 1 commit
  29. 27 Feb, 2014 1 commit
  30. 12 Feb, 2014 1 commit
  31. 22 Jan, 2014 2 commits