summaryrefslogtreecommitdiffstats
path: root/catalog-model/src/test
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Added oparent to sdc mainTomasz Golabek127-109/+2649
2019-07-07Improved unit tests for ComponentValidationUtils and Sonar fixes.k.kedron1-4/+115
2019-07-07Remove field injection in catalog-daoWojciech Sliwka1-3/+4
2019-06-12Upgrade SDC from Titan to Janus Graphshrikantawachar51-781/+820
2019-05-20Fixed declared properties are not updated properlySatoshi Fujii1-0/+42
2019-05-14Support Capability PropertiesMojahidul Islam3-0/+191
2019-05-07Change to enable SDC list type inputToshimichi Fukuda4-6/+166
2019-04-14Declare properties as policiestalio1-2/+2
2019-03-30Heal Vertex Datashrek200017-52/+115
2019-03-19Display PNF/VNF Type for PNF (backend)kooper1-1/+9
2019-03-04Requirement and capabilities featuremojahidi3-10/+480
2019-01-21Operation on PNFsiddharth09051-0/+12
2019-01-14Interface operation feature enhancementspriyanshu3-319/+273
2019-01-10Add new test cases on existing class.isaac.manuelraj1-0/+68
2018-12-27Revert "Interface operation feature enhancements"priyanshu3-46/+120
2018-12-24Interface operation feature enhancementspriyanshu3-120/+46
2018-12-19API for get all interface lifecycle typesshrikantawachar1-17/+65
2018-11-25UT-ToscaOperationFacade 6Sindhuri.A1-4/+119
2018-11-19Add UT for Combination model classSatyaki Mallick1-0/+42
2018-11-19UT-ToscaOperationFacade 5Sindhuri.A1-0/+26
2018-11-19UT-AdditionalInfoOperation2Sindhuri.A1-0/+43
2018-11-19UT-enhance NodeTemplateOperationTest4Sindhuri.A1-97/+106
2018-11-12UT-ToscaOperationFacade 4Sindhuri.A1-0/+27
2018-11-01UT-ToscaOperationFacade 3Sindhuri.A1-0/+47
2018-11-01UT-enhance NodeTemplateOperationTest3Sindhuri.A1-20/+29
2018-11-01Add UT for ComponentValidationUtilsSatyaki Mallick1-0/+31
2018-10-29UT-TopologyTemplateOperationSindhuri.A1-3/+56
2018-10-29UT-enhance ComponentInstanceOperationTestSindhuri.A1-22/+62
2018-10-29UT-ToscaOperationFacade 2Sindhuri.A1-0/+46
2018-10-29UT-enhance NodeTemplateOperationTest2Sindhuri.A1-10/+21
2018-10-29UT-ToscaElementOperationSindhuri.A1-0/+15
2018-10-27UT-ToscaOperationFacadeSindhuri.A1-10/+95
2018-10-27UT-catalog model ModelConverter 2Sindhuri.A1-0/+21
2018-10-27UT-enhance NodeTemplateOperationTestSindhuri.A2-35/+73
2018-10-27UT-ToscaElementLifecycleOperationSindhuri.A1-3/+14
2018-10-24UT-AdditionalInfoOperationSindhuri.A1-3/+36
2018-10-24UT-catalog model ModelConverterSindhuri.A1-0/+85
2018-09-13Interface operation support for service - BEpriyanshu1-142/+152
2018-08-06Interface operations Model updatepriyanshu1-20/+0
2018-08-05add removed unit testsMichael Lando49-0/+3582
2018-07-30Add support for workflowId and workflowVersionIdmojahidi1-22/+0
2018-07-29re base codeMichael Lando135-9194/+6898
2018-07-25Catalog-model dead code removalPiotr Krysiak7-410/+55
2018-06-26Add output parameter support in Operation screenmojahidi1-1/+1
2018-06-12new unit tests for sdc-modelTal Gitelman18-128/+338
2018-06-10new unit tests for sdc-modelTal Gitelman1-146/+447
2018-06-06new unit tests for sdc-modelTal Gitelman11-42/+1240
2018-06-06new unit tests for sdc-daoTal Gitelman28-53/+1858
2018-06-06new unit tests for sdc-daoTal Gitelman26-10/+896
2018-05-13Raise JUnit coverage common-beTal Gitelman1-4/+0
/span>.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.functionaljava</groupId> <artifactId>functionaljava</artifactId> <version>${functionaljava.version}</version> <scope>provided</scope> </dependency> <!-- http client --> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>${httpclient.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> <version>${httpcore.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>${guava.version}</version> <scope>provided</scope> </dependency> <!-- TEST --> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>${spring.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junit.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-jci-core</artifactId> <version>${commons-jci-core.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-expression</artifactId> <version>${spring.version}</version> <scope>test</scope> </dependency> <!-- TITAN --> <dependency> <groupId>com.thinkaurelius.titan</groupId> <artifactId>titan-core</artifactId> <version>${titan.version}</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>org.json</groupId> <artifactId>json</artifactId> </exclusion> <exclusion> <artifactId>slf4j-log4j12</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.onap.sdc.sdc-titan-cassandra</groupId> <artifactId>sdc-titan-cassandra</artifactId> <version>${sdc.titan.version}</version> <scope>provided</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>${lang3.version}</version> <scope>provided</scope> </dependency> <!-- TITAN END --> <!-- CASSANDRA --> <dependency> <groupId>com.datastax.cassandra</groupId> <artifactId>cassandra-driver-core</artifactId> <version>${cassandra.driver.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.datastax.cassandra</groupId> <artifactId>cassandra-driver-mapping</artifactId> <version>${cassandra.driver.version}</version> <scope>provided</scope> </dependency> <!-- CASSANDRA END --> </dependencies> <build> <pluginManagement> <plugins> <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself. --> <plugin> <groupId>org.eclipse.m2e</groupId> <artifactId>lifecycle-mapping</artifactId> <version>1.0.0</version> <configuration> <lifecycleMappingMetadata> <pluginExecutions> <pluginExecution> <pluginExecutionFilter> <groupId>fr.fastconnect</groupId> <artifactId>plantuml-maven-plugin</artifactId> <versionRange>[1.0.0,)</versionRange> <goals> <goal>plant</goal> </goals> </pluginExecutionFilter> <action> <ignore /> </action> </pluginExecution> </pluginExecutions> </lifecycleMappingMetadata> </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> <version>2.7</version> <configuration> <skip>true</skip> </configuration> </plugin> </plugins> </pluginManagement> </build> </project>