Commit Graph

292 Commits (8423dd4e51a70b7e3249d6d48a8221bbeb4e77ba)

Author SHA1 Message Date
Paul Hinze edaf5795a5 Merge pull request #3257 from fatih/fix-nil-setting-schema
11 years ago
Paul Hinze 99244c5597 helper/schema: skip provider input for deprecated fields
11 years ago
Paul Hinze f1e7cec566 Merge pull request #3992 from svanharmelen/f-change-sets
11 years ago
Sander van Harmelen ef4726bd50 Change Set internals and make (extreme) performance improvements
11 years ago
Paul Hinze c7dc1c10a3 helper/schema: skip StateFunc when value is nil
11 years ago
Paul Hinze 938281024f helper/schema: name test cases w/ strings
11 years ago
James Nugent f4c03ec2a6 Reflect new comment format in stringer.go
11 years ago
Martin Atkins a67182543c Nicer error when list/map assigned to string argument.
11 years ago
Paul Hinze 2a179d1065 helper/schema: ValidateFunc support for maps
11 years ago
Panagiotis Moustafellos e4845f75cc removed extra parentheses
11 years ago
Martin Atkins cc8e8a55de helper/schema: Default hashing function for sets
11 years ago
Radek Simko 641b701830 schema: Make validation more strict
11 years ago
Fatih Arslan f269d4fc8c schema: add test for nil string case
11 years ago
Fatih Arslan 8e7fc240f9 schema: delete non existing values
11 years ago
Anthony Scalisi 198e1a5186 remove various typos
11 years ago
Paul Hinze 7eb72e7a12 helper/schema: record schema version when destroy fails
11 years ago
Sander van Harmelen 4a8ef78d33 Fixes #2676 by prefixing all Windows commands
11 years ago
Sander van Harmelen 97fd4f5b7d Tweaking the tests
11 years ago
Paul Hinze 5c38456b05 core: don't prompt for variables with defaults
11 years ago
Mitchell Hashimoto 2f08a2bb15 Merge pull request #2507 from hashicorp/b-set-remove
11 years ago
Mitchell Hashimoto 0100d4139b helper/schema: clean up style
11 years ago
Mitchell Hashimoto 6e509aedcb helper/schema: diff should include removed set items [GH-1823]
11 years ago
Paul Hinze 7238b3b4af core: encapsulate representation of StringList
11 years ago
Paul Hinze 10b3abf405 config: introduce StringList to abstract over list hack
11 years ago
Radek Simko 6fdbca8e58 Merge pull request #2466 from TimeIncOSS/f-schema-field-name-validate
11 years ago
Mitchell Hashimoto 6b7c2bcb35 Merge pull request #2450 from hashicorp/b-schema-validate-type
11 years ago
Mitchell Hashimoto 630646335f Merge pull request #2451 from hashicorp/b-provider-validate
11 years ago
Radek Simko 92db4802b6 schema: Add field name to ValidateFunc
11 years ago
Mitchell Hashimoto 4e7fcd4f42 helper/schema: test that validatefunc is not called with computed vals
11 years ago
Mitchell Hashimoto e36597cad7 helper/schema: internal validate as part of provider validation
11 years ago
Mitchell Hashimoto 4f391902a0 helper/schema: validate objects are objects [GH-2166]
11 years ago
Paul Hinze a4912cc51f helper/schema: limit ValidateFunc to primitives for now
11 years ago
Paul Hinze 49352db26f helper/schema: skip ValidateFunc on other errors
11 years ago
Paul Hinze 61fee6735d helper/schema: ValidateFunc
11 years ago
Svend Sorensen 943bf3c00a Use name of function in comment string
11 years ago
Clint Shryock 78e7519efa Updates from go generate
11 years ago
Sam Boyer b82bd0c280 Condense switch fallthroughs into expr lists
11 years ago
Mitchell Hashimoto dd24ed4b76 helper/schema: blank ID refresh doesn't exist [GH-1905]
11 years ago
Justin Campbell bb14bfa657 helper/schema: call InternalValidate w/ schemaMap{}
11 years ago
Paul Hinze 1e3d1b07e6 helper/schema: validate ConflictsWith against top-level
11 years ago
Paul Hinze bc9792f4c5 helper/schema: tweak test anotation
11 years ago
Paul Hinze 051ba78554 Merge pull request #1824 from hashicorp/b-write-count-for-empty-maps
11 years ago
Andrew Langhorn bb4f7415ca Rename "The The" so that they can play songs again
11 years ago
Paul Hinze f2368428d3 helper/schema: write "attr.#": "0" for empty maps
11 years ago
Phil Frost b082117e92 Implement AWS IAM resources
11 years ago
Phil Frost 33183c078b Implement a hash function for string sets
11 years ago
Paul Hinze a3101568c5 helper/schema: add clarifying GetOk test
11 years ago
Paul Hinze cb3cbffb19 helper/schema: add test for statefunc with nested sets
11 years ago
Trevor Pounds 17b31925fe Prevent negative hashcodes for all set operations.
11 years ago
Mitchell Hashimoto 707aa36aec helper/schema: only use ~ on first char of code
11 years ago