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

fix(cli): fix migration from globalShortcut to global-shortcut #9262

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    2e76da2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1977f87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d59f093 View commit details
    Browse the repository at this point in the history
  4. Update and rename fix-cli-migrate-global-shortcut.md to fix-cli-migra…

    …te-global-shortcut-and-skip-app.md
    i-c-b committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b58bf06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fc68ff View commit details
    Browse the repository at this point in the history
  6. ignore all core modules, fix cargo global-shortcut package name

    Ignoring all core modules allows for the command to be re-run multiple times without strange mutations.
    i-c-b committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5b7b8e2 View commit details
    Browse the repository at this point in the history
  7. fix capabilities when running tauri migrate multiple times

    Running `tauri migrate` more than once would wipe previously migrated capabilities.
    i-c-b committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    10c43ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    60ed670 View commit details
    Browse the repository at this point in the history
  9. Rename fix-cli-migrate-global-shortcut-and-skip-app.md to fix-cli-mul…

    …ti-run-migrate-and-package-names.md
    i-c-b committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2398b3f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. move permissions inside check for existing migrated ACL file

    Vector allocation and cloning is an expensive operation.
    i-c-b committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5e92fd8 View commit details
    Browse the repository at this point in the history