Commit Graph

3070 Commits (4d205ebcf66bb487591e6326d032badfa3c8021b)
 

Author SHA1 Message Date
Mitchell Hashimoto 4d205ebcf6 terraform: GraphVertexTransformers
11 years ago
Mitchell Hashimoto af8d33ddb8 dag: Replace
11 years ago
Mitchell Hashimoto 81856f99ba terraform: better comments
11 years ago
Mitchell Hashimoto 58347617e8 terraform: trying this graphwalker thing
11 years ago
Mitchell Hashimoto 10264a7def terraform: nicer errors by using multierror properly
11 years ago
Mitchell Hashimoto d0786d20dd terraform: more passing tests
11 years ago
Mitchell Hashimoto 5b0004ffc7 dag: detect self references, use multierror
11 years ago
Mitchell Hashimoto de3d9fb9d9 terraform: evaluation interpolater connect
11 years ago
Mitchell Hashimoto 3908b6319a terraform: pulling out everything into Interpolater
11 years ago
Mitchell Hashimoto 76ce6e45f7 terraform: extract interpolation to its own struct
11 years ago
Mitchell Hashimoto 57ad9e2502 terraform: provider configuration validation
11 years ago
Mitchell Hashimoto f9f18122ed terraform: basic provider validation!
11 years ago
Mitchell Hashimoto c308405b53 terraform: validation in progress
11 years ago
Mitchell Hashimoto e86698c50d dag: fix walk order issue, scc issues
11 years ago
Mitchell Hashimoto d9a964f44c terraform: validate almost done
11 years ago
Mitchell Hashimoto 012d68923c terraform: Eval
11 years ago
Mitchell Hashimoto d59ced3c57 dag: Validate for DAGs
11 years ago
Mitchell Hashimoto e94c43e0dc dag: Walk
11 years ago
Mitchell Hashimoto cfa3d89265 dag: find root of AcyclicGraph
11 years ago
Mitchell Hashimoto 9f70c6fad5 terraform: rename context
11 years ago
Mitchell Hashimoto a8364dd0fc terraform: more eval stuff
11 years ago
Mitchell Hashimoto 3f0eb528de terraform: all eval nodes tested
11 years ago
Mitchell Hashimoto c2df70e499 terraform: complete more nodes
11 years ago
Mitchell Hashimoto ac92c67cba terraform: some tests for the eval nodes
11 years ago
Mitchell Hashimoto 128c07e504 terraform: start eval stuff, untested
11 years ago
Mitchell Hashimoto a73f939ee9 terraform: initial GraphBuilder impl
11 years ago
Mitchell Hashimoto 02bedd6850 terraform: transformers operate on root structures
11 years ago
Mitchell Hashimoto 96a2d3e116 terraform: PruneProviderTransfomer
11 years ago
Mitchell Hashimoto 9dfce9c93a dag: Remove, RemoveEdge, DownEdges, UpEdges
11 years ago
Mitchell Hashimoto ae4d20f8ce dag: make vertices a set
11 years ago
Mitchell Hashimoto 254689389a terraform: missing provider transform
11 years ago
Mitchell Hashimoto c0695b0657 terraform: tests that some other graph nodes implement the interfaces
11 years ago
Mitchell Hashimoto 01ec680019 terraform: ProviderTransform to map resources to providers by dep
11 years ago
Mitchell Hashimoto e1d3f308a6 terraform: untainted resource depends on tainted resource if it exists
11 years ago
Mitchell Hashimoto d2f3dc8d1f terraform: add a tODO in there, I can't think of a use case yet
11 years ago
Mitchell Hashimoto 8bf725e746 terraform: GraphNodeDependent
11 years ago
Mitchell Hashimoto 8dc4c56b2e terraform: tainted transformer
11 years ago
Mitchell Hashimoto 6d46b02fa5 terraform: test orphan-to-orphan dependencies
11 years ago
Mitchell Hashimoto 98683b44b8 terraform: move resource orphan deps out of loop
11 years ago
Mitchell Hashimoto 7025c48165 terraform: module orphan dependencies
11 years ago
Mitchell Hashimoto 922bdc92db terraform: module orphans
11 years ago
Mitchell Hashimoto e08dc05f54 terraform: State.ModuleOrphans
11 years ago
Mitchell Hashimoto cb4e364aca terraform: more tests
11 years ago
Mitchell Hashimoto 4f8152c28a terraform: the orphan transform uses the graph path
11 years ago
Mitchell Hashimoto 3820aea513 terraform: make adding config nodes a transformer
11 years ago
Mitchell Hashimoto c18825800b terraform: rename graph to graph_old*.go
11 years ago
Mitchell Hashimoto 659f0db8cf terraform: Graph => GraphOld
11 years ago
Mitchell Hashimoto 6eb379fa75 terraform: start the transforms, adding orphans
11 years ago
Mitchell Hashimoto 21e4501edb terraform: start implementing interfaces for semantic checks
11 years ago
Mitchell Hashimoto b48a0cc3b9 dag: add tarjan to dag
11 years ago