An error occurred fetching the project authors.
  1. 20 Jan, 2016 1 commit
  2. 18 Jan, 2016 1 commit
  3. 13 Jan, 2016 1 commit
  4. 06 Jan, 2016 1 commit
  5. 29 Dec, 2015 1 commit
    • Yorick Peterse's avatar
      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.
      620e7bb3
  6. 28 Dec, 2015 2 commits
  7. 24 Dec, 2015 1 commit
  8. 14 Dec, 2015 1 commit
  9. 11 Dec, 2015 1 commit
  10. 10 Nov, 2015 1 commit
    • Kamil Trzcinski's avatar
      Implement Build Artifacts · d0e3e823
      Kamil Trzcinski authored
      - Offloads uploading to GitLab Workhorse
      - Use /authorize request for fast uploading
      - Added backup recipes for artifacts
      - Support download acceleration using X-Sendfile
      d0e3e823
  11. 05 Nov, 2015 1 commit
  12. 08 Oct, 2015 1 commit
  13. 05 Oct, 2015 1 commit
  14. 18 Sep, 2015 2 commits
  15. 20 Aug, 2015 1 commit
  16. 11 Jun, 2015 1 commit
  17. 05 Jun, 2015 1 commit
  18. 29 May, 2015 2 commits
  19. 08 May, 2015 1 commit
  20. 02 May, 2015 1 commit
  21. 26 Apr, 2015 1 commit
  22. 20 Apr, 2015 1 commit
  23. 02 Apr, 2015 1 commit
  24. 16 Mar, 2015 1 commit
    • Vinnie Okada's avatar
      Fix restricted visibility bugs · 2e672c39
      Vinnie Okada authored
      Check for nil values in the restricted_visibility_level validation
      method, and set the restricted visibility request parameter to `[]` when
      it's missing from the request.
      2e672c39
  25. 10 Mar, 2015 1 commit
  26. 07 Mar, 2015 1 commit
  27. 13 Feb, 2015 1 commit
  28. 25 Jan, 2015 1 commit
  29. 17 Jan, 2015 1 commit
  30. 08 Jan, 2015 3 commits