Commit Graph

39 Commits (8423dd4e51a70b7e3249d6d48a8221bbeb4e77ba)

Author SHA1 Message Date
Joseph Kordish e1b62c76ad add sha1 interpolation
10 years ago
Matt Morrison 6ecec7fe83 Add coalesce func
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
Martin Atkins 3c939f9b26 Merge #3239: "compact" interpolation function
11 years ago
Martin Atkins 16b11e443d go fmt the "compact" function changes.
11 years ago
Panagiotis Moustafellos e4845f75cc removed extra parentheses
11 years ago
Anthony Stanton 95b2a60b29 Use {a,b} instead of {b,c}
11 years ago
Anthony Stanton 735803ef09 Test cases for compact()
11 years ago
Martin Atkins 0b85d35e87 Rename base64enc/dec to encode/decode.
11 years ago
Gorka Lerchundi Osa 70522fb770 implements base64{enc,dec} interpolation funcs
11 years ago
Jason Gedge cf5926ddad Add a function to find the index of an element in a list.
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
Paul Hinze 10b3abf405 config: introduce StringList to abstract over list hack
11 years ago
Radek Simko 6a60fa4bfe config: concat function supports lists (combines more lists into one)
11 years ago
Radek Simko e9e41dfd05 Improve test error messages
11 years ago
Paul Hinze b781c6c446 core: keys() and values() funcs for map variables
11 years ago
Josh Bleecher Snyder 02e751e356 config: add formatlist
11 years ago
Paul Hinze 5874fa06ff Merge pull request #1495 from TimeIncOSS/length-func
11 years ago
Radek Simko 6a720d087c length added to built-in functions
11 years ago
Radek Simko 8eb6984a89 Test helpers to print expected output
11 years ago
Mitchell Hashimoto b39ddc7d47 config: add format function
11 years ago
Mitchell Hashimoto 5895494897 config: test bad regexp for replace
11 years ago
Mitchell Hashimoto 2f33a24385 config: add replace function
11 years ago
Bryce Kahle adccaad252 Add split function
11 years ago
Mitchell Hashimoto 2abeb2d9ac config: use new API
11 years ago
Mitchell Hashimoto 8ae14f06b3 config: variables must be typed
11 years ago
Mitchell Hashimoto 92af4801a1 config: reintroduce concat
11 years ago
Mitchell Hashimoto 4af4c9e16c config: add lookup function back
11 years ago
Mitchell Hashimoto 1ccad4d729 config: convert fucntions, put functions into Scope
11 years ago
Rob Costanzo 8da91e9636 Added an element interpolation lookup function for accessing a specific index from a list with splat variables
12 years ago
Mitchell Hashimoto 61b46c8612 config: add join() function
12 years ago
Mitchell Hashimoto 2fb001dcf9 config: add `concat` function [GH-191]
12 years ago
Mitchell Hashimoto 0d12c3f5b8 config: fmt
12 years ago
Mitchell Hashimoto 80385c7682 config: add file() function for reading file contents
12 years ago
Mitchell Hashimoto 8b5cc5d534 config: lookup function works + tests
12 years ago