BigW Consortium Gitlab

  1. 19 Apr, 2016 1 commit
    • Configuring of points per UDP packet · 229f3ce9
      Yorick Peterse authored
      This allows users to configure the number of points stored in a single
      UDP packet. This in turn can be used to reduce the number of UDP packets
      being sent at the cost of these packets being somewhat larger.
      
      The default setting is 1 point per packet so nothing changes for
      existing users.
  2. 18 Apr, 2016 3 commits
  3. 12 Apr, 2016 3 commits
  4. 05 Apr, 2016 1 commit
    • Standardize the way we check for and display form errors · 7a2370f7
      Robert Speicher authored
      - Some views had a "Close" button. We've removed this, because we don't
        want users accidentally hiding the validation errors and not knowing
        what needs to be fixed.
      - Some views used `li`, some used `p`, some used `span`. We've
        standardized on `li`.
      - Some views only showed the first error. We've standardized on showing
        all of them.
      - Some views added an `#error_explanation` div, which we've made
        standard.
  5. 31 Mar, 2016 1 commit
  6. 10 Mar, 2016 1 commit
  7. 09 Feb, 2016 1 commit
  8. 02 Feb, 2016 1 commit
  9. 01 Feb, 2016 1 commit
  10. 28 Jan, 2016 1 commit
  11. 26 Jan, 2016 2 commits
  12. 20 Jan, 2016 3 commits
  13. 18 Jan, 2016 1 commit
  14. 13 Jan, 2016 1 commit
  15. 06 Jan, 2016 1 commit
  16. 01 Jan, 2016 1 commit
  17. 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.
  18. 28 Dec, 2015 2 commits
  19. 24 Dec, 2015 1 commit
  20. 08 Dec, 2015 1 commit
  21. 10 Nov, 2015 1 commit
    • 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
  22. 05 Nov, 2015 1 commit
  23. 18 Oct, 2015 1 commit
  24. 08 Oct, 2015 1 commit
  25. 05 Oct, 2015 1 commit
  26. 20 Sep, 2015 1 commit
  27. 18 Sep, 2015 2 commits
  28. 20 Aug, 2015 1 commit
  29. 18 Aug, 2015 1 commit
  30. 10 Jul, 2015 1 commit
  31. 24 Jun, 2015 1 commit