aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/models/tosca-string-parameter.ts
AgeCommit message (Collapse)AuthorFilesLines
2022-09-08Support TOSCA functions in Node Filtersandre.schmid1-0/+11
Adds support to use tosca functions as value in the node property filters and substitution filters Change-Id: Id242691cc9ddd233245b58f052b9f0e2c7bbd66b Issue-ID: SDC-4128 Signed-off-by: André Schmid <andre.schmid@est.tech>
2022-07-18Support for concat TOSCA functionandre.schmid1-0/+28
Adds support for the concat TOSCA function in an instance property. Refactors the TOSCA function structure so it can be more generic to support other functions in the future. Change-Id: I338e4138d26afe21779da57c4eeb3f2d486c20a9 Issue-ID: SDC-4095 Signed-off-by: andre.schmid <andre.schmid@est.tech>