Kristin Laemmert
6463dd90e9
functions: TransposeFunc, SliceFunc
2018-10-16 18:49:20 -07:00
Kristin Laemmert
30671d85ad
functions: MergeFunc
2018-10-16 18:49:20 -07:00
Kristin Laemmert
aecd7b2e62
functions: LookupFunc
2018-10-16 18:49:20 -07:00
Kristin Laemmert
4d8c398f8e
functions: KeysFunc
2018-10-16 18:49:20 -07:00
Kristin Laemmert
21daabe680
functions: MapFunc
2018-10-16 18:49:20 -07:00
Kristin Laemmert
da02e0da4d
functions: ListFunc
2018-10-16 18:49:20 -07:00
Kristin Laemmert
529c2c3cc9
functions: FlattenFunc
2018-10-16 18:49:20 -07:00
Kristin Laemmert
4dd3ffc127
porting matchkeys
2018-10-16 18:49:20 -07:00
Kristin Laemmert
b979053361
general cleanup - addressing code review
2018-10-16 18:49:20 -07:00
Kristin Laemmert
498ffbf77b
adding some test cases and tweaking implementation to address them
2018-10-16 18:49:20 -07:00
Kristin Laemmert
0cbcd75ebb
port distinct and chunklist functions
2018-10-16 18:49:20 -07:00
Kristin Laemmert
8aac7587f7
port index and contains functions
2018-10-16 18:49:20 -07:00
Kristin Laemmert
e697e7d733
port compact function
2018-10-16 18:49:20 -07:00
Kristin Laemmert
1901d5d184
port coalescelist function
2018-10-16 18:49:20 -07:00
Kristin Laemmert
04ac87747c
base64decode: check that the decoded (not encoded) string is valid UTF-8
2018-10-16 18:49:20 -07:00
Kristin Laemmert
74f2d58b8b
base64decode: check that the decoded (not encoded) string is valid UTF-8
2018-10-16 18:49:20 -07:00
Kristin Laemmert
6171ba3b8a
base64decodeFunc now checks for valid UTF-8
2018-10-16 18:49:20 -07:00
Kristin Laemmert
b6d3d69d3a
port cidr functions
2018-10-16 18:49:20 -07:00
Kristin Laemmert
10ef61c71c
porting many functions
2018-10-16 18:49:20 -07:00
Kristin Laemmert
602b59cdc4
porting functions
2018-10-16 18:49:20 -07:00
Kristin Laemmert
4ad3676934
port ceil function
2018-10-16 18:49:20 -07:00
Kristin Laemmert
c4f4dddff5
porting crypto functions
2018-10-16 18:49:20 -07:00
Kristin Laemmert
eb1d8b7909
cleanup comments for nicer godocs
2018-10-16 18:49:20 -07:00
Kristin Laemmert
9aa9b18658
porting crypto functions
2018-10-16 18:49:20 -07:00
Kristin Laemmert
1a5299efcb
porting encoding functions
2018-10-16 18:49:20 -07:00
Kristin Laemmert
d4e703a5c1
base64decode
2018-10-16 18:48:28 -07:00
Kristin Laemmert
e30cb1a7dc
typo
2018-10-16 18:48:28 -07:00
Kristin Laemmert
a187c92f0e
implement datetime functions
2018-10-16 18:48:28 -07:00
Kristin Laemmert
755b1e2497
implement pathexpand
2018-10-16 18:48:28 -07:00
Kristin Laemmert
2a2ffb6ef4
implement dirname function
2018-10-16 18:48:28 -07:00
Kristin Laemmert
8c1f0842b0
implement basename function
2018-10-16 18:48:28 -07:00
Martin Atkins
129f5fe74d
lang/funcs: port some of Terraform's built-in functions
...
These implementations are adaptations of the existing implementations in
config/interpolate_funcs.go, updated to work with the cty API.
The set of functions chosen here was motivated mainly by what Terraform's
existing context tests depend on, so we can get the contexts tests back
into good shape before fleshing out the rest of these functions.
2018-10-16 18:48:28 -07:00