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

chore(Turborepo): Move more CLI stuff out of run code #7085

Merged
merged 14 commits into from
Jan 25, 2024

Commits on Jan 23, 2024

  1. Move api_auth and api_client out of run

    Greg Soltis authored and Greg Soltis committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    2903c4b View commit details
    Browse the repository at this point in the history
  2. Remove lifetime from opts

    Greg Soltis authored and Greg Soltis committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e456a5c View commit details
    Browse the repository at this point in the history
  3. Move opts onto run

    Greg Soltis authored and Greg Soltis committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    871b63c View commit details
    Browse the repository at this point in the history
  4. Attach api_auth to run

    Greg Soltis authored and Greg Soltis committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    72f27ff View commit details
    Browse the repository at this point in the history
  5. Move remote cache signature out of run

    Greg Soltis authored and Greg Soltis committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    58a43e9 View commit details
    Browse the repository at this point in the history
  6. Drop debug line

    Greg Soltis authored and Greg Soltis committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1f592ff View commit details
    Browse the repository at this point in the history
  7. Clippy

    Greg Soltis authored and Greg Soltis committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    922c5d7 View commit details
    Browse the repository at this point in the history
  8. Handle run errors more generically

    Greg Soltis authored and Greg Soltis committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    da304a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Clippy

    Greg Soltis authored and Greg Soltis committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    94f5c19 View commit details
    Browse the repository at this point in the history
  2. Drop unnecessary opts param

    Greg Soltis authored and Greg Soltis committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    def256a View commit details
    Browse the repository at this point in the history
  3. Make remote cache opts team id an option, and rename it to indicate i…

    …t's unused
    Greg Soltis authored and Greg Soltis committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    3cd8e0c View commit details
    Browse the repository at this point in the history
  4. Move error log line to inspect_err

    Greg Soltis authored and Greg Soltis committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    65242b5 View commit details
    Browse the repository at this point in the history
  5. Move inspect calls up a level

    Greg Soltis authored and Greg Soltis committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    bc91fc6 View commit details
    Browse the repository at this point in the history
  6. Clippy

    Greg Soltis authored and Greg Soltis committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    3a4b006 View commit details
    Browse the repository at this point in the history