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

Add filterNodeArgumentsForWorkerThreads option #3336

Merged
merged 14 commits into from
Aug 20, 2024

Commits on Jul 22, 2024

  1. Accept thread arguments filter

    bojavou committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    0af5363 View commit details
    Browse the repository at this point in the history
  2. Validate threadArgumentsFilter

    bojavou committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fb1539f View commit details
    Browse the repository at this point in the history
  3. Test invalid threadArgumentsFilter

    bojavou committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7146c52 View commit details
    Browse the repository at this point in the history
  4. Normalize threadArgumentsFilter usage

    Conforms to eslint rule for safe Array#filter usage.
    bojavou committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d2cfdbb View commit details
    Browse the repository at this point in the history
  5. Save test snapshot

    bojavou committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    05b9b21 View commit details
    Browse the repository at this point in the history
  6. Test fork thread with explicit execArgv

    Necessary due to default being removed, in favor of
    explicit filtered execArgv constructed at higher level.
    bojavou committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6ae4ab4 View commit details
    Browse the repository at this point in the history
  7. Test threadArgumentsFilter filters for thread

    bojavou committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    94be613 View commit details
    Browse the repository at this point in the history
  8. Test threadArgumentsFilter ignored for process

    bojavou committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e39f509 View commit details
    Browse the repository at this point in the history
  9. Document threadArgumentsFilter

    bojavou committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fdb229b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Title example configuration file

    Co-authored-by: Tommy <[email protected]>
    bojavou and tommy-mitchell authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3550e28 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Remove unreachable default

    Co-authored-by: Mark Wubben <[email protected]>
    bojavou and novemberborn authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3cc44eb View commit details
    Browse the repository at this point in the history
  2. Make option name more explicit

    bojavou committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e40eed7 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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