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: allow usage of turbo without turbo.json #9149

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    2a15d31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9ba58f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d2c541 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3c9430 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    349042d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e723c30 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cfc2c2d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3279a96 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    6ebb8ef View commit details
    Browse the repository at this point in the history
  2. feat(env mode): allow for tasks to override the global env mode (#9157)

    ### Description
    
    In response to
    #9149 (comment)
    this PR avoids mutating `opts` when building `Run` we now set env mode
    at the task level.
    
    A majority of this PR is adding the ability to set env mode at the task
    level.
    
    ### Testing Instructions
    
    Updated integration test (update needed as task hash changed since env
    mode is now set at the task level instead of the global level).
    chris-olszewski authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6af8473 View commit details
    Browse the repository at this point in the history