aboutsummaryrefslogtreecommitdiffstats
path: root/template-node/provider/src
AgeCommit message (Collapse)AuthorFilesLines
2019-02-05template node patchSmokowski, Kevin (ks6305)4-168/+1
Remove HideNullJson directive and update missing properties message Change-Id: I8eb1404d3844284fe28ed0d49226ad166e185656 Issue-ID: CCSDK-1040 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
2019-01-09Template-Node IntallSingal, Kapil (ks220y)1-2/+4
Adding TemplateNode in sli plugin features, as it's not getting installed as a default feature install Change-Id: I4804a40c8078df9f183b7752f5306643dfe0e588 Issue-ID: CCSDK-924 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
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>