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(install): add support for --unsafe install flag #1008

Merged
merged 18 commits into from
Sep 6, 2024

Commits on May 11, 2024

  1. feat(install): add support for --unsafe install

    Signed-off-by: Rajdeep Malakar <[email protected]>
    rustdevbtw committed May 11, 2024
    Configuration menu
    Copy the full SHA
    7235159 View commit details
    Browse the repository at this point in the history
  2. forgot to remove debug

    rustdevbtw authored May 11, 2024
    Configuration menu
    Copy the full SHA
    ae5fa3a View commit details
    Browse the repository at this point in the history
  3. --unsafe takes precedence, not the env

    Signed-off-by: Rajdeep Malakar <[email protected]>
    rustdevbtw committed May 11, 2024
    Configuration menu
    Copy the full SHA
    132605a View commit details
    Browse the repository at this point in the history
  4. let's just warn if deleting cache fails

    Signed-off-by: Rajdeep Malakar <[email protected]>
    rustdevbtw committed May 11, 2024
    Configuration menu
    Copy the full SHA
    31d63d6 View commit details
    Browse the repository at this point in the history
  5. use pre-parsed unsafe flag

    Signed-off-by: Rajdeep Malakar <[email protected]>
    rustdevbtw committed May 11, 2024
    Configuration menu
    Copy the full SHA
    cae08c4 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. do mkdir -p on the expected dir instead of just the cache one (preven…

    …ts nested package caches from failing)
    rustdevbtw authored May 12, 2024
    Configuration menu
    Copy the full SHA
    09b1e76 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. improve it

    rustdevbtw authored May 14, 2024
    Configuration menu
    Copy the full SHA
    b8dd655 View commit details
    Browse the repository at this point in the history
  2. use Config and Path hooks

    rustdevbtw authored May 14, 2024
    Configuration menu
    Copy the full SHA
    b2c483c View commit details
    Browse the repository at this point in the history
  3. fix script invocations

    jhheider authored May 14, 2024
    Configuration menu
    Copy the full SHA
    8dc97eb View commit details
    Browse the repository at this point in the history
  4. linter making more work

    jhheider authored May 14, 2024
    Configuration menu
    Copy the full SHA
    963bce6 View commit details
    Browse the repository at this point in the history
  5. a few more

    jhheider authored May 14, 2024
    Configuration menu
    Copy the full SHA
    a5ab5db View commit details
    Browse the repository at this point in the history
  6. last one

    jhheider authored May 14, 2024
    Configuration menu
    Copy the full SHA
    b39b3c3 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    d3f2779 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5366c08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    322d14d View commit details
    Browse the repository at this point in the history
  4. fix it

    rustdevbtw authored May 15, 2024
    Configuration menu
    Copy the full SHA
    22f7a97 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. figure out what's managed by pkgx, but with comments.

    Signed-off-by: Rajdeep Malakar <[email protected]>
    rustdevbtw committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f33e732 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Merge branch 'main' into main

    mxcl authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5b69c95 View commit details
    Browse the repository at this point in the history