An error occurred fetching the project authors.
  1. 01 Jun, 2021 2 commits
  2. 27 May, 2021 1 commit
  3. 26 May, 2021 1 commit
    • peterhegman's avatar
      Update VTU to v1.2.0 · 1885b4f0
      peterhegman authored
      Also update `extendedWrapper` to return `ErrorWrapper` if no elements
      are found
      1885b4f0
  4. 25 May, 2021 2 commits
  5. 24 May, 2021 1 commit
  6. 23 May, 2021 1 commit
  7. 21 May, 2021 1 commit
  8. 20 May, 2021 1 commit
  9. 18 May, 2021 1 commit
    • Phil Hughes's avatar
      Added virtual scrolling to diffs · a9ac65c8
      Phil Hughes authored
      This adds virtual scrolling to the diffs app so that we can render
      a lot of diff files in a very fast and performant way.
      Doing virtual scrolling also helps us manage our memory usage a lot
      as we aren't rendering a lot of components into the DOM.
      
      Locally we get a lot of performance gains (close to 20s improvement
      to the TBT time).
      
      For now this is behind a feature flag. The feature flag is there so that this
      can be merged but not enabled until we are sure this is something we
      want.
      
      Closes https://gitlab.com/gitlab-org/gitlab/-/issues/326773
      a9ac65c8
  10. 17 May, 2021 2 commits
  11. 14 May, 2021 1 commit
  12. 13 May, 2021 1 commit
  13. 12 May, 2021 1 commit
  14. 11 May, 2021 2 commits
  15. 10 May, 2021 1 commit
  16. 09 May, 2021 2 commits
  17. 07 May, 2021 1 commit
  18. 06 May, 2021 3 commits
  19. 05 May, 2021 2 commits
  20. 04 May, 2021 1 commit
  21. 03 May, 2021 2 commits
  22. 30 Apr, 2021 1 commit
    • Lukas Eipert's avatar
      Replace node-sass with sass · 53996f25
      Lukas Eipert authored
      The node-sass project is deprecated in favor of sass, written in dart.
      Apparently node-sass doesn't compile for node@16, erroring out for
      community contributors and team members alike. It seems like there is
      not a quick fix available for this:
      
      https://github.com/sass/node-sass/issues/3077
      
      Given that the project is deprecated and we do not really use it for
      anything time sensitive, we can surely just replace node-sass with sass.
      53996f25
  23. 29 Apr, 2021 1 commit
  24. 28 Apr, 2021 4 commits
  25. 26 Apr, 2021 1 commit
  26. 23 Apr, 2021 2 commits
  27. 22 Apr, 2021 1 commit