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

Audit daemon error paths and ensure we are doing everything we can to handle #7334

Merged
merged 6 commits into from
Feb 20, 2024

Commits on Feb 19, 2024

  1. make error logging lower case

    arlyon authored and Alexander Lyon committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d767fdf View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. make LSP use blocking version of package discovery

    There are a few cases where we want to be able to fall back.
    arlyon authored and Alexander Lyon committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    b11a886 View commit details
    Browse the repository at this point in the history
  2. track a telemetry event when package discovery yields an invalid package

    Alexander Lyon authored and Alexander Lyon committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    9450e45 View commit details
    Browse the repository at this point in the history
  3. make pattern match total

    Alexander Lyon authored and Alexander Lyon committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ff74899 View commit details
    Browse the repository at this point in the history
  4. bump tonic + prost

    Alexander Lyon authored and Alexander Lyon committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    9046991 View commit details
    Browse the repository at this point in the history
  5. add DefaultTimeoutService to set default timeouts per route

    This also makes turborepo respect the client's preferred timeout also,
    rather than defaulting to 100ms across the board.
    Alexander Lyon authored and Alexander Lyon committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    816e005 View commit details
    Browse the repository at this point in the history