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(cli): log SDK calls when using -vvv #32308

Merged
merged 8 commits into from
Nov 28, 2024
Merged

chore(cli): log SDK calls when using -vvv #32308

merged 8 commits into from
Nov 28, 2024

Commits on Nov 27, 2024

  1. chore(cli): improve SDK logging

    (This work came out of the proxy issue research)
    
    The logging of what SDK calls were being performed was lost during the
    migration of SDKv2 -> SDKv3.  Add it back.
    
    Also in this PR:
    
    - Set a timeout on `npm view`; if for network isolation reasons NPM
      can't connect to the server, it will make the CLI hang for a minute.
    - Work around an issue where the CLI entirely fails if it is run as
      a user that doesn't have a home directory.
    rix0rrr committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    da2c65a View commit details
    Browse the repository at this point in the history
  2. Prettier format

    rix0rrr committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    751c525 View commit details
    Browse the repository at this point in the history
  3. opos

    rix0rrr committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    14de19c View commit details
    Browse the repository at this point in the history
  4. Remove unused file

    rix0rrr committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    f3bdd3f View commit details
    Browse the repository at this point in the history
  5. Add missing file

    rix0rrr committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    7fc7c9a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

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

    rix0rrr committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    146c489 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d94db0a View commit details
    Browse the repository at this point in the history