BigW Consortium Gitlab

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