aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-core/catalog-mgr/src/main
AgeCommit message (Expand)AuthorFilesLines
2016-10-28TOSCA-159 Add serviceIp property which is used to config catalog microservice...sunqi3104-3/+23
2016-10-27Parse service template name from metadata 'name'.YuanHu7-49/+120
2016-10-27Merge "TOSCA-152 Add metadata and service Template original Id property for s...sun qi1-0/+21
2016-10-27TOSCA-152 Add metadata and service Template original Id property for service ...sunqi3101-0/+21
2016-10-27Comet message to WEB after delete package.nancylizi7-43/+354
2016-10-27Add 'id' property to service template.YuanHu6-7/+20
2016-10-26Directly use the response of aria parser as RawData,YuanHu7-13/+29
2016-10-26To delete the SubstitutionMapping Information when delete a csar package.YuanHu1-6/+15
2016-10-25Set property element Type to 'inputs' of 'Plan'.YuanHu1-10/+12
2016-10-25Parse Service Template name, vendor and version from metadata.YuanHu4-33/+66
2016-10-24The response of aria parser changed, need to fix it.YuanHu4-161/+186
2016-10-24Add log information.YuanHu3-28/+30
2016-10-22Delete package from temp directory and HTTP server while parse package failed.nancylizi1-0/+5
2016-10-22Fix the bug of upload package in big size failed.nancylizi1-16/+18
2016-10-21Fix bugs TOSCA-123 GSO-33nancylizi6-17/+19
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
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
2016-10-19To fix the gaps between catalog model manager and aria parser.YuanHu3-20/+22
2016-10-18TOSCA-121 Modify the problem of session closed when appincation access the sa...sunqi3101-10/+10
2016-10-13The url of http server via msb is started with 'files/catalog-http'.YuanHu1-1/+5
2016-10-13Fix the problem "when upload package throws an exception "String index out of...nancylizi1-13/+15
2016-10-13Parser download csar package from http server via msb.YuanHu1-2/+2
2016-10-12Protected of NullPointerException while convert json string to java Object.YuanHu2-13/+29
2016-10-12Fix bug "define csar meta in different way may cause upload package failed".nancylizi1-6/+8
2016-10-10Modify the request parameter from extensionList to extension, while call tosc...YuanHu2-16/+15
2016-10-10Change the default parser type from zte to aria.YuanHu1-2/+1
2016-09-30Parse Plan information from our own alone file. Definitions/plans.yamlYuanHu10-75/+405
2016-09-29Clean Code. Extracting common methods.YuanHu5-82/+147
2016-09-27Update license headerhuangjian166-9830/+9687
2016-09-27Restore the bug which delete package can not delete templatenancylizi1-32/+6
2016-09-26Change download uri of package, restore the bug in upload package.nancylizi2-10/+16
2016-09-26Modify the bug about uploadPackage and queryPackageByIdnancylizi2-71/+75
2016-09-23Code cleanup. Such as Providing new public method, changing method name.YuanHu5-20/+12
2016-09-22Modification for co-debug with aria parser.YuanHu7-141/+222
2016-09-21Provide put method for the ModelParserFactory.YuanHu1-0/+10
2016-09-20Delete the redundant Configuration Items. Such as opentoscaServerAddr, yamlPa...YuanHu10-189/+53
2016-09-20Remove unused code of package manager, change a way to read yamlParseAddr fro...nancylizi10-198/+19
2016-09-19Remove Chinese charactornancylizi3-7/+6
2016-09-14Codes for the interface with aria parser.YuanHu10-145/+749
2016-09-13Change the package name of these classes.YuanHu4-6/+5
2016-09-13Change the package name of these class. org.openo.commontosca.catalog.model.p...YuanHu8-21/+24
2016-09-09Modify the change line tag crlf to lf, modify check style, add the parser cal...nancylizi60-5252/+5272
2016-09-08Change java.io.File.deleteOnExit() to java.io.File.delete(). For the latter i...YuanHu1-415/+415
2016-09-06Put the csar package to the httpserver and post the path to the parser.YuanHu1-3/+40
2016-09-06Protected for Response Null While Deploy Plan-Package to wso2YuanHu1-1/+5
2016-09-06NullPointer Protected while plan is empty.YuanHu1-1/+4
2016-09-01Delete the useless commetdnancylizi6-328/+15
2016-08-31modify catalog code fit for check stylenancylizi155-8539/+9595