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

Migrate to Vite for bundling and allow to share modules #43553

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Jun 17, 2024

  1. feat!: Migrate from webpack to vite for bundling

    Also use patched `davclient.js` package
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a68e4a5 View commit details
    Browse the repository at this point in the history
  2. fix: Remove now unneeded webpack nounce configuration

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    78240db View commit details
    Browse the repository at this point in the history
  3. fix!: Split legacy dependency modules into own chunk

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f23ebda View commit details
    Browse the repository at this point in the history
  4. fix: Set up module-preload for Vite

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ca12c7f View commit details
    Browse the repository at this point in the history
  5. feat: Allow sharing JavaScript modules across apps and core

    Initially `vue` and `@nextcloud/vue` are shared by server core.
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    24b493e View commit details
    Browse the repository at this point in the history
  6. fix(settings): Adjust invalid import

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e71a45a View commit details
    Browse the repository at this point in the history
  7. fix: Precompile systemtags handlebars templates

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7d2f511 View commit details
    Browse the repository at this point in the history
  8. fix(UnifiedSearch): Fix imports to work without implicit window as `g…

    …lobalThis`
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9806dec View commit details
    Browse the repository at this point in the history
  9. fix(dashboard): Adjust code to work without implicit window as `globa…

    …lThis`
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    df712c5 View commit details
    Browse the repository at this point in the history
  10. refactor: Remove dependency by using NcIconSvgWrapper

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e736687 View commit details
    Browse the repository at this point in the history
  11. fix: Try to fix karma to run with modules

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c7d80ac View commit details
    Browse the repository at this point in the history
  12. chore: Compile assets

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b8e9494 View commit details
    Browse the repository at this point in the history