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

[Flight] Let environmentName vary over time by making it a function of string #29867

Merged
merged 3 commits into from
Jun 12, 2024

Commits on Jun 12, 2024

  1. Let environmentName vary over time by making it a function of string

    This lets the environment name vary within a request by the context it's
    being executed in.
    
    We could potentially also pass some information to it for context about
    what is being asked for.
    sebmarkbage committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    cb43e44 View commit details
    Browse the repository at this point in the history
  2. Keep track of the latest environment per task and emit changes

    That way if the environment changes inside a component we track what it was
    before entering and what it was after leaving.
    sebmarkbage committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e4694c5 View commit details
    Browse the repository at this point in the history
  3. Test

    sebmarkbage committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    a9a89d0 View commit details
    Browse the repository at this point in the history