Commit Graph

77 Commits (db08ee4ac59d5eb8bcfffc175489ebf461bf4a92)

Author SHA1 Message Date
James Bardin e0ee1e4d6e Merge pull request #16070 from octo/defaultdatadir
9 years ago
Martin Atkins 0fe43c8977 cli: allow disabling "next steps" message in terraform plan
9 years ago
Florian Forster ce85600cd4 backend/local: Remove unused const DefaultDataDir.
9 years ago
Martin Atkins 83414beb8f command: various adjustments to the diff presentation
9 years ago
Martin Atkins 3ea159297c command/format: improve consistency of plan results
9 years ago
James Bardin 9a7ffbfb1b Merge pull request #15566 from hashicorp/jbardin/state-serial
9 years ago
James Bardin a1727ec4c2 Add warning to mismatched plan state
9 years ago
James Bardin 3fb76f3ebb only show state path help if state is local
9 years ago
Martin Atkins 6afa72f6ca command: minor adjustments to the -auto-approve=false UX
9 years ago
David Glasser 14af879fe0 command: also print plan for destroy
9 years ago
David Glasser 039d36bf91 command: add "apply -auto-approve=false" flag
9 years ago
Martin Atkins 45a4ba1ea7 Merge #15344: Avoid double-counting resources to create
9 years ago
Chris Marchesi 5654a676d9 core: Skip diff hooks for stubs on eval altogether
9 years ago
Chris Marchesi 50cd33f781 core: Move Refreh/Plan diff count to general operation test
9 years ago
James Bardin ac937a890d improve plugin reinit error text
9 years ago
James Bardin 7a955f990c make display plugin checksum error to user
9 years ago
James Bardin 5be15ed77c have the local backend provide a plugin init msg
9 years ago
Chris Marchesi f249386c8a core: Test to ensure PostDiff is ignoring stubs
9 years ago
Chris Marchesi 45528b2217 core: Instance/EvalDiff.Quiet -> Stub
9 years ago
Chris Marchesi eef933f2a7 core: Don't count scaled-out resources twice in the UI
9 years ago
Martin Atkins f7ce6a15f8 backend: Operation.Environment renamed to "Workspace"
9 years ago
Martin Atkins 418a8a8bc9 command + backend: rename various API objects to "Workspace" terminology
9 years ago
Martin Atkins 5026e1d313 backend/local: "environment_dir" renamed to "workspace_dir"
9 years ago
David Glasser c25d848ffb core: allow overriding environment name via env var
9 years ago
Martin Atkins c835ef8ff3 Update tests for the new ProviderResolver interface
9 years ago
Martin Atkins a42ebe389c Revert "have StateHook periodically PersistState"
9 years ago
Radek Simko 1244309579 Fix stringer comments (#15069)
9 years ago
He Guimin 87562be855 provider/alicloud: Add the function of replacing ecs instance's system disk (#15048)
9 years ago
Jake Champlin ac177492fb
core: Revert stringer changes from earlier commits
9 years ago
Thomas Schaaf 79c91e11c8 provider/aws: Add aws elastic beanstalk solution stack (#14944)
9 years ago
James Bardin f8bfc0a80d check for empty diff in CountHook.PreApply
9 years ago
James Bardin 9e4c0ff2ad call PersistState immediately when cancelling
9 years ago
James Bardin b73d037761 have StateHook periodically PersistState
9 years ago
Martin Atkins 9cda37205d backend/local: create local state file if backend write fails
9 years ago
James Bardin 58759b1167 Merge pull request #13941 from hashicorp/jbardin/sigint-message
9 years ago
James Bardin 7dad3f4d48 remove redundant output when interrupting apply
9 years ago
James Bardin 563cfd00df always wrap remote state in a BackupState
9 years ago
Martin Atkins b1763e262a Restore stringer-generated files back to new version
9 years ago
Jasmin Gacic 61499cfcf0 Provider Oneandone (#13633)
9 years ago
James Bardin 928e60672f context Refresh and Apply sometimes return nil
9 years ago
James Bardin 305ef43aa6 provide contexts to clistate.Lock calls
9 years ago
James Bardin 3f0dcd1308 Have the clistate Lock use LockWithContext
9 years ago
Martin Atkins 21cd5595e2 Update stringer-generated files to new boilerplate
9 years ago
James Bardin 7b8e1aff3d fix local backend test
9 years ago
Mitchell Hashimoto d01886a644
command: remove legacy remote state on migration
9 years ago
Mitchell Hashimoto 2be1f55cbb
backend/local: allow refresh on empty/non-existent state
9 years ago
Mitchell Hashimoto 2969b29d9b
backend/local: call new test API correctly
9 years ago
Mitchell Hashimoto f63e8b3398
backend/local: run backend.TestBackend
9 years ago
Mitchell Hashimoto e75b666591
command: test multi-state to single state
9 years ago
Mitchell Hashimoto 1d8b76c89d
command: initial work on migrating envs, basic cases first
9 years ago