BigW Consortium Gitlab

  1. 05 Jul, 2016 2 commits
  2. 30 Jun, 2016 1 commit
  3. 08 Jun, 2016 1 commit
    • Allow custom text on 'almost there' page · 40b6d906
      Sean McGivern authored
      Add a new application setting, after_sign_up_text. This is text to be
      rendered as Markdown and shown on the 'almost there' page after a user
      signs up, but before they've confirmed their account.
      
      Tweak the styles for that page so that centered lists look reasonable.
  4. 03 Jun, 2016 2 commits
  5. 31 May, 2016 1 commit
  6. 16 May, 2016 2 commits
  7. 12 May, 2016 5 commits
  8. 10 May, 2016 1 commit
  9. 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.
  10. 18 Apr, 2016 1 commit
  11. 13 Apr, 2016 1 commit
  12. 12 Apr, 2016 2 commits
  13. 31 Mar, 2016 1 commit
  14. 10 Mar, 2016 1 commit
  15. 09 Feb, 2016 1 commit
  16. 02 Feb, 2016 1 commit
  17. 28 Jan, 2016 1 commit
  18. 20 Jan, 2016 1 commit
  19. 18 Jan, 2016 1 commit
  20. 13 Jan, 2016 1 commit
  21. 06 Jan, 2016 1 commit
  22. 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.
  23. 28 Dec, 2015 2 commits
  24. 24 Dec, 2015 1 commit
  25. 14 Dec, 2015 1 commit
  26. 11 Dec, 2015 1 commit
  27. 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
  28. 05 Nov, 2015 1 commit
  29. 08 Oct, 2015 1 commit
  30. 05 Oct, 2015 1 commit
  31. 18 Sep, 2015 1 commit