Commit Graph

186 Commits (7bee77bdd3dc67de0973e1c19bd5a1685dc805c0)

Author SHA1 Message Date
James Bardin cf5ebaf685 s/Schemas/ProviderSchema/
3 years ago
James Bardin 36d34135ad replace remaining types in tests
3 years ago
Brandon Croft 9fe3f7a7b4
cloud: when saving state, create a pending state version then upload
3 years ago
kmoe 5900d1177c
cloud: assert import block compatibility (#33282)
3 years ago
CJ Horton 8213513e2b
Merge pull request #33278 from hashicorp/radditude/cloud-config-generation
3 years ago
CJ Horton 6ca13bfc1e fix static check errors
3 years ago
Brandon Croft 86eed095b3
Rename disableIntermediateSnapshots > enableIntermediateSnapshots
3 years ago
CJ Horton cdce4c4a6d write generated config when using the cloud integration
3 years ago
CJ Horton b88bae2ec4 tests for cloud backend config generation
3 years ago
Sebastian Rivera d03fd37ee6 Add interval header check to enable snapshots
3 years ago
Martin Atkins f6737d47e7 cloud: Allow Cloud API to lower the intermediate state snapshot interval
3 years ago
Martin Atkins efdc6e52bc cloud: Skip intermediate state snapshots in Terraform Cloud/Enterprise
3 years ago
hashicorp-copywrite[bot] 325d18262e [COMPLIANCE] Add Copyright and License Headers
3 years ago
Glenn Sarti 7e2e834aff
Emit warnings for certain run events in cloud backend (#33020)
3 years ago
Sebastian Rivera 5634ae3e18 Unit tests to ensure renderer is appropriately called
3 years ago
Sebastian Rivera b23cfaefe8 Refactor SRO check to prevent duplicate plan output
3 years ago
Alisdair McDiarmid ca53ca00f4 Remove failing DNS query in cloud tests
3 years ago
Alisdair McDiarmid 19e635bfc8 Remove polling delays in run tasks test
3 years ago
Brandon Croft 3d1a58d5b5
Merge pull request #32708 from mrinalirao/mr/taskStage-race
3 years ago
Brandon Croft ec4f62078a
Merge pull request #32666 from hashicorp/sebasslash/fix-credentials-sourcing-backend
3 years ago
Mrinali Rao afc9235f17
Update internal/cloud/backend_taskStages.go
3 years ago
mrinalirao 3104811c7d add test to see if override continues to poll on success
3 years ago
mrinalirao 190858b9e4 Bug Fix where CLI exits if run is not confirmable.
3 years ago
Sebastian Rivera 6d0a191ec4 Handle provisioner log types in renderer
3 years ago
Brandon Croft 26e85685d1
Merge pull request #32647 from hashicorp/TF-4390-backport-initial-remote-state-serial-fix
3 years ago
Sebastian Rivera 71dac9bf5e Add token field to cloud backend
3 years ago
Sebastian Rivera de574ae6d4
Initial implementation of structured logging in cloud backend (#32504)
3 years ago
Brandon Croft de7304cacb
Begin cloud remote state with serial > 0
3 years ago
Brandon Croft 81a4e5ae44
Backport support for generic hostname to backend/remote
3 years ago
Brandon Croft 2fe3a23094
Add generic hostname (localterraform.com) support to cloud backend
3 years ago
Anna Winkler 3cc7e55465
Expand error when discovery document request fails (#32394)
3 years ago
Nick Fagerlund acf7314587 Fix typo in cloud backend's `TestCloud_setConfigurationFields`
3 years ago
mrinalirao dcd2826277 refactor runTaskStage func & use multierrors lib
3 years ago
mrinalirao 4d2e75bbda Merge branch 'mr/refactor-task-stage' into mr/policy-evaluation
3 years ago
mrinalirao d11aa099cc • return error on task stage failed, canceled or errored
3 years ago
mrinalirao a5add7e361 modify Poll func to pass in backoff interval
3 years ago
mrinalirao 15288caf64 Code Improvements:
3 years ago
mrinalirao 5c5b1099c8 refactor runTaskStage
3 years ago
mrinalirao f993106e49 fix logic in MultiErrors append func
3 years ago
mrinalirao 5dea138a11 fix logic in multiErrors Append func
3 years ago
mrinalirao 191a5f1018 add test for override
3 years ago
mrinalirao e36886c0e7 add task stage override
3 years ago
mrinalirao 2be890a37c add policy evaluation task stage
3 years ago
mrinalirao d7c7f3689c refactor task results to run as a task stage
3 years ago
James Bardin 79175b29f3
Merge pull request #32261 from sivchari/fix-prealloc
3 years ago
Jarrett Spiker cebd5e3fce Upgrade go-tfe to 1.12.0
3 years ago
Jarrett Spiker c16d726f2c Succeed cloud workspace deletion if the workspace does not exist
3 years ago
Jarrett Spiker 1dafd7c0b1 Fix test compilation errors caused by interface change
3 years ago
Jarrett Spiker 060255a9d5 Use safe or force workspace delete for cloud backend
3 years ago
sivchari ef4798de8e fix: pre allocate for composite literal
3 years ago