Commit Graph

784 Commits (f2bc9164873bdec092456aba719d7e17d10fa342)

Author SHA1 Message Date
Samsondeen 595cd80666
CLI command for listing state identities (#36705)
1 year ago
Daniel Banck 1210d68836
Output resource identities in State JSON (TF-23753) (#36615)
1 year ago
Daniel Banck cd433fa6d9
Marshall resource identity schemas in jsonprovider (#36675)
1 year ago
Daniel Schmidt fec6e4b552 send resource identities to provider calls
1 year ago
Daniel Banck b2b42c0fb4
Store resource identities in state (TF-23255) (#36464)
1 year ago
Guilherme Faria de Souza d845df938d
Enhance elapsed time display in UI Hook with minutes and seconds (#36618)
1 year ago
Liam Cervante aaf617d6d7
Add test case to ensure no regression of already fixed crash (#36583)
1 year ago
Daniel Banck 10c9b64007
Rename schema.Block to Body (#36629)
1 year ago
Samsondeen 3f4ed7e019
Ensure that all states are cleaned up (#36616)
1 year ago
Samsondeen 1bd312f155
Produce detailed diagnostic objects when test run assertions fail (#36522)
1 year ago
James Bardin 332bce3531 diagnostics should not contain URLs
1 year ago
Liam Cervante 0acd732911
Fix flaky test in test_test.go (#36566)
1 year ago
Samsondeen 85db2264db
skip flaky test (#36540)
1 year ago
Sarah French 85b482e05a
Add testing helpers that allow comparing diagnostics, refactor existing tests to use them. (#36456)
1 year ago
Samsondeen 018110c012
No state to cleaup when it is empty (#36526)
1 year ago
Radek Simko 289a3568da
Address `go vet` 1.24 failures (#36485)
1 year ago
Samsondeen 2e91113224
Terraform test: Consolidate test execution procedure (#36459)
1 year ago
Samsondeen 4161e88391
Continue test execution after an expected failure (#36447)
1 year ago
Samsondeen 7f29df96a0
Allow terraform init when only test files are present in directory (#36429)
1 year ago
Samsondeen 86295f518c
Don't set default parallelism for cloud runs (#36441)
1 year ago
Radek Simko 70a1fd5e98
Fix diagnostic & avoid variable override via environment (#36435)
1 year ago
Samsondeen 2f0f537e69
Terraform test: Execute eligible test runs in parallel (#36300)
1 year ago
Samsondeen 16a34fe47f
Accept CLI option for the number of parallel ops in a test run's plan/apply (#36323)
1 year ago
Bruno Schaatsbergen 61acb0cb3a
tfdiags: add Warnings method (#36392)
1 year ago
Sarah French b16a50973f
Add reusable Diagnostic comparer to `tfdiags` package (#36385)
1 year ago
Sarah French 6b81f7184c
Change JUnit `terraform test` output to include test failure details inside `<failure>` elements, use the error message as the `message` attribute (#36316)
1 year ago
Sarah French 39224976a8
Make test fail if JUnit feature is experimental (#36348)
1 year ago
Sarah French 21cafd70ea
Add more details to JUnit `terraform test` output to describe why a test was skipped (#36315)
1 year ago
Kévin Andrieux 258f91ab0c
feat: add state_key for test run blocks (#36185)
1 year ago
Sarah French 8e1d36681c
Promote JUnit output 'terraform test' feature from experimental status, make incompatibility with remote test execution explicit via flag validation (#36324)
1 year ago
Liam Cervante 408f323efa
test: also allow mock_data and mock_resource blocks to generate data during planning (#36317)
1 year ago
Sarah French ab6e4f2299
Refactor JUnit XML output of `terraform test` into a new `junit` package (#36304)
1 year ago
Sarah French 43f31c43b0
Add start time timestamps to `<testcase>`/Run data in JUnit XML output from `terraform test` (#36295)
1 year ago
Samsondeen aec7c3cc89
terraform test: allow computed/mocked values override during planning (#36227)
1 year ago
Daniel Schmidt 276662f754 ephemeral: add test case for block rendering
1 year ago
Liam Cervante 672cd816d5 don't precompute actions
1 year ago
Daniel Schmidt 0e6a3ac994 ephemeral: render write-only attributes in plan UI
1 year ago
Radek Simko 908828be8a
cmd/modules: Ensure modules are sorted by reference key (#36268)
1 year ago
Liam Cervante a4e1e60a01
logging: add trace statements when changes are ignored (#36259)
1 year ago
Radek Simko 1d2d35b0b4
command: Update test to aid debugging of failures (#36255)
1 year ago
Mark DeCrane e6bd282963
Merge pull request #36062 from hashicorp/TF-19313/modules-cmd-human-view
1 year ago
Samsondeen aa38305344
Merge pull request #36186 from hashicorp/sams/skip-graph-cycle-validation
1 year ago
Samsondeen Dare f41ce87644 update comments
1 year ago
James Bardin a003a6ecaf
Merge pull request #36180 from hashicorp/jbardin/var-file-apply
1 year ago
Samsondeen Dare b3cb17dead only ignore validation if -draw-cycles is enabled
1 year ago
Samsondeen Dare d213d45cc5 pass the option via context
1 year ago
Samsondeen Dare 77c362b414 Skip graph cycle validation when using the graph command
1 year ago
James Bardin c128eaa092 don't validate apply variables from auto files
1 year ago
Radek Simko bfa011e88b
command/views: Fix flaky hook tests (#36104)
1 year ago
Mark DeCrane 9a3cedb499 align modules cmd with formating seen in providers cmd
1 year ago