aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-core/catalog-mgr/src/main/java/org/openo/commontosca/catalog/model/parser/yaml/aria/AriaModelParser.java
AgeCommit message (Expand)AuthorFilesLines
2016-10-27Parse service template name from metadata 'name'.YuanHu1-17/+17
2016-10-27Add 'id' property to service template.YuanHu1-0/+1
2016-10-26Directly use the response of aria parser as RawData,YuanHu1-1/+1
2016-10-25Parse Service Template name, vendor and version from metadata.YuanHu1-3/+3
2016-10-24The response of aria parser changed, need to fix it.YuanHu1-21/+21
2016-10-21Fix bugs TOSCA-123 GSO-33nancylizi1-1/+1
2016-10-20Modify File.separator to '/' for temporary csar uri.YuanHu1-0/+5
2016-10-19To fix the gaps between catalog model manager and aria parser.YuanHu1-14/+9
2016-09-30Parse Plan information from our own alone file. Definitions/plans.yamlYuanHu1-0/+4
2016-09-29Clean Code. Extracting common methods.YuanHu1-3/+2
2016-09-27Update license headerhuangjian1-1/+1
2016-09-23Code cleanup. Such as Providing new public method, changing method name.YuanHu1-1/+1
2016-09-22Modification for co-debug with aria parser.YuanHu1-39/+45
2016-09-20Delete the redundant Configuration Items. Such as opentoscaServerAddr, yamlPa...YuanHu1-3/+3
2016-09-14Codes for the interface with aria parser.YuanHu1-0/+296