aboutsummaryrefslogtreecommitdiffstats
path: root/template-node/provider/src
AgeCommit message (Collapse)AuthorFilesLines
2019-01-07Merge "Sonar fix: TemplateNode.java"Dan Timoney1-1/+1
2019-01-07Merge "TemplateNode update"Dan Timoney1-1/+1
2019-01-04TemplateNode updateSmokowski, Kevin (ks6305)1-1/+6
push parameter values into velocity context to simplify how parameters are used in templates Change-Id: Ic8b4c56ef303ed9447bb1a62300c04c4accb2d6a Issue-ID: CCSDK-911 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
2019-01-03create a directive for the template nodeSmokowski, Kevin (ks6305)4-0/+172
The directive is called hideNullJson, it hides json when it is null to deal with optional json attributes Change-Id: I0b7a2c2f19e6f83e0d8c8c6f3552889c83dc997f Issue-ID: CCSDK-903 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
2019-01-01Sonar fix: TemplateNode.javaArundathi Patil1-1/+1
Fixed sonar issues/code-smells across this file Issue-ID: CCSDK-801 Change-Id: I26e767a409634c5541244d05dc5a11a56295984b Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-12-08Sonar Fix: TemplateNode.javaArundathi Patil1-3/+4
Fixed sonar issues/code-smells across this file Issue-ID: CCSDK-801 Change-Id: Ic1c7302faa64af37333335a8f4790af87195485d Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-08-08add template nodeSmokowski, Kevin (ks6305)6-0/+224
add tempalte node implementation Change-Id: Ifd3e6e7f2a7b9ff7029b523eab50274e440652cc Issue-ID: CCSDK-440 Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>