Commit Graph

127 Commits (ef4851d524fd7ec038df04dcdddae3eac413ac6d)

Author SHA1 Message Date
clint shryock 7d71b8cc3c helper and terraform interpolate test update
10 years ago
James Nugent 074545e536 core: Use .% instead of .# for maps in state
10 years ago
James Nugent f49583d25a core: support native list variables in config
10 years ago
Paul Hinze b4df304b47
helper/schema: Normalize bools to "true"/"false" in diffs
10 years ago
Chris Marchesi 8c5354b7dc Add MaxItems attribute to Schema
10 years ago
Mitchell Hashimoto 4576eaa966 helper/schema: replace config/lang
10 years ago
Paul Hinze 99244c5597 helper/schema: skip provider input for deprecated fields
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
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
Anthony Scalisi 198e1a5186 remove various typos
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 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
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 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
Justin Campbell bb14bfa657 helper/schema: call InternalValidate w/ schemaMap{}
11 years ago
Paul Hinze cb3cbffb19 helper/schema: add test for statefunc with nested sets
11 years ago
Mitchell Hashimoto 707aa36aec helper/schema: only use ~ on first char of code
11 years ago
Mitchell Hashimoto 1f46bc1926 helper/schema: validate unknown fields with computed values [GH-1507]
11 years ago
Mitchell Hashimoto 54e3e6104e Merge pull request #1594 from TimeIncOSS/schema-conflicts-with
11 years ago
Mitchell Hashimoto 51951d68f4 helper/schema: change diff logic around maps to fix case #57 and #44
11 years ago
Radek Simko e0df74c863 Add schema.ConflictsWith[]
11 years ago
Mitchell Hashimoto db58c7dd33 providers/docker: default cert_path to non-nil so input isn't asked
11 years ago
Paul Hinze ef70c8cae5 helper/schema: allow Schema attrs to be Removed
11 years ago
Paul Hinze 888f16d2d3 helper/schema: allow Schema attrs to be Deprecated
11 years ago
Paul Hinze 000238835c helper/schema: [tests] add names to Validate tests
11 years ago
Mitchell Hashimoto 2feaebdca5 config: substring containing computed value replaces element
11 years ago
Mitchell Hashimoto dd00001c9a helper/schema: tests that all pass as I was trying to track down a bug
11 years ago
Mitchell Hashimoto 17680bb7ff helper/schema: some more test cases, revert some weird behavior from
11 years ago
Mitchell Hashimoto 659a77c6ae helper/schema: validate subresources more effectively
11 years ago
Mitchell Hashimoto fa7f496bef helper/schema: zero value of a set should be empty
11 years ago
Mitchell Hashimoto 5c06cc386a helper/schema: empty map values should show up in diff [GH-968]
11 years ago
Mitchell Hashimoto e9778c85a5 helper/schema: clarify test
11 years ago
Mitchell Hashimoto dbfb95fcd5 helper/schema: show in diff when no config is going to empty set
11 years ago
Mitchell Hashimoto fd274d7328 helper/schema: update test desc
11 years ago
Mitchell Hashimoto ad6be99f5b helper/schema: failing test
11 years ago
Mitchell Hashimoto c22ba7d3a8 helper/schema: fix test index
11 years ago
Mitchell Hashimoto cbcfb26ec6 helper/schema: add test for sets
11 years ago