Commit Graph

1086 Commits

Author SHA1 Message Date
Mitchell Hashimoto c51052541b Merge pull request #11 from hashicorp/f-cancel
Ctrl-C
2014-07-02 17:03:44 -07:00
Mitchell Hashimoto 5aa6ada589 command/apply: Ctrl-C works 2014-07-02 17:01:02 -07:00
Mitchell Hashimoto f7bc33812e terraform: use a panic mechanism for handling hooks 2014-07-02 16:27:50 -07:00
Jack Pearkes 8c330d9e4d terraform: register gob type for array 2014-07-02 16:17:26 -07:00
Mitchell Hashimoto 733752122a terraform: stopHook and tests 2014-07-02 16:16:38 -07:00
Mitchell Hashimoto e50425b182 config: style 2014-07-02 12:04:37 -07:00
Mitchell Hashimoto 11db59b975 update TODO 2014-07-02 12:04:33 -07:00
Mitchell Hashimoto ae07b26908 digraph: fix flaky test 2014-07-02 11:30:09 -07:00
Mitchell Hashimoto c493d60358 terraform: register gob type that might be in config 2014-07-02 11:28:23 -07:00
Jack Pearkes 1560d5ab98 plan: add failing test case for nested object plan file 2014-07-02 10:41:02 -07:00
Mitchell Hashimoto 49e8477e9d config: fix order-dependent tests 2014-07-02 10:05:39 -07:00
Mitchell Hashimoto 7ab7ce17d9 config: tests passing for bug @pearkes found 2014-07-02 09:11:31 -07:00
Jack Pearkes d84c5fb015 config: fix libucl in test case (still failing) 2014-07-01 21:18:01 -07:00
Jack Pearkes bef1495c96 config: add failing test case for nested objects 2014-07-01 21:16:47 -07:00
Mitchell Hashimoto e1a0f6f929 Merge pull request #10 from hashicorp/f-config-helpers
Complex configuration (non-string) works with Diff helpers
2014-07-01 16:14:25 -07:00
Mitchell Hashimoto 37995e7ff8 helper/diff: work with complex data types 2014-07-01 16:06:06 -07:00
Mitchell Hashimoto d2d6ef64aa flatmap: remove Map for now 2014-07-01 13:32:38 -07:00
Mitchell Hashimoto ad2f448911 flatmap: expand 2014-07-01 13:25:54 -07:00
Mitchell Hashimoto eb1aadf9ce flatmap: Flatten 2014-07-01 13:04:12 -07:00
Mitchell Hashimoto fb843ea5bf terraform: Added NewExtra field for providers to fill in data 2014-07-01 11:23:40 -07:00
Mitchell Hashimoto 2aed2fd96f Fix various order-dependent tests 2014-07-01 10:28:42 -07:00
Mitchell Hashimoto 4b74ddc9d1 terraform: fix data race 2014-07-01 10:11:07 -07:00
Mitchell Hashimoto bce5d55a85 depgraph: fix data races 2014-07-01 10:09:20 -07:00
Mitchell Hashimoto d970cec8eb Add testrace 2014-07-01 10:04:23 -07:00
Mitchell Hashimoto 93fbb9ea8f command/graph 2014-07-01 10:02:13 -07:00
Mitchell Hashimoto 2ffbe56b1b terraform: graph root doesn't need to depend on providers 2014-07-01 10:01:27 -07:00
Mitchell Hashimoto 83795bc54d digraph: double-quote dot graph elements 2014-07-01 09:54:40 -07:00
Mitchell Hashimoto 29d6a4242e Merge pull request #8 from hashicorp/f-destroy-cmd
Destroy support in CLI
2014-07-01 09:26:46 -07:00
Mitchell Hashimoto 367fb3bbbb Update TODO 2014-07-01 09:25:17 -07:00
Mitchell Hashimoto a7d3cb843f command/plan: help text 2014-07-01 09:12:35 -07:00
Mitchell Hashimoto 64363da9dd command/plan: add -destroy flag to plan a destroy 2014-07-01 09:12:05 -07:00
Mitchell Hashimoto 935573d01c Merge pull request #7 from hashicorp/f-graph-refactor
terraform: Graph() refactor
2014-06-30 21:26:36 -07:00
Mitchell Hashimoto fceea12ade terraform: some basic validation 2014-06-30 21:25:15 -07:00
Mitchell Hashimoto 8aa8d2183e terraform: clarify docs 2014-06-30 21:24:26 -07:00
Mitchell Hashimoto 93bf75f464 terraform: comments 2014-06-30 21:22:08 -07:00
Mitchell Hashimoto 0bd704b2f1 terraform: GraphOpts and unification into a single Graph function 2014-06-30 21:21:13 -07:00
Mitchell Hashimoto 361dbb14ae terraform: test for Resource.Vars 2014-06-30 20:59:23 -07:00
Mitchell Hashimoto ff79fa9c9f terraform: tests for ResourceDiff.Empty 2014-06-30 20:56:25 -07:00
Mitchell Hashimoto 5632079f43 Merge pull request #6 from hashicorp/f-resourcedeps
Destroy order, ResourceState dependencies
2014-06-30 20:53:31 -07:00
Mitchell Hashimoto 2729050d19 command: fix failing tests 2014-06-30 20:49:49 -07:00
Mitchell Hashimoto d026d4207e terraform: apply diff before apply 2014-06-30 19:29:07 -07:00
Mitchell Hashimoto 2d72164c6a terraform: graph can add "destroy" nodes 2014-06-30 19:10:44 -07:00
Mitchell Hashimoto 6f274eb7a9 terraform: GraphAddDiff works on a basic level 2014-06-30 18:18:56 -07:00
Mitchell Hashimoto 521b432728 terraform: add Dependencies to ResourceState 2014-06-30 17:40:56 -07:00
Mitchell Hashimoto b3de33cc69 terraform: failing test but fixes another bug 2014-06-30 11:14:03 -07:00
Mitchell Hashimoto acc6686cca terraform: Set Destroy: true to PlanOpts to delete everything 2014-06-29 16:28:50 -07:00
Mitchell Hashimoto 5c836ab861 terraform: PlanOpts for expanding plan configuration 2014-06-28 13:10:11 -07:00
Mitchell Hashimoto e44f2548db Update TODO 2014-06-27 14:44:55 -07:00
Mitchell Hashimoto fe79e5df03 command/apply: can take a plan as an argument 2014-06-27 14:43:33 -07:00
Mitchell Hashimoto 36ccb3408d command/refresh: test the -out flag 2014-06-27 11:12:45 -07:00