BigW Consortium Gitlab

  1. 14 Oct, 2016 1 commit
  2. 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!
  3. 24 Aug, 2016 1 commit
  4. 19 Aug, 2016 1 commit
  5. 11 Aug, 2016 1 commit
  6. 13 Oct, 2015 1 commit
  7. 02 Aug, 2015 1 commit
  8. 01 Jul, 2015 1 commit
  9. 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.
  10. 26 Jan, 2015 1 commit
  11. 04 Feb, 2014 1 commit
  12. 01 Oct, 2013 2 commits
  13. 21 Aug, 2013 2 commits
  14. 05 Aug, 2013 1 commit
  15. 13 May, 2013 2 commits
  16. 25 Apr, 2013 1 commit
  17. 02 Apr, 2013 2 commits
  18. 01 Apr, 2013 1 commit
  19. 31 Mar, 2013 2 commits
  20. 21 Mar, 2013 1 commit
  21. 06 Mar, 2013 1 commit
  22. 01 Mar, 2013 1 commit
  23. 05 Feb, 2013 1 commit
  24. 30 Jan, 2013 1 commit
  25. 23 Jan, 2013 1 commit
  26. 09 Jan, 2013 1 commit
  27. 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"
  28. 03 Jan, 2013 1 commit
  29. 02 Jan, 2013 1 commit
  30. 25 Dec, 2012 1 commit
  31. 04 Oct, 2012 2 commits
  32. 26 Sep, 2012 3 commits