Commit Graph

430 Commits (e7e58df96c6c8ae8a96f4bf3971fe044934375cb)

Author SHA1 Message Date
Joseph Kordish e1b62c76ad add sha1 interpolation
10 years ago
Jesse Szwedko 41f9ebc667 Add support for unary operators + and -
10 years ago
Paul Hinze b6626eed57 config: friendlier error message on resource arity mismatch
11 years ago
James Nugent 5ea25363a1 Add regression test for #4069
11 years ago
Paul Hinze d90eb2d88e config: test replicating #4079
11 years ago
James Nugent 7f5f8d300d Add failing test replicating #4065
11 years ago
Paul Hinze afb5136ac2 Merge pull request #3986 from hashicorp/phinze/hcl-escaped-quotes
11 years ago
Paul Hinze 15e7927009 config: test covering escaped quotes syntax error
11 years ago
James Nugent 6ae3218f8a Add failing tests for JSON configuration parsing
11 years ago
Paul Hinze 928f534cfc template_file: source contents instead of path
11 years ago
James Nugent f4164b5322 Add resource with heredoc to config load tests
11 years ago
Mitchell Hashimoto deb17b90eb Merge pull request #3813 from hashicorp/b-new-hcl
11 years ago
Martin Atkins 988baa584b Merge #3814: 'coalesce' interpolation func
11 years ago
James Nugent f4c03ec2a6 Reflect new comment format in stringer.go
11 years ago
Matt Morrison 6ecec7fe83 Add coalesce func
11 years ago
Mitchell Hashimoto 13c5fdb154 config: remove debug line
11 years ago
Mitchell Hashimoto 02f512d4bd config: new HCL API
11 years ago
Paul Hinze c56245ce34 Merge pull request #2973 from bobtfish/length_empty_split_zero
11 years ago
Paul Hinze af04321723 config: return to the go1.5 generated lang/y.go
11 years ago
Tomas Doran 96275ee66a Add an explicit test for PR #2973
11 years ago
Martin Atkins ef161e1c1b Various interpolation functions for CIDR range manipulation.
11 years ago
Matt Morrison cccc5d03e3 Add lower / upper interpolation functions
11 years ago
Paul Hinze 77847b1572 config/lang: restore go1.4.3 generated code
11 years ago
Mitchell Hashimoto 344e7c26b5 fix a bunch of tests from go-getter import
11 years ago
Mitchell Hashimoto 06f4ac8166 config/module: use go-getter
11 years ago
Rob Zienert a1939e70f7 Adding ignore_changes lifecycle meta property
11 years ago
Martin Atkins 3c939f9b26 Merge #3239: "compact" interpolation function
11 years ago
Martin Atkins 16b11e443d go fmt the "compact" function changes.
11 years ago
Svend Sorensen 73b51698ad Replace simple case with if
11 years ago
Svend Sorensen 8e4a313f17 Return an empty slice for empty string lists
11 years ago
Svend Sorensen 53f44878ff Add tests for empty string lists
11 years ago
Anthony Stanton f2f4ded970 Initialize list as an empty slice
11 years ago
Panagiotis Moustafellos e4845f75cc removed extra parentheses
11 years ago
Anthony Stanton aed3f98703 Rename func which is now a method.
11 years ago
Anthony Stanton 95b2a60b29 Use {a,b} instead of {b,c}
11 years ago
Anthony Stanton ef2b0a0b71 Order functions alphabetically
11 years ago
Anthony Stanton 735803ef09 Test cases for compact()
11 years ago
Anthony Stanton 7610874264 Initial implementation of compact() interpolation function
11 years ago
Martin Atkins 3fde993978 Merge #3336: Remove local multierror package.
11 years ago
Martin Atkins 0b85d35e87 Rename base64enc/dec to encode/decode.
11 years ago
Sander van Harmelen 2ba8dc38fa Switch to go-multierror
11 years ago
Gorka Lerchundi Osa 70522fb770 implements base64{enc,dec} interpolation funcs
11 years ago
Anthony Scalisi 198e1a5186 remove various typos
11 years ago
Radek Simko 563fd3872b Add a few tests for string_list
11 years ago
Jason Gedge cf5926ddad Add a function to find the index of an element in a list.
11 years ago
Mitchell Hashimoto 89d44e5088 Merge pull request #2505 from hashicorp/b-var-splat
11 years ago
Mitchell Hashimoto 97d2c4a6de config/lang: don't see * as part of var name [GH-2046]
11 years ago
Paul Hinze c95f21cec1 config: make formatlist work on lists of length 1
11 years ago
Paul Hinze e88aeede9b core: allow distinguishing between empty lists and strings
11 years ago
Paul Hinze 7238b3b4af core: encapsulate representation of StringList
11 years ago