BigW Consortium Gitlab

  1. 16 Nov, 2015 1 commit
  2. 15 Oct, 2015 1 commit
    • Added rack-lineprof for development · d4832b03
      Yorick Peterse authored
      This can be used to measure the time (roughly) spent on a per line
      basis. This can also be used to measure timings for views, for example
      by adding the following to a URL:
      
         ?lineprof=app/views/projects/notes/_note
      
      rack-lineprof is only enabled when:
      
      1. The application runs in development mode
      2. The used Ruby is MRI
      3. The environment variable ENABLE_LINEPROF is set to a non-empty value
  3. 26 Aug, 2015 1 commit
  4. 12 Feb, 2015 1 commit
  5. 18 Nov, 2014 1 commit
  6. 26 Aug, 2014 1 commit
  7. 12 Aug, 2014 1 commit
    • Disable debug assets · 88773498
      Jan-Willem van der Meer authored
      It's good for debugging javacsript, but creates massive amounts of http request
      by adding each javascript individually. Only turn it on while debugging js code.
  8. 26 Jun, 2014 1 commit
  9. 03 Jun, 2014 1 commit
  10. 15 Apr, 2014 1 commit
    • Give the Rails cache its own Redis namespace · 8d78662e
      Jacob Vosmaer authored
      Before this change, Rails cache data was stored in a global Redis
      namespace. As a consequence, clearing the Rails cache (`rake
      cache:clear`) would also delete all Sidekiq queue data and session
      storage. This change puts all Rails cache data in a `cache:gitlab`
      namespace, making `rake cache:clear` safe again.
  11. 24 Mar, 2014 2 commits
  12. 10 Dec, 2013 3 commits
  13. 13 Aug, 2013 1 commit
  14. 08 Jul, 2013 1 commit
  15. 13 Jun, 2013 1 commit
  16. 11 Jun, 2013 1 commit
  17. 05 May, 2013 1 commit
  18. 06 Mar, 2013 1 commit
  19. 18 Nov, 2012 1 commit
  20. 26 Sep, 2012 1 commit
  21. 11 Feb, 2012 1 commit
  22. 27 Nov, 2011 1 commit
  23. 31 Oct, 2011 1 commit
  24. 26 Oct, 2011 1 commit
    • clean-up code · d62200ca
      Nihad Abbasov authored
        * Remove trailing whitespace
        * Converts hard-tabs into two-space soft-tabs
        * Remove consecutive blank lines
  25. 13 Oct, 2011 2 commits
  26. 08 Oct, 2011 1 commit