An error occurred fetching the project authors.
  1. 05 Apr, 2016 1 commit
    • Robert Speicher's avatar
      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.
      7a2370f7
  2. 31 Mar, 2016 1 commit
  3. 10 Mar, 2016 1 commit
  4. 09 Feb, 2016 1 commit
  5. 02 Feb, 2016 1 commit
  6. 01 Feb, 2016 1 commit
  7. 28 Jan, 2016 1 commit
  8. 26 Jan, 2016 2 commits
  9. 20 Jan, 2016 3 commits
  10. 18 Jan, 2016 1 commit
  11. 13 Jan, 2016 1 commit
  12. 06 Jan, 2016 1 commit
  13. 01 Jan, 2016 1 commit
  14. 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
  15. 28 Dec, 2015 2 commits
  16. 24 Dec, 2015 1 commit
  17. 08 Dec, 2015 1 commit
  18. 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
  19. 05 Nov, 2015 1 commit
  20. 18 Oct, 2015 1 commit
  21. 08 Oct, 2015 1 commit
  22. 05 Oct, 2015 1 commit
  23. 20 Sep, 2015 1 commit
  24. 18 Sep, 2015 2 commits
  25. 20 Aug, 2015 1 commit
  26. 18 Aug, 2015 1 commit
  27. 10 Jul, 2015 1 commit
  28. 24 Jun, 2015 1 commit
  29. 23 Jun, 2015 2 commits
  30. 11 Jun, 2015 1 commit
  31. 05 Jun, 2015 1 commit
  32. 29 May, 2015 2 commits
  33. 06 May, 2015 1 commit