BigW Consortium Gitlab

  1. 03 Jun, 2016 1 commit
  2. 02 Jun, 2016 1 commit
  3. 24 May, 2016 1 commit
  4. 19 May, 2016 2 commits
  5. 11 May, 2016 1 commit
    • Only generate repository push email once · 5f27e26b
      Sean McGivern authored
      The repository push email can be very expensive to generate, especially
      with syntax-highlighted diffs. Instead of generating the email for each
      recipient, generate one email object and reset the Message-Id and To
      headers for each recipient. (Cloning would also be expensive in the case
      of large emails, although probably not as bad as generating from
      scratch.)
  6. 26 Apr, 2016 2 commits
  7. 18 Apr, 2016 2 commits
  8. 13 Apr, 2016 2 commits
  9. 12 Apr, 2016 2 commits
  10. 11 Apr, 2016 1 commit
  11. 06 Apr, 2016 1 commit
  12. 04 Apr, 2016 1 commit
  13. 01 Apr, 2016 1 commit
  14. 27 Mar, 2016 1 commit
  15. 19 Mar, 2016 1 commit
    • Cache output of Repository#exists? · 68a4c98f
      Yorick Peterse authored
      This caches the output of Repository#exists? in Redis while making sure
      it's flushed properly when creating new repositories, deleting them,
      etc.
      
      For the ProjectWiki tests to work I had to make ProjectWiki#create_repo!
      public as testing private methods in RSpec is a bit of a pain.
  16. 15 Mar, 2016 5 commits
  17. 10 Mar, 2016 1 commit
  18. 17 Feb, 2016 1 commit
  19. 29 Dec, 2015 1 commit
    • Write to InfluxDB directly via UDP · 620e7bb3
      Yorick Peterse authored
      This removes the need for Sidekiq and any overhead/problems introduced
      by TCP. There are a few things to take into account:
      
      1. When writing data to InfluxDB you may still get an error if the
         server becomes unavailable during the write. Because of this we're
         catching all exceptions and just ignore them (for now).
      2. Writing via UDP apparently requires the timestamp to be in
         nanoseconds. Without this data either isn't written properly.
      3. Due to the restrictions on UDP buffer sizes we're writing metrics one
         by one, instead of writing all of them at once.
  20. 28 Dec, 2015 1 commit
  21. 17 Dec, 2015 3 commits
  22. 15 Dec, 2015 1 commit
  23. 10 Dec, 2015 2 commits
  24. 30 Nov, 2015 1 commit
  25. 18 Nov, 2015 1 commit
  26. 03 Nov, 2015 1 commit
  27. 14 Oct, 2015 1 commit
  28. 21 Sep, 2015 1 commit