Commit Graph

105 Commits (6440c839474f052d8997bb5cec19c2743e5108e6)

Author SHA1 Message Date
Alisdair McDiarmid 8b2b569d6e repl: Improved value renderer for console outputs
6 years ago
Kristin Laemmert 6621501ae3
state: remove deprecated state package (#25490)
6 years ago
Kristin Laemmert 0af09b23ca command: apply and most of import tests passing
6 years ago
Martin Atkins 549aede792 Remove terraform.ResourceProvider, use providercache.Installer instead
6 years ago
James Bardin e13eecbc5b finish provider ModuleInstance replacement
6 years ago
Kristin Laemmert 47a16b0937
addrs: embed Provider in AbsProviderConfig instead of Type
6 years ago
Martin Atkins 8b511524d6
Initial steps towards AbsProviderConfig/LocalProviderConfig separation (#23978)
6 years ago
Kristin Laemmert 6541775ce4
addrs: roll back change to Type field in ProviderConfig (#23937)
6 years ago
Kristin Laemmert e3416124cc
addrs: replace "Type string" with "Type Provider" in ProviderConfig
6 years ago
Kristin Laemmert 9891d0354a
providers: use addrs.Provider as map keys for provider.Factory (#23548)
6 years ago
Martin Atkins e21f0fa61e backend/local: Handle interactive prompts for variables in UI layer
6 years ago
Radek Simko 5b9f2fafc8 Standardise directory name for test data
7 years ago
James Bardin e71e3d85a9
Merge pull request #21611 from hashicorp/jbardin/private-data-read
7 years ago
James Bardin ac2219ba6e don't lose Private state data during copy
7 years ago
Ivan Kalita 5b6b1663ef backend/http: implement retries for the http backend (#19702)
7 years ago
Martin Atkins 0b7179c363 command: Apply tests with realistic mock providers
7 years ago
Sander van Harmelen 79a9a15879 command/state: lock when pushing state
7 years ago
Martin Atkins 592850e22c command: Fix TestApply_plan_remoteState
7 years ago
Sander van Harmelen b846c5f653 Make the test compile again
7 years ago
James Bardin fe9ed37dfc minor fixes for command Apply tests
7 years ago
Martin Atkins 73318a436b command: go fmt
7 years ago
Martin Atkins 741d334ee4 command: Even more fixes for "apply" command tests
7 years ago
Martin Atkins 34a29315f7 command: More fixes (but still not all) for "apply" command tests
7 years ago
Martin Atkins fc2614c939 command: Fix some tests for the "apply" command
7 years ago
Martin Atkins b0016e9cf6 command: Allow tests to run to completion without panics or hangs
7 years ago
Martin Atkins d446d32d96 command: Fix TestApply for new mock provider interface
7 years ago
Martin Atkins 65341b0973 command: Update apply_test.go for new provider types
7 years ago
Martin Atkins a3403f2766 terraform: Ugly huge change to weave in new State and Plan types
7 years ago
Martin Atkins 479c6b2466 move "configschema" from "config" to "configs"
7 years ago
Martin Atkins a270a18a4d command: Update tests for changes in "terraform" package
7 years ago
James Bardin e980156451 cleanup temp files from command tests
8 years ago
James Bardin ecd9ef0f77 ignore error in plan shutdown test
8 years ago
James Bardin 4b49a323c3 go fmt
8 years ago
James Bardin 2941ed464c replace the testShutdownHook with a check for Stop
8 years ago
James Bardin e2501d7830 make apply shutdown test completely deterministic
8 years ago
James Bardin 3aaa1e9d04 make plans cancellable
8 years ago
Martin Atkins 400038eda4 command: "terraform apply" uses interactive confirmation by default
8 years ago
James Bardin fb397060eb add some Serial checks to apply and refresh tests
9 years ago
James Bardin 054716c397 use testStateRead helper in apply tests
9 years ago
James Bardin a30007b41d Merge pull request #15032 from hashicorp/jbardin/init
9 years ago
Martin Atkins 31d556894f command: shallow UI-focused rename of "environment" to "workspace"
9 years ago
James Bardin 2bfcdbbd08 change init args to remove source copy
9 years ago
Martin Atkins 8364383c35 Push plugin discovery down into command package
9 years ago
Edward Betts be265479a9 correct spelling mistakes (#13979)
9 years ago
James Bardin 3d604851c2 test -lock-timeout from cli
9 years ago
James Bardin 2cffa25235 Add test to verify that Validation isn't called
9 years ago
Mitchell Hashimoto f7964194eb
command: fix odd formatting that snuck in
9 years ago
Mitchell Hashimoto d475fc29a8
command: test that terraform meta information is passed through
9 years ago
James Bardin ec00564be6 Clean up LockInfo and LockError and use them
9 years ago
James Bardin b80ae5e13e Add source path argument to testLockState
9 years ago