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

Allow multiple apps in a single command #2861

Merged
merged 30 commits into from
Feb 6, 2023

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    a82ea46 View commit details
    Browse the repository at this point in the history
  2. Normalize line endings

    florelis committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    c7005fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7233a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d85202a View commit details
    Browse the repository at this point in the history
  5. Rename file

    florelis committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    2cdc88c View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Configuration menu
    Copy the full SHA
    f455bd5 View commit details
    Browse the repository at this point in the history
  2. Add unit tests

    florelis committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    db34ed0 View commit details
    Browse the repository at this point in the history
  3. spelling

    florelis committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    77b1303 View commit details
    Browse the repository at this point in the history
  4. Undo unneeded change

    florelis committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    ed96bb1 View commit details
    Browse the repository at this point in the history
  5. Remove extra line

    florelis committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    5133012 View commit details
    Browse the repository at this point in the history
  6. Fix arg parsing

    florelis committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    1069e6f View commit details
    Browse the repository at this point in the history
  7. Fix failing tests

    florelis committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    5dd4949 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Update strings in tests

    florelis committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    e26b6eb View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. if order

    florelis committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    73d7f00 View commit details
    Browse the repository at this point in the history
  2. RemoveArg()

    florelis committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    e27c6e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22355d1 View commit details
    Browse the repository at this point in the history
  4. not found / found multiple

    florelis committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    6c0c508 View commit details
    Browse the repository at this point in the history
  5. Remove multi query from list

    florelis committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    bc882da View commit details
    Browse the repository at this point in the history
  6. Make error more specific

    florelis committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    98c5f05 View commit details
    Browse the repository at this point in the history
  7. Fix import tests

    florelis committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    0ea646d View commit details
    Browse the repository at this point in the history
  8. Fix search request

    florelis committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    1d1f25e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2ba14e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    2ba05d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Build error...

    florelis committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    f73a2f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Merge branch 'master' into multiinstall

    # Conflicts:
    #	src/AppInstallerCLICore/Argument.cpp
    #	src/AppInstallerCLICore/Commands/InstallCommand.cpp
    #	src/AppInstallerCLICore/Commands/UninstallCommand.cpp
    #	src/AppInstallerCLICore/Commands/UpgradeCommand.cpp
    #	src/AppInstallerCLICore/ExecutionArgs.h
    #	src/AppInstallerCLICore/Resources.h
    #	src/AppInstallerCLIPackage/Shared/Strings/en-us/winget.resw
    florelis committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    2a53cec View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    64411f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8951acb View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    8ea449f View commit details
    Browse the repository at this point in the history
  2. Fix tests

    florelis committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8674434 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d8907c View commit details
    Browse the repository at this point in the history