BigW Consortium Gitlab

  1. 01 Mar, 2017 1 commit
  2. 23 Feb, 2017 2 commits
  3. 06 Nov, 2016 2 commits
  4. 14 Oct, 2016 1 commit
  5. 11 Oct, 2016 1 commit
    • Allow browsing branches that end with '.atom' · 1022456b
      Sean McGivern authored
      We need to do two things to support this:
      
      1. Simplify the regex capture in the routing for the CommitsController
         to not exclude the '.atom' suffix. That's a perfectly valid git
         branch name, so we shouldn't blow up if we get it.
      2. Because Rails now can't automatically detect the request format, add
         some code to do so in `ExtractPath` when there is no path. This means
         that, given branches 'foo' and 'foo.atom', the Atom feed for the
         former is unroutable. To fix this: don't do that! Give the branches
         different names!
  6. 24 Aug, 2016 1 commit
  7. 19 Aug, 2016 1 commit
  8. 11 Aug, 2016 1 commit
  9. 13 Oct, 2015 1 commit
  10. 02 Aug, 2015 1 commit
  11. 01 Jul, 2015 1 commit
  12. 14 Feb, 2015 1 commit
    • Upgrade to Rails 4.1.9 · 76aad9b7
      Vinnie Okada authored
      Make the following changes to deal with new behavior in Rails 4.1.2:
      
      * Use nested resources to avoid slashes in arguments to path helpers.
  13. 26 Jan, 2015 1 commit
  14. 04 Feb, 2014 1 commit
  15. 01 Oct, 2013 2 commits
  16. 21 Aug, 2013 2 commits
  17. 05 Aug, 2013 1 commit
  18. 13 May, 2013 2 commits
  19. 25 Apr, 2013 1 commit
  20. 02 Apr, 2013 2 commits
  21. 01 Apr, 2013 1 commit
  22. 31 Mar, 2013 2 commits
  23. 21 Mar, 2013 1 commit
  24. 06 Mar, 2013 1 commit
  25. 01 Mar, 2013 1 commit
  26. 05 Feb, 2013 1 commit
  27. 30 Jan, 2013 1 commit
  28. 23 Jan, 2013 1 commit
  29. 09 Jan, 2013 1 commit
  30. 04 Jan, 2013 1 commit
    • Fixing request.fullpath URL encoding · fd4bcd9f
      Wouter D'Haeseleer authored
      Let's assume your path is = "project/tree/master/This%20Is%20valid"
      In this case gitlab renders a 404.
      
      To fix this we should decode the path so that it looks like
      "project/tree/master/This Is valid"
  31. 03 Jan, 2013 1 commit
  32. 02 Jan, 2013 1 commit
  33. 25 Dec, 2012 1 commit