1. 18 12月, 2017 1 次提交
  2. 14 12月, 2017 1 次提交
  3. 06 12月, 2017 1 次提交
  4. 30 11月, 2017 1 次提交
  5. 28 11月, 2017 2 次提交
  6. 22 11月, 2017 1 次提交
    • Y
      Use arrays in Pipeline#latest_builds_with_artifacts · 54f1e406
      Yorick Peterse 提交于
      This changes Ci::Pipeline#latest_builds_with_artifacts so it returns an
      Array instead of a relation. Whenever we use this data we do so in two
      steps:
      
      1. Count the number of rows
      2. If this number is greater than 0, iterate over the rows
      
      By returning an Array instead we only execute 1 query of which the total
      time/work is less than running either just a COUNT(*) or both queries
      (in the worst case).
      
      On GitLab.com this change should save us a few milliseconds per request
      to ProjectsController#show.
      54f1e406
  7. 16 11月, 2017 1 次提交
  8. 05 10月, 2017 1 次提交
  9. 18 9月, 2017 1 次提交
  10. 14 9月, 2017 1 次提交
  11. 07 9月, 2017 2 次提交
  12. 06 9月, 2017 1 次提交
  13. 01 9月, 2017 4 次提交
  14. 31 8月, 2017 1 次提交
  15. 26 8月, 2017 2 次提交
  16. 23 8月, 2017 1 次提交
  17. 03 8月, 2017 2 次提交
  18. 28 7月, 2017 2 次提交
  19. 27 7月, 2017 1 次提交
  20. 18 7月, 2017 1 次提交
  21. 05 7月, 2017 3 次提交
  22. 04 7月, 2017 2 次提交
  23. 30 6月, 2017 1 次提交
  24. 28 6月, 2017 1 次提交
  25. 27 6月, 2017 1 次提交
    • Z
      Split pipelines by origin on usage data · 44470068
      Z.J. van de Weg 提交于
      When sending the usage data, it now includes all pipelines. This commit
      will split the pipelines in two; internal and external.
      
      This will lead to historical data being incorrectly marked this way.
      
      Fixes gitlab-org/gitlab-ce#33172
      44470068
  26. 21 6月, 2017 1 次提交
  27. 15 6月, 2017 1 次提交
  28. 06 6月, 2017 1 次提交
  29. 05 6月, 2017 1 次提交