An error occurred fetching the project authors.
  1. 29 May, 2019 1 commit
  2. 07 Mar, 2019 1 commit
    • Paul Slaughter's avatar
      Improve files_decorator performance · c49d4a49
      Paul Slaughter authored
      **How?**
      Previously the files_decorator inserted parent folders inefficiently.
      It started at the first part and ensured each was inserted.
      
      Since the file entries are given to use in alphabetical order, we can
      start at the last part of the blob's parents. If this exists, we can
      short circuit and be done inserting parents.
      
      **What else?**
      - Improve performance of decorateData. The object spread operator is
      not needed because the object is brand new.
      c49d4a49
  3. 15 Nov, 2018 1 commit
  4. 01 Aug, 2018 1 commit
  5. 26 Jul, 2018 1 commit
  6. 29 Jun, 2018 2 commits
  7. 27 Jun, 2018 4 commits
  8. 26 Jun, 2018 1 commit
  9. 29 May, 2018 1 commit
  10. 01 May, 2018 1 commit
  11. 20 Apr, 2018 1 commit
  12. 28 Mar, 2018 5 commits
  13. 20 Mar, 2018 1 commit
  14. 02 Mar, 2018 1 commit
  15. 19 Jan, 2018 1 commit
  16. 21 Dec, 2017 1 commit