Commit Graph

49 Commits (e024960c745f0a464cb081d04765d93f94deaba0)

Author SHA1 Message Date
Justin Downing 1e32ae243c grammatical updates to comments and docs (#20195)
7 years ago
James Bardin 149ccd929e missing commits from 19688
8 years ago
Sander van Harmelen ef9054562e commands: make sure the correct flagset is used
8 years ago
Martin Atkins e2ba90fdfa command: Fix TestMetaBackend_planLocalMatch
8 years ago
Martin Atkins 48601d261d states/statemgr: In Filesystem, back up output file, not input file
8 years ago
Martin Atkins 2b9f92be31 command: Partially fix TestMetaBackend_planLocalStatePath
8 years ago
Martin Atkins aecb66d3db command: Fix TestMetaBackend_configuredChangeCopy_multiToNoDefaultWithoutDefault
8 years ago
Martin Atkins ec27526cc3 command: Fix TestMetaBackend_configuredChangeCopy_multiToMulti
8 years ago
Martin Atkins f39a5d0962 command: Fix various TestMetaBackend-prefix tests
8 years ago
Martin Atkins aacbe1d14b command: Fix TestMetaBackend_configureNewWithState
8 years ago
Martin Atkins 2293391241 command: Fix TestMetaBackend_emptyWithExplicitState
8 years ago
Sander van Harmelen 52a1b22f7a Implement the remote enhanced backend
8 years ago
Martin Atkins 541952bb8f Revert some work that happened since v0.12-dev branched
8 years ago
Martin Atkins 8b466811d2 command: Fix a few tests from meta_backend_test.go
8 years ago
Martin Atkins 53bb3f57e6 command: Remove tests related to legacy remote state migrations, etc
8 years ago
Martin Atkins a3403f2766 terraform: Ugly huge change to weave in new State and Plan types
8 years ago
Martin Atkins a270a18a4d command: Update tests for changes in "terraform" package
8 years ago
Martin Atkins ebafa51723 command: Various updates for the new backend package API
8 years ago
Sean Chittenden d749420a25
Fix drift caused from gofmt when running make dev and go 1.11.
8 years ago
Sander van Harmelen f410a5bb26 backend/migrations: migrate the default state
8 years ago
Sander van Harmelen 7fb2d1b8de Implement the Enterprise enhanced remote backend
8 years ago
Sander van Harmelen 97d1c46602 Update the backend import names
8 years ago
James Bardin 909dff36a8 remove extra "yes" confirmation in tests
9 years ago
Martin Atkins 418a8a8bc9 command + backend: rename various API objects to "Workspace" terminology
9 years ago
Martin Atkins 31d556894f command: shallow UI-focused rename of "environment" to "workspace"
9 years ago
James Bardin 0e0f0b64b9 add init -reconfigure test
9 years ago
James Bardin fb4a365d12 noop migrate copy, add -lock and -input
9 years ago
James Bardin 8050eda52d don't delete local state on a local backend
9 years ago
James Bardin 7d23e1ef20 add equivalent tests to meta_backend_test
9 years ago
James Bardin 54e536cfe0 add `-force-copy` option to init command
9 years ago
Mitchell Hashimoto d01886a644
command: remove legacy remote state on migration
9 years ago
Mitchell Hashimoto e1f4eca93c
command: apply needs to look at the right field for backend state
9 years ago
James Bardin ea095eda87 change to default state after backend migration
9 years ago
Mitchell Hashimoto 03493f7d46
command: validate backend config
9 years ago
Mitchell Hashimoto 1e3d452613
command: multistate to multistate conversions
9 years ago
Mitchell Hashimoto c82d7dd56c
command: multi-state (non-default env) to single state
9 years ago
Mitchell Hashimoto e75b666591
command: test multi-state to single state
9 years ago
Mitchell Hashimoto 3ef82e6b5f
command: test multi-state with default only to single state
9 years ago
Mitchell Hashimoto 1d8b76c89d
command: initial work on migrating envs, basic cases first
9 years ago
James Bardin b53704ed87 Thread the environment through all commands
9 years ago
Mitchell Hashimoto ebb22d3ecd
backend/local: don't RefreshState on State API
9 years ago
James Bardin 0c1b138719 Add state locking during backend init
9 years ago
James Bardin 94f2f4d6ae Create state files first for backup tests
10 years ago
James Bardin 1380bbedb2 don't print err in Fatalf when it's nil
10 years ago
James Bardin b8bd4846db fix test despite original comments
10 years ago
James Bardin 39ca4fa2f8 Ensure that backend tests check for data in state
10 years ago
James Bardin 8f7f1917f2 Remove state file data when writing a nil state
10 years ago
James Bardin eb59b5925e Fix some tests, and make rest fail with good errs
10 years ago
Mitchell Hashimoto 9654387771
command: meta.Backend is used for initializing the backend
10 years ago