BigW Consortium Gitlab

  1. 26 Jan, 2018 1 commit
  2. 14 Jan, 2018 1 commit
  3. 08 Jan, 2018 1 commit
  4. 04 Jan, 2018 2 commits
  5. 22 Dec, 2017 2 commits
  6. 18 Dec, 2017 1 commit
  7. 14 Dec, 2017 2 commits
  8. 11 Dec, 2017 1 commit
  9. 07 Dec, 2017 2 commits
  10. 06 Dec, 2017 7 commits
  11. 05 Dec, 2017 1 commit
  12. 03 Dec, 2017 8 commits
  13. 30 Nov, 2017 1 commit
  14. 28 Nov, 2017 2 commits
  15. 27 Nov, 2017 1 commit
  16. 21 Nov, 2017 1 commit
    • Use arrays in Pipeline#latest_builds_with_artifacts · 54f1e406
      Yorick Peterse authored
      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.
  17. 16 Nov, 2017 1 commit
  18. 06 Nov, 2017 2 commits
  19. 05 Nov, 2017 1 commit
  20. 04 Nov, 2017 1 commit
  21. 21 Oct, 2017 1 commit