8 Commits

Author SHA1 Message Date
Piotr Grzesik
723927f2dc feat(Variables): Recognize : in address to support output source 2021-11-08 16:55:03 +01:00
Mariusz Nowak
0e3db01db8 feat(Variables): Resolve vars in strings which are subject to be joined 2021-06-29 17:37:11 +02:00
Mariusz Nowak
c63244ce96 fix(Variables): Clear escape slashes
New variables engine supports escape syntax (so e.g. "\${foo:}" was not recognized as variable notation.
Still there was no logic that would clear "\" characters. This patch fixes that
2021-04-20 10:28:06 +02:00
Mariusz Nowak
21ac1beb22 fix(Variables): Recognize hyphens in types
It's to recognize notation as "cf.us-east-1:.."
2021-03-02 22:47:32 +01:00
Mariusz Nowak
cc5bfd53ae fix(Variables): Fix unterminated variable resolution for some cases 2021-02-25 13:02:13 +01:00
Mariusz Nowak
99fd907abb fix(Variables): Fix nested sources resolution 2021-02-25 13:02:13 +01:00
Mariusz Nowak
fb9ce246b3 fix(Variables): Ensure vars are passed in address followed by source 2021-02-24 21:53:48 +01:00
Mariusz Nowak
fb2c425ed2 feat(Variables): New parser and resolver implementation 2021-02-24 12:15:28 +01:00