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

Use plan graph for importing resources #31283

Merged
merged 7 commits into from Jun 23, 2022
Merged

Use plan graph for importing resources #31283

merged 7 commits into from Jun 23, 2022

Commits on Jun 20, 2022

  1. Combine all plan graphs, including import

    Combine all plan-time graphs into a single graph builder, because
    _everything is a plan_!
    
    Convert the import graph to a plan graph. This should resolve a few edge
    cases about things not being properly evaluated during import, and takes
    a step towards being able to _plan_ an import.
    jbardin committed Jun 20, 2022
    Copy the full SHA
    e97ae28 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c002bab View commit details
    Browse the repository at this point in the history
  3. remove import transformer

    jbardin committed Jun 20, 2022
    Copy the full SHA
    77cca0a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. remove errant fmt.Println

    jbardin committed Jun 21, 2022
    Copy the full SHA
    03fc2b0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4981942 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. add required attr to import test

    Missing required attributes should not prevent importing
    jbardin committed Jun 22, 2022
    Copy the full SHA
    c43df00 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Copy the full SHA
    142ce15 View commit details
    Browse the repository at this point in the history