Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[full-ci] Various performance and structure optimizations #5194

Merged
merged 39 commits into from
Jun 18, 2021

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    ccbe013 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71f7c79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65efc27 View commit details
    Browse the repository at this point in the history
  4. fix unnecessary usage of var

    fix linebreaks reported by eslint
    fix wrong array find usage
    fix unnecessary usage of map without return value
    fschade committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    d6b4dba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3528ef View commit details
    Browse the repository at this point in the history
  6. basic cache implementation

    fschade committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    b8f2a36 View commit details
    Browse the repository at this point in the history
  7. add elementIsVisible util which enables us to only run functions if a…

    … element enters or exiting other element like viewport
    fschade committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    255adb0 View commit details
    Browse the repository at this point in the history
  8. make it possible for visibility observer to observe multiple elements…

    … with one intersectionObserver
    
    make it possible for visibility observer callbacks to be called n times
    restructure web-pkg
    fschade committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    4b40edf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    161d50f View commit details
    Browse the repository at this point in the history
  10. forgot to add new files

    fschade committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    e7701f3 View commit details
    Browse the repository at this point in the history
  11. mock IntersectionObserver

    fschade committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    472c55b View commit details
    Browse the repository at this point in the history
  12. remove unused files

    fschade committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    e5ce4b6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7fdbeab View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7710c20 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4656491 View commit details
    Browse the repository at this point in the history
  16. fix cache evict and ttl

    fschade committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    d556f83 View commit details
    Browse the repository at this point in the history
  17. add constants for most used image dimensions

    update test naming
    add avatarUrl unit tests
    add axios mock
    fschade committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    b58fedf View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9dacc9a View commit details
    Browse the repository at this point in the history
  19. fix lint glob

    fschade committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    02fbedc View commit details
    Browse the repository at this point in the history
  20. test avatarUrl caching

    fschade committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    d7aac09 View commit details
    Browse the repository at this point in the history
  21. use lodash debounce instead of own debounce implementation

    test cache clear function
    fix declaration error in file constants
    fschade committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    ec21f7e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bf47164 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    926a9a4 View commit details
    Browse the repository at this point in the history
  24. add cache spec

    add client spec
    fschade committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    8d430a0 View commit details
    Browse the repository at this point in the history
  25. fix 0 falsy eval in buildQueryString

    add buildQueryString tests
    fschade committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    65b8932 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    127920f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1f4a5d1 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cad9c19 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    3a19aa6 View commit details
    Browse the repository at this point in the history
  30. fix client cancel token bug

    add httpclient tests
    fschade committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    7e9ed3b View commit details
    Browse the repository at this point in the history
  31. remove code smell

    fschade committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    7ac1472 View commit details
    Browse the repository at this point in the history
  32. fix lint errors

    fschade committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    d03566f View commit details
    Browse the repository at this point in the history
  33. rebase and restructure tests

    fschade committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    248f921 View commit details
    Browse the repository at this point in the history
  34. return from accessibleBreadcrumb_focusAndAnnounceBreadcrumb early if …

    …no activeBreadcrumbItem is available
    fschade committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    a9291ba View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    a6bd834 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    8c2de18 View commit details
    Browse the repository at this point in the history
  37. Use share id as resource id

    kulmann committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    cac97c8 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    758eb69 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    e468d99 View commit details
    Browse the repository at this point in the history