aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-core/catalog-mgr/src
AgeCommit message (Collapse)AuthorFilesLines
2016-09-20Remove unused code of package manager, change a way to read yamlParseAddr ↵nancylizi11-248/+27
from config file. Issue-id: TOSCA-58 Change-Id: Ie6183f9eefe4e8204a1d9b7ff614b0276d76d9c7 Signed-off-by: nancylizi <li.zi30@zte.com.cn>
2016-09-19Remove Chinese charactornancylizi3-7/+6
Change-Id: I7457b30f67498c6dccf30350e667e6288c21b8a3 Signed-off-by: nancylizi <li.zi30@zte.com.cn>
2016-09-14Codes for the interface with aria parser.YuanHu10-145/+749
Change-Id: I7bac354212fa12c08aaa266f057bb10bedb5c4c3 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-09-13Change the package name of these classes.YuanHu4-6/+5
Change-Id: I5d900f9d02f7abacceba7b499fe7c03cba7b3511 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-09-13Change the package name of these class. ↵YuanHu8-21/+24
org.openo.commontosca.catalog.model.parser.yaml --> org.openo.commontosca.catalog.model.parser.yaml.zte Change-Id: I02c7f3468205f0341bedf03fbd66a2fed07a2155 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-09-09Modify the change line tag crlf to lf, modify check style, add the parser ↵nancylizi61-5583/+5603
calling in package manager, remove Chinese comment. Change-Id: I77226cb8d69b8a62c8364e371b83fdb9e462ce1d Signed-off-by: nancylizi <li.zi30@zte.com.cn>
2016-09-08Change java.io.File.deleteOnExit() to java.io.File.delete(). For the latter ↵YuanHu1-415/+415
id more stable. Change-Id: I52c6982fd1fbfcd9146f7a80ccf9f4cf16feba3f Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-09-06Put the csar package to the httpserver and post the path to the parser.YuanHu1-3/+40
Change-Id: Icbb40a431c7202e41b957031d4500104a67cfc9d Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-09-06Protected for Response Null While Deploy Plan-Package to wso2YuanHu1-1/+5
Change-Id: I4c84d3bb9f94f01e21e605791019e62a78618e13 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-09-06NullPointer Protected while plan is empty.YuanHu1-1/+4
Change-Id: I124e06b671fea5305c617483c64547e91c2fe212 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-09-01Delete the useless commetdnancylizi6-328/+15
Change-Id: I40c2e11d23df61b38ab69910ac88c387a1260747 Signed-off-by: nancylizi <li.zi30@zte.com.cn>
2016-08-31modify catalog code fit for check stylenancylizi166-9546/+10728
Change-Id: I782b72fc1a4af37f20116fde624a4826d4154546 Signed-off-by: nancylizi <li.zi30@zte.com.cn>
2016-08-29TOSCA-47 Automatically registered to the MSBhuangjian6-1/+277
Change-Id: I32fa81e5dc7e3fbac511712853c8219f06b70ce3 Issue-id: TOSCA-47 Signed-off-by: huangjian <huang.jian12@zte.com.cn>
2016-08-24Fix unit test issuehuangjian5-8/+51
Change-Id: If42d15f2572c9005e61ca108ea7cdd0525771a31 Signed-off-by: huangjian <huang.jian12@zte.com.cn>
2016-08-181. Adjust the directory hierarchy 2. Fix the compile issue 3.Fix the ↵huangjian188-0/+27023
licences check warning Change-Id: I0b9326d2dcdf08ced160ebe367b4b88e292137ee Signed-off-by: huangjian <huang.jian12@zte.com.cn>