1. 12 5月, 2016 10 次提交
  2. 19 4月, 2016 1 次提交
    • Y
      Configuring of points per UDP packet · 229f3ce9
      Yorick Peterse 提交于
      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.
      229f3ce9
  3. 18 4月, 2016 3 次提交
  4. 13 4月, 2016 1 次提交
  5. 12 4月, 2016 2 次提交
  6. 05 4月, 2016 1 次提交
    • R
      Standardize the way we check for and display form errors · 7a2370f7
      Robert Speicher 提交于
      - 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
  7. 01 4月, 2016 1 次提交
  8. 10 3月, 2016 1 次提交
  9. 09 2月, 2016 1 次提交
  10. 02 2月, 2016 1 次提交
  11. 01 2月, 2016 1 次提交
  12. 29 1月, 2016 1 次提交
  13. 26 1月, 2016 2 次提交
  14. 20 1月, 2016 3 次提交
  15. 19 1月, 2016 1 次提交
  16. 13 1月, 2016 1 次提交
  17. 07 1月, 2016 1 次提交
  18. 01 1月, 2016 1 次提交
  19. 29 12月, 2015 3 次提交
  20. 25 12月, 2015 1 次提交
  21. 09 12月, 2015 1 次提交
  22. 10 11月, 2015 1 次提交
    • K
      Implement Build Artifacts · d0e3e823
      Kamil Trzcinski 提交于
      - Offloads uploading to GitLab Workhorse
      - Use /authorize request for fast uploading
      - Added backup recipes for artifacts
      - Support download acceleration using X-Sendfile
      d0e3e823
  23. 06 11月, 2015 1 次提交