Commit Graph

852 Commits (eac87798708e714fd3a7e2ae496bddc021a32fa0)

Author SHA1 Message Date
Martin Atkins 3c10a3b213 helper/schema: Tolerate incorrectly-specified collection elems
8 years ago
Martin Atkins c937c06a03 terraform: ugly huge change to weave in new HCL2-oriented types
8 years ago
Martin Atkins 5782357c28 backend: Update interface and implementations for new config loader
8 years ago
Martin Atkins 1fb714ea3b helper/schema: CoreConfigSchema method for Backend
8 years ago
Martin Atkins d6c6f8852c configschema: include description in schema
8 years ago
Paddy 35d82b0555
Merge pull request #18795 from hashicorp/paddy_diff_nested_checkKey
8 years ago
Paddy Carver 2eadc8f625 Don't allow sub-blocks for SetNew.
8 years ago
Paddy Carver 393c32624a Add tests to ensure clearing sub-blocks works.
8 years ago
Paul Hinze 470ab3869f
helper/pathorcontents: Skip one test when root
8 years ago
Kristin Laemmert 813b5fd27f
Merge pull request #18825 from sean-/master-make-dev-drift
8 years ago
Brian Flad a47583d3a8
Merge pull request #18688 from hashicorp/f-resource-paralleltest
8 years ago
Sean Chittenden d749420a25
Fix drift caused from gofmt when running make dev and go 1.11.
8 years ago
Paddy Carver 7ee4339555 Allow for nested fields with checkKey on ResourceDiffs.
8 years ago
Sander van Harmelen 3e935c846f terraform/terraform_remote_state: accept complex configs
8 years ago
Paul Tyng 74eae6825a
Fix typo in comment
8 years ago
Brian Flad 798162125b helper/resource: Add ParallelTest() function to allow opt-in acceptance testing concurrency with t.Parallel()
8 years ago
Dana Hoffman 40225061b4 pretty-print json in http requests/responses
8 years ago
Chris Marchesi 67182d06d7
Merge pull request #18125 from hashicorp/f-testing-taint
8 years ago
Paddy Carver b7d19e40f8 Deprecated -> DeprecationMessage.
8 years ago
Paddy Carver 0dd2408d65 Export resource deprecation.
8 years ago
Chris Marchesi 3505769600
helper/resource: Add ability to pre-taint resources
8 years ago
kt a182a53108
Add a HashInt helper/schema function
8 years ago
Chris Marchesi d7048cb640
helper/schema: ResourceDiff ForceNew attribute correctness
8 years ago
James Bardin 61eae050ab
Merge pull request #17588 from creack/creack/fix-deepcopy-type
8 years ago
Chris Marchesi db5ed51703
Merge pull request #17667 from hashicorp/f-resource-diff-getokexists-computed
8 years ago
Adam Lewandowski 56a330c533 Remove attribute values from ConflictsWith validation message
8 years ago
Chris Marchesi fdfe89ed1d
helper/schema: Computed -> NewValueKnown, add comments to GetOkExists
8 years ago
Chris Marchesi 274b933077
helper/schema: Add Computed to ResourceDiff, expose GetOkExists
8 years ago
Adit Sarfaty dfa623250a helper/validation: IP address and IP address range validation helpers
8 years ago
James Bardin 798df9dafa make sure ResourceData timeouts are always set
8 years ago
Brian Flad 077b828902
Merge pull request #17484 from hashicorp/f-validation-ValidateRFC3339TimeString
8 years ago
Brian Flad 994a78dbc7 validation: Return "invalid RFC3339 timestamp" in ValidateRFC3339TimeString
8 years ago
Guillaume J. Charmes a4f941368b
Fix issue with deepcopy returning wrong type causing panic
8 years ago
James McGill 035d56409f helper/schema: handle TypeMap elem consistently with other collection types
8 years ago
Radek Simko f6c3e40439
Merge pull request #17463 from hashicorp/b-helper-r-diff-nested-keys
8 years ago
Chase 02ff60d083
Fixing small typo in resource/wait.go
8 years ago
Paul Tyng 528cbecfce
Make failure message more explicit
8 years ago
Paul Tyng 707d7febe3
Use constants in test
8 years ago
Paul Tyng f18e4f2921
Export a const for validation methods
8 years ago
Brian Flad ea64b24cd9 validation: Add ValidateRFC3339TimeString
8 years ago
Radek Simko ccf8a31cbb
helper/schema: Allow ResourceDiff.ForceNew on nested fields (avoid crash)
8 years ago
Stuart Auld 7d1f594f54 helper/resource: don't panic if a requested module does not exist
8 years ago
Stuart Auld df9446f490 helper/resource: allow tests to opt out of temporary file cleanup
8 years ago
Radek Simko 7af1c2b3a4
helper/schema: Prevent crash on removal of computed field in CustomizeDiff
8 years ago
Stefan Schmidt ee6c8a777a s/repalce/replace
8 years ago
Gauthier Wallet 1b3f5fcbfb helper/structure: More cases for NormalizeJsonString tests
8 years ago
James Bardin d91dc1a13e unused variable
8 years ago
James Bardin 4b49a323c3 go fmt
8 years ago
James Bardin 0df8da59f7 add FIXMEs
8 years ago
Chris Marchesi cb5ce1d35e
helper/schema: Extend diffChange and bubble up customized values
8 years ago