Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Feb 15, 2020
  3. Jan 29, 2020
  4. Jan 06, 2020
  5. Dec 17, 2019
  6. Oct 04, 2019
  7. Jul 05, 2019
  8. Jun 07, 2019
  9. Jun 03, 2019
  10. Apr 17, 2019
    • Denys Mishunov's avatar
      Stores 'binary' and 'rawPath' attr after upload · 166c3ea2
      Denys Mishunov authored
      - When uploading a file, we need to flag binary files correspondingly
      so that it gets propagated all the way to RepoEditor as it decides on
      whether to show editor for this or that file or not (shouldHideEditor())
      
      - rawPath needs to be propagate all the way to ContentViewer as well so
      that uploaded images could be rendered as a base64 image right away
      instead of raw base64 string
      166c3ea2
  11. Apr 03, 2019
  12. Mar 07, 2019
    • 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
  13. Jan 25, 2019
  14. Oct 10, 2018
  15. Jul 26, 2018
  16. Jul 06, 2018
  17. Jun 25, 2018
  18. Jun 15, 2018
  19. Jun 08, 2018
  20. Jun 07, 2018
  21. May 29, 2018
  22. May 09, 2018
  23. May 01, 2018
  24. Apr 23, 2018
  25. Apr 16, 2018
  26. Apr 11, 2018
  27. Apr 06, 2018
  28. Apr 05, 2018
Loading