1. 19 Apr, 2018 1 commit
    • Dylan Griffith's avatar
      Update ProjectStatistics#build_artifacts_size synchronously without summing (#41059) · 03b020f2
      Dylan Griffith authored
      Previously we scheduled a worker to just some this but we were running
      into performance issues when the build table was getting too large. So
      now we've updated the code such that this column is updated immediately
      and incremented/decremented by the correct amount whenever artifacts are
      created or deleted.
      
      We've also added the performance optimization that we do not update this
      statistic if a project is deleted because it could result in many
      updates for a project with many builds.
      03b020f2
  2. 11 Apr, 2018 39 commits