Commit Graph

35162 Commits (add-missing-variable-loading)
 

Author SHA1 Message Date
Mitchell Hashimoto e904fca3da terraform: Diff!
12 years ago
Mitchell Hashimoto 0d9fb53a5a depgraph: add Walk function
12 years ago
Mitchell Hashimoto d731d033f1 terraform: build resource graph, validate
12 years ago
Mitchell Hashimoto 9480783ee4 terraform: add Diff to ResourceProvider
12 years ago
Mitchell Hashimoto 8af8ecca20 terraform: todo
12 years ago
Mitchell Hashimoto 45c168bb5b terraform: multierrors
12 years ago
Mitchell Hashimoto 45a8deb388 terraform: store the configuration on the Terraform struct
12 years ago
Mitchell Hashimoto d2088463d3 terraform: validate required variables are all set
12 years ago
Mitchell Hashimoto 0008ff12c7 config: determine whether a variable is required properly
12 years ago
Mitchell Hashimoto c9d8413431 terraform: New happy path works decently well
12 years ago
Mitchell Hashimoto 0c1a341d90 terraform: Resources method for providers
12 years ago
Mitchell Hashimoto 9895f8162f config: unix line endings in tests
12 years ago
Mitchell Hashimoto 7b64c2597b Setup panicwrap
12 years ago
Mitchell Hashimoto 38d4f2a1bd scripts: human-readable sizes
12 years ago
Mitchell Hashimoto c208d8de66 Ignore the bin dir
12 years ago
Mitchell Hashimoto effe895d22 scripts: build script
12 years ago
Mitchell Hashimoto d6d5a97ec9 providers/aws: add the main binary
12 years ago
Mitchell Hashimoto 612f335a74 Add curdir to path so libucl.dll is avail on Windows
12 years ago
Mitchell Hashimoto 0cda9a7539 some comments, package comments
12 years ago
Mitchell Hashimoto 8163d364c9 plugin: ResourceProviderFactory
12 years ago
Mitchell Hashimoto 951b7b18eb plugin: can execute plugins and communicate that way
12 years ago
Mitchell Hashimoto 91317a8608 rpc: Test errors, basic error
12 years ago
Mitchell Hashimoto 5ef20cf3a2 rpc: Make a Register function to make working with easier
12 years ago
Mitchell Hashimoto f8dc3286d9 rpc: ResourceProvider over RPC
12 years ago
Mitchell Hashimoto 1b5dfa043b terraform: some files laying out an API
12 years ago
Mitchell Hashimoto ab507814b7 config: support for provider configs
12 years ago
Mitchell Hashimoto 87b3046d2a depgraph: fmt
12 years ago
Mitchell Hashimoto 5d40725139 main: add main config
12 years ago
Mitchell Hashimoto 81bfa8970a config: make the tests a bit more intense
12 years ago
Mitchell Hashimoto bdeb278728 config: simplify
12 years ago
Mitchell Hashimoto dac18c823a config: can generate depgraph
12 years ago
Mitchell Hashimoto f7a50503b7 depgraph: add String method to Graph for testing/debugging
12 years ago
Mitchell Hashimoto 3728e1cfc0 fmt
12 years ago
Mitchell Hashimoto f4e9dda0ea depgraph: alphabetize/style
12 years ago
Mitchell Hashimoto c0a7e5b98b Import @armon's depgraph/digraph
12 years ago
Mitchell Hashimoto 046e80361b commands: start apply
12 years ago
Mitchell Hashimoto a4a4e3784d Implement CLI, version command
12 years ago
Mitchell Hashimoto 6983a0414a config: fix line endings on a test fixture
12 years ago
Mitchell Hashimoto bb0980f5ba config: tests for instantiating interpolated var types
12 years ago
Mitchell Hashimoto 9fef261eae config: comments
12 years ago
Mitchell Hashimoto 27c97b9b73 config: add benchmark for replace walker
12 years ago
Mitchell Hashimoto 2ecf1b500f config: careful with addressability and replacing variables
12 years ago
Mitchell Hashimoto 537fa6cc87 config: more tests for variable detector
12 years ago
Mitchell Hashimoto 1c9582ff38 config: set benchmark timer at right point
12 years ago
Mitchell Hashimoto 5bb51e50dd config: add benchmark test
12 years ago
Mitchell Hashimoto be83044f59 config: tests, error cases
12 years ago
Mitchell Hashimoto 95ef186bf8 config: can detect variables in config strings
12 years ago
Mitchell Hashimoto 7e06b45232 Default Makefile task should be to test
12 years ago
Mitchell Hashimoto f22cc62b2c config: better memory management for libucl
12 years ago
Mitchell Hashimoto 50830e429a config: merge resources
12 years ago