Skip to content
Snippets Groups Projects
  1. Dec 13, 2019
  2. Dec 07, 2019
  3. Oct 04, 2019
  4. 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
  5. Jun 26, 2019
  6. Jun 25, 2019
  7. Jun 07, 2019
  8. May 29, 2019
  9. 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
  10. 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
  11. Mar 04, 2019
  12. Sep 28, 2018
  13. Sep 07, 2018
  14. Aug 02, 2018
  15. Aug 01, 2018
  16. Jul 30, 2018
  17. Jul 26, 2018
  18. Jul 11, 2018
  19. Jun 27, 2018
  20. May 29, 2018
  21. May 24, 2018
  22. May 04, 2018
  23. May 03, 2018
  24. Apr 23, 2018
  25. Apr 19, 2018
  26. Apr 18, 2018
  27. Apr 16, 2018
    • Phil Hughes's avatar
      correctly show the dropdown with `t` keypress · d32eaee2
      Phil Hughes authored
      added arrow key navigation in the dropdown
      enter & click open the file
      highlight occurrences of the searched text in the drppdown item
      fixed some performance issues when rendering
      limit the dropdown items to a maximum of 20 - this may change to more
      depending on other performance changes
      Unverified
      d32eaee2
  28. Mar 28, 2018
  29. Mar 22, 2018
Loading