Skip to content
Snippets Groups Projects
  1. Aug 02, 2018
  2. Jul 22, 2018
  3. Jul 18, 2018
  4. Jul 13, 2018
  5. Jul 09, 2018
  6. Jul 06, 2018
  7. Jul 05, 2018
  8. Jul 03, 2018
  9. Jun 15, 2018
  10. Jun 13, 2018
  11. Jun 12, 2018
  12. Jun 11, 2018
  13. Jun 08, 2018
  14. Jun 07, 2018
  15. Jun 06, 2018
  16. Jun 05, 2018
  17. Jun 04, 2018
  18. May 29, 2018
  19. May 28, 2018
  20. May 23, 2018
  21. Apr 23, 2018
  22. Apr 19, 2018
    • Kamil Trzcińśki's avatar
      Fix direct_upload when records with null file_store are used · a28f25b5
      Kamil Trzcińśki authored
      Old records have a null value of file_store column.
      This causes the problems with current direct_upload implementation,
      as this makes it to choose Store::REMOTE instead of Store::LOCAL.
      
      This change moves the store save when change saving the object.
      a28f25b5
    • 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
  23. Apr 05, 2018
Loading