1. 22 3月, 2018 2 次提交
  2. 21 3月, 2018 2 次提交
  3. 14 3月, 2018 2 次提交
  4. 07 3月, 2018 1 次提交
  5. 15 1月, 2018 1 次提交
  6. 22 12月, 2017 1 次提交
  7. 18 12月, 2017 1 次提交
  8. 14 12月, 2017 1 次提交
  9. 06 12月, 2017 1 次提交
  10. 30 11月, 2017 1 次提交
  11. 28 11月, 2017 2 次提交
  12. 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
  13. 16 11月, 2017 1 次提交
  14. 05 10月, 2017 1 次提交
  15. 18 9月, 2017 1 次提交
  16. 14 9月, 2017 1 次提交
  17. 07 9月, 2017 2 次提交
  18. 06 9月, 2017 1 次提交
  19. 01 9月, 2017 4 次提交
  20. 31 8月, 2017 1 次提交
  21. 26 8月, 2017 2 次提交
  22. 23 8月, 2017 1 次提交
  23. 03 8月, 2017 2 次提交
  24. 28 7月, 2017 2 次提交
  25. 27 7月, 2017 1 次提交
  26. 18 7月, 2017 1 次提交
  27. 05 7月, 2017 3 次提交