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

feat(manager/copier): Implement manager #29215

Merged
merged 11 commits into from
Aug 6, 2024

Commits on May 22, 2024

  1. Add copier manager

    lkubb committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ad3df33 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    6714ac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c6c6d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd13a44 View commit details
    Browse the repository at this point in the history
  4. Don't catch errors when building command

    ... since we don't expect any now.
    lkubb committed May 26, 2024
    Configuration menu
    Copy the full SHA
    2277d5a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

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

Commits on Jul 1, 2024

  1. Apply review comments

    * correctly inquire for `allowScripts`
    * respect `ignoreScripts`
    * only log to debug
    lkubb committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f739dc2 View commit details
    Browse the repository at this point in the history
  2. Support dynamic install

    lkubb committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    a24c47d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Account for renames

    In case of simple renames, `git status` might detect it. It's not
    reported in the other fields, so we need to account for that.
    lkubb committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ac18562 View commit details
    Browse the repository at this point in the history
  2. Apply review comments

    lkubb committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    62d191c View commit details
    Browse the repository at this point in the history
  3. Apply review comments

    lkubb committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7da0152 View commit details
    Browse the repository at this point in the history