BigW Consortium Gitlab

  1. 25 Jan, 2017 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 2 commits
  5. 11 Aug, 2016 1 commit
  6. 09 Aug, 2016 1 commit
  7. 01 Apr, 2016 1 commit
    • Added & use Gitlab::Routing for URL helpers · 84b0ab77
      Yorick Peterse authored
      Rails' "url_helpers" method creates an anonymous Module (which a bunch
      of methods) on every call. By caching the output of this method in a
      dedicated method we can shave off about 10 seconds of loading time for
      an issue with around 200 comments.
  8. 09 Dec, 2015 1 commit
  9. 26 Aug, 2015 1 commit
  10. 02 Aug, 2015 1 commit
  11. 01 Jul, 2015 1 commit
  12. 22 Jun, 2015 2 commits
  13. 27 Apr, 2015 1 commit
  14. 12 Feb, 2015 1 commit
  15. 14 Dec, 2013 1 commit
  16. 21 Mar, 2013 1 commit
  17. 23 Jan, 2013 1 commit
  18. 04 Jan, 2013 1 commit
  19. 25 Dec, 2012 1 commit
  20. 04 Oct, 2012 2 commits
  21. 26 Sep, 2012 3 commits