Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Jan 21, 2020
  3. Dec 18, 2019
  4. Dec 17, 2019
  5. Dec 16, 2019
  6. Nov 16, 2019
  7. Nov 07, 2019
  8. Oct 04, 2019
  9. Aug 12, 2019
  10. Jul 23, 2019
  11. Jul 19, 2019
  12. Jul 18, 2019
  13. Jul 02, 2019
    • Denys Mishunov's avatar
      Allow adding new entries to existing path · 5a7834e5
      Denys Mishunov authored
      If an entry has been removed from the tree and later, during the same
      session, a user is trying to add a new item with the same name/path we
      should allow for that as long as the original entry is marked with
      `deleted`.
      5a7834e5
  14. Jun 26, 2019
  15. Jun 17, 2019
  16. Apr 24, 2019
  17. 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
  18. Apr 04, 2019
    • Denys Mishunov's avatar
      Set tree list accounting for already-opened files · 5e0423eb
      Denys Mishunov authored
      Since we can create files from URL now, this means that these files will
      not exist in the tree returned from API: they exist on the client
      only before the first commit. In order to still show the newly-created
      files in the tree, we should not override the tree, but merge the tree
      existing on the client and the one coming from API.
      
      Changelog entry
      
      Moved trees merging into mutation
      5e0423eb
  19. 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
  20. Aug 02, 2018
  21. Aug 01, 2018
  22. Jul 30, 2018
  23. Jul 26, 2018
  24. Jun 27, 2018
  25. Jun 15, 2018
  26. Jun 13, 2018
  27. May 10, 2018
  28. May 01, 2018
  29. Apr 20, 2018
  30. Apr 18, 2018
  31. Apr 16, 2018
  32. Apr 06, 2018
Loading