aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-core
AgeCommit message (Collapse)AuthorFilesLines
2016-10-24The response of aria parser changed, need to fix it.YuanHu4-161/+186
Change-Id: I8f7a976517e8d07c6eb20a7ed245478502787b83 Issue-id: TOSCA-141 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-10-24Update tomcat version to '8.5.6'huangjian5-59/+145
Change-Id: I4bebc635354375d77906b0c5103499aed22cdc3a Issue-id: TOSCA-139 Signed-off-by: huangjian <huang.jian12@zte.com.cn>
2016-10-24Add log information.YuanHu4-30/+33
Change status of Service template from usage State to operation status. Change-Id: I6c6df768ecb7b996cbbf484b5afd1a896bc74130 Issue-id: TOSCA-122 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-10-24Fix the bug TOSCA-135nancylizi1-4/+16
Change-Id: Ie5d0038da8dee0c00dd37e6f18921af505a9f213 Issue-id: TOSCA-135 Signed-off-by: nancylizi <li.zi30@zte.com.cn>
2016-10-22Delete package from temp directory and HTTP server while parse package failed.nancylizi1-0/+5
Change-Id: I19fad483b26e36ec8554a5319b1f4b0f616498ea Issue-id:TOSCA-133 Signed-off-by: nancylizi <li.zi30@zte.com.cn>
2016-10-22Fix the bug of upload package in big size failed.nancylizi1-16/+18
Change-Id: Idf9e4aa578bf3e6a60da55777842df0685ae53aa Issue-id:TOSCA-131 Signed-off-by: nancylizi <li.zi30@zte.com.cn>
2016-10-21Fix bugs TOSCA-123 GSO-33nancylizi8-23/+31
Change-Id: Iabd06b1adc2399befd05e1411321c9beb417a94c Issue-id:TOSCA-123 GSO-33 Signed-off-by: nancylizi <li.zi30@zte.com.cn>
2016-10-20Merge "Modify File.separator to '/' for temporary csar uri."sun qi4-3/+18
2016-10-20Modify File.separator to '/' for temporary csar uri.YuanHu4-3/+18
Change-Id: I3c122266f6373f949e6e273ceeefdd6a244baccf Issue-id: TOSCA-122 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-10-20Merge "Fix the bug "Repeat upload package has logic error"."sun qi1-0/+9
2016-10-20Fix the bug "Repeat upload package has logic error".nancylizi1-0/+9
Change-Id: I548de180491738f3e13a119e9d6cc5e03253ca2d Issue-id:TOSCA-124 Signed-off-by: nancylizi <li.zi30@zte.com.cn>
2016-10-19To fix the gaps between catalog model manager and aria parser.YuanHu3-20/+22
Change-Id: I36430decf0092f75cd0f191d841f8f6b48f23b4d Issue-id: TOSCA-122 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-10-18TOSCA-121 Modify the problem of session closed when appincation access the ↵sunqi3101-10/+10
same database table at the same time Change-Id: Ic9f8720339858eed7cf9b71e32255ab334e94a94 Issue-id: TOSCA-121 Signed-off-by: sunqi310 <sun.qi310@zte.com.cn>
2016-10-13The url of http server via msb is started with 'files/catalog-http'.YuanHu1-1/+5
Change-Id: Ifdd6a3283d5ed95a70903703a59eab5036c7fbd9 Issue-id: TOSCA-108 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-10-13Merge "Fix the problem "when upload package throws an exception "String ↵sun qi1-13/+15
index out of range: -1""
2016-10-13Fix the problem "when upload package throws an exception "String index out ↵nancylizi1-13/+15
of range: -1" Change-Id: I594c2e47b104d237390dc9f45d4447e3129f2594 Issue-id:TOSCA-115 Signed-off-by: nancylizi <li.zi30@zte.com.cn>
2016-10-13Merge "bump OPEN-O snapshot versions on master"Jian Huang6-6/+6
2016-10-13bump OPEN-O snapshot versions on masterhuangjian6-6/+6
Change-Id: I23da3f8053950b890647614c79ad800cfc7e06c5 Issue-id: TOSCA-112 Signed-off-by: huangjian <huang.jian12@zte.com.cn>
2016-10-13Parser download csar package from http server via msb.YuanHu1-2/+2
Change-Id: Ibc414e5f01a57065de459d4a95ba27d8e5c2fb77 Issue-id: TOSCA-108 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-10-12Protected of NullPointerException while convert json string to java Object.YuanHu2-13/+29
When call zte parser api. Issue-id: TOSCA-108 Change-Id: I430a018f787b8c413b625dbd4a07b79f87ab0ef7 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-10-12Fix bug "define csar meta in different way may cause upload package failed".nancylizi1-6/+8
Issue-id:TOSCA-106 Change-Id: I5c4c73229787bdd17280c12d1074dffc21a1f327 Signed-off-by: nancylizi <li.zi30@zte.com.cn>
2016-10-10Modify the request parameter from extensionList to extension, while call ↵YuanHu2-16/+15
tosca-yaml-parser. Change-Id: Ie00fbca7ab2d3e71c72ff58715ff09c0df874506 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-10-10Change the default parser type from zte to aria.YuanHu2-3/+2
Change-Id: I5ef4941c63ee34cd35abcdaab1eeac77bdca8384 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-09-30Parse Plan information from our own alone file. Definitions/plans.yamlYuanHu11-75/+410
Change-Id: Ic300ff92bc8063cad33a372f3f31ecc5941c3b1a Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-09-29Clean Code. Extracting common methods.YuanHu6-85/+149
Dynamically Obtain the download-uri of service template. Change-Id: I79e60b6105bdad9cf9682776bc9dda7d2034fc54 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-09-29Modify the bug which "Catalog unit test failure on latest daily build"nancylizi3-1/+6
Issue-id:TOSCA-83 Change-Id: Ife531fe8662cfd7c0735d7e1fd9075238aaa5994 Signed-off-by: nancylizi <li.zi30@zte.com.cn>
2016-09-27Update license headerhuangjian202-10079/+9922
Change-Id: I9254691ebb7c05ebed80d2348e750db773ff0685 Issue-id: TOSCA-84 Signed-off-by: huangjian <huang.jian12@zte.com.cn>
2016-09-27Restore the bug which delete package can not delete templatenancylizi1-32/+6
Issue-id:TOSCA-82 Change-Id: Ib749580b30c5bad4dbaf7607e8a3e6d5f38991aa Signed-off-by: nancylizi <li.zi30@zte.com.cn>
2016-09-26Change download uri of package, restore the bug in upload package.nancylizi4-15/+24
Issue-id:TOSCA-81 Change-Id: I96964c84ac237f6e07ab4d63b409faec0de58c85 Signed-off-by: nancylizi <li.zi30@zte.com.cn>
2016-09-26Modify the bug about uploadPackage and queryPackageByIdnancylizi3-79/+86
Issue-id:TOSCA-77 Change-Id: I2697f150bca4404bd2c806c9669961c2ddba6de2 Signed-off-by: nancylizi <li.zi30@zte.com.cn>
2016-09-26Add junit about model manager.nancylizi2-0/+518
Issue-id:TOSCA-78 Change-Id: I9871f7c109f0bd60183c893d05c31e7996d3685a Signed-off-by: nancylizi <li.zi30@zte.com.cn>
2016-09-23Code cleanup. Such as Providing new public method, changing method name.YuanHu5-20/+12
Change-Id: Ida1cd134c94c8c014a4a827acdb06404633d1fc3 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-09-22Modification for co-debug with aria parser.YuanHu7-141/+222
Change-Id: I4839aab6651149d5b167c4cc452d922a5af878c7 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-09-21TOSCA-69 Modify the default port of http serversunqi3103-4/+6
Change-Id: Ibbe9f1ee1e6b2ade52c75ee01c9facad0aa4df58 Issue-id: TOSCA-69 Signed-off-by: sunqi310 <sun.qi310@zte.com.cn>
2016-09-21TOSCA-68 Modify start and stop script.so that we can run or stop catalog ↵sunqi3104-7/+10
service at any path Change-Id: I98fbf875f163a0e2116e0667d2e4c7e03d5d8e5d Issue-id: TOSCA-68 Signed-off-by: sunqi310 <sun.qi310@zte.com.cn>
2016-09-21Merge "Provide put method for the ModelParserFactory."Jian Huang1-0/+10
2016-09-211. The publish package name add system typehuangjian2-16/+10
2. Parameter tasks is deprecated, use target instead Change-Id: Ic7e23133ed919161e0fd8b9d980fe9064bed8c52 Issue-id: TOSCA-65 Signed-off-by: huangjian <huang.jian12@zte.com.cn>
2016-09-21Provide put method for the ModelParserFactory.YuanHu1-0/+10
Change-Id: Ic58fdc4d4192e8e3fa2dff6af37c6bf4c8a5e032 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-09-21Merge "Delete the redundant Configuration Items. Such as ↵Jian Huang11-205/+53
opentoscaServerAddr, yamlParseAddr, ariaParserAddr, wso2HostIp, wso2HostPort, ldapServerIp, ldapServerPort, ldapLogindn, ldapPassword, ldapVersion."
2016-09-20Output Linux distribution packagehuangjian3-80/+203
Change-Id: I359b251d96076718c704b3d68127c9401e345643 Issue-id: TOSCA-63 Signed-off-by: huangjian <huang.jian12@zte.com.cn>
2016-09-20Delete the redundant Configuration Items. Such as opentoscaServerAddr, ↵YuanHu11-205/+53
yamlParseAddr, ariaParserAddr, wso2HostIp, wso2HostPort, ldapServerIp, ldapServerPort, ldapLogindn, ldapPassword, ldapVersion. Change-Id: Ia1b6693a66cf500f94cb58b51543c35d57520c23 Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
2016-09-20Modify the log file storage pathhuangjian1-100/+100
Change-Id: Ie158d1b2dec04bf0f88acfd94bb655829c8dec17 Signed-off-by: huangjian <huang.jian12@zte.com.cn>
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-19Change *.sh script files format to UNIXhuangjian2-2/+2
Change-Id: I71dddbee826e87a5e203ac4713d541d9ba24c476 Issue-id: TOSCA-54 Signed-off-by: huangjian <huang.jian12@zte.com.cn>
2016-09-14Fix build errors in autorelease full clean buildGary Wu6-7/+12
Fix build errors found in autorelease during full clean build of all projects. Change-Id: I8131b7ca968dc48aa87000837003e69931967830 Issue-id: INT-9 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2016-09-14Codes for the interface with aria parser.YuanHu11-145/+753
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 ↵nancylizi64-6171/+6191
calling in package manager, remove Chinese comment. Change-Id: I77226cb8d69b8a62c8364e371b83fdb9e462ce1d Signed-off-by: nancylizi <li.zi30@zte.com.cn>