aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be
AgeCommit message (Expand)AuthorFilesLines
2020-04-20Fix Tosca properties declarationaribeiro2-2/+2
2020-04-19Configure a new Artifact Typeandre.schmid2-32/+0
2020-04-16Add java 11 dependency in openecomp-beArindam Mondal3-1/+23
2020-04-16Upgrade Junit to version 5.6Baumel, Dvir (db384r)6-21/+28
2020-04-07Added more tests to increase coverageDmitry Puzikov6-22/+143
2020-04-07More unit tests addedDmitry Puzikov5-13/+637
2020-04-07More tests addedDmitry Puzikov5-0/+87
2020-04-06Fix ready probe exit codeandre.schmid1-4/+5
2020-04-05Fix data type properties declarationaribeiro4-4/+4
2020-03-26Updated the sdc certk.kedron3-3/+3
2020-03-23Entitlement Pool - Support Type FieldBen David, Elad (eb7504)11-29/+116
2020-03-22Add support for simple yaml profile 1.2vasraz4-11/+12
2020-03-19Use new base dockersOfir Sonsino1-1/+1
2020-03-17Base template guidelines changesBaumel, Dvir (db384r)60-5/+63
2020-03-16Run pods as non-root userMichaelMorris5-19/+16
2020-03-15Allow other entries for SOL004 Tosca.metaandre.schmid10-122/+149
2020-03-12Disable SecurityFilterOfir Sonsino138-138/+138
2020-03-11Fix CBA artifact recognition by SDCDmitry Puzikov2-1/+9
2020-03-05Stepping base_sdc-jetty and base_sdc-cassandra versionMichaelMorris1-1/+1
2020-02-18Configuration file runtime reloadandre.schmid2-12/+0
2020-02-02Move to version 1.6.1shrek2000138-138/+138
2020-01-30Upgrade to Cassandra 3shrek20001-1/+1
2020-01-29Implement policy element convertion during onboarding VSPDmitry Puzikov13-154/+997
2020-01-22Catalog alignmentys96934-513/+464
2019-12-24Fix heat env test fileOfir Sonsino1-15/+7
2019-12-20Unique identifier for test executionatulpurohit12-2298/+2257
2019-12-01Fix Security Hotspots issuesvasraz1-2/+5
2019-11-20Validate non-mano software information artifactandre.schmid19-584/+739
2019-11-20Onboard PNF software versionandre.schmid9-155/+30
2019-11-19Fix for scalar-unit type value.aribeiro79-247/+657
2019-11-10Fix sonarQube issue.aribeiro6-3/+60
2019-11-07Align Sdc warnings with VNF RequirementsBen David, Elad (eb7504)2-4/+4
2019-11-06Fix sonarqube issues introduced by ZipSlip changeandre.schmid1-4/+0
2019-11-05Align logging to Onap-ELS 2019.11Ben David, Elad (eb7504)51-741/+580
2019-11-04Transform custom types for PNFD.aribeiro36-183/+1524
2019-11-04a fix to handle onboard ALTER tablesBen David, Elad (eb7504)1-0/+1
2019-11-03Validate artifacts signature in SOL004 packageandre.schmid24-379/+639
2019-11-03Create new non-mano Artifact Type entry for pnf software informationaribeiro4-2/+10
2019-11-03Centralize onboarding package validationandre.schmid67-755/+1127
2019-11-03Handle onboard ALTER tables to support upgradeBen David, Elad (eb7504)5-116/+127
2019-10-30Fix zip slip security flawandre.schmid17-390/+249
2019-10-30Validate SOL004 manifest signature orderandre.schmid7-59/+51
2019-10-29Fix for status properties value.aribeiro299-15577/+15577
2019-10-29Bump SDC version 1.6.0Ofir Sonsino138-138/+138
2019-10-25Avoid duplicated verification if package is signedvasraz2-93/+100
2019-10-24Fix and refactor manifest parsingandre.schmid44-460/+1536
2019-10-21Fix factory instance creation instabilityandre.schmid20-272/+216
2019-09-10Bump SDC version 1.5.2Ofir Sonsino138-138/+138
2019-09-09Updated the sdc cert for ONAP namespace in the kubernetes.k.kedron3-4/+4
2019-09-04openecomp-be code coverage increasePiotr Darosz9-0/+285
<artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>1.10.19</version> <scope>test</scope> </dependency> <dependency> <groupId>org.testng</groupId> <artifactId>testng</artifactId> <version>6.11</version> <scope>test</scope> </dependency> <dependency> <groupId>ch.vorburger.mariaDB4j</groupId> <artifactId>mariaDB4j</artifactId> <version>2.2.3</version> <scope>test</scope> </dependency> </dependencies> </dependencyManagement> <repositories> <repository> <id>onap-public</id> <url>https://nexus.onap.org/content/groups/public</url> <releases> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> </repository> <repository> <id>onap-staging</id> <url>https://nexus.onap.org/content/groups/staging</url> <releases> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </releases> <snapshots> <enabled>true</enabled> <updatePolicy>always</updatePolicy> </snapshots> </repository> <repository> <id>ecomp-release</id> <name>onap-repository-releases</name> <url>https://nexus.onap.org/content/repositories/releases</url> <releases> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> <repository> <id>ecomp-snapshot</id> <name>onap-repository-snapshots</name> <url>https://nexus.onap.org/content/repositories/snapshots</url> <releases> <enabled>false</enabled> </releases> <snapshots> <enabled>true</enabled> </snapshots> </repository> </repositories> <build> <pluginManagement> <plugins> <plugin> <groupId>com.github.ferstl</groupId> <artifactId>depgraph-maven-plugin</artifactId> <version>3.3.0</version> <configuration> <graphFormat>text</graphFormat> <outputFileName>${dependency-list.file}</outputFileName> <outputDirectory>${project.basedir}</outputDirectory> <transitiveExcludes>*</transitiveExcludes> <showVersions>true</showVersions> <showGroupIds>true</showGroupIds> </configuration> </plugin> </plugins> </pluginManagement> <plugins> <!-- Jacoco / Sonar --> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>${jacoco.version}</version> <executions> <execution> <id>pre-unit-test</id> <goals> <goal>prepare-agent</goal> </goals> <configuration> <!-- Sets the path to the file which contains the execution data. --> <destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</destFile> <!-- Sets the name of the property containing the settings for JaCoCo runtime agent. --> <propertyName>surefireArgLine</propertyName> </configuration> </execution> <!-- Ensures that the code coverage report for unit tests is created after unit tests have been run. --> <execution> <id>post-unit-test</id> <phase>test</phase> <goals> <goal>report</goal> </goals> <configuration> <!-- Sets the path to the file which contains the execution data. --> <dataFile>${project.build.directory}/code-coverage/jacoco-ut.exec</dataFile> <!-- Sets the output directory for the code coverage report. --> <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory> </configuration> </execution> <execution> <id>pre-integration-test</id> <phase>pre-integration-test</phase> <goals> <goal>prepare-agent</goal> </goals> <configuration> <!-- Sets the path to the file which contains the execution data. --> <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile> <!-- Sets the name of the property containing the settings for JaCoCo runtime agent. --> <propertyName>failsafeArgLine</propertyName> </configuration> </execution> <!-- Ensures that the code coverage report for integration tests after integration tests have been run. --> <execution> <id>post-integration-test</id> <phase>post-integration-test</phase> <goals> <goal>report</goal> </goals> <configuration> <!-- Sets the path to the file which contains the execution data. --> <dataFile>${project.build.directory}/code-coverage/jacoco-it.exec</dataFile> <!-- Sets the output directory for the code coverage report. --> <outputDirectory>${project.reporting.outputDirectory}/jacoco-it</outputDirectory> </configuration> </execution> <execution> <id>default-prepare-agent</id> <goals> <goal>prepare-agent</goal> </goals> </execution> <execution> <id>default-report</id> <phase>prepare-package</phase> <goals> <goal>report</goal> </goals> </execution> <execution> <id>default-check</id> <goals> <goal>check</goal> </goals> <configuration> <rules> <rule> <element>PACKAGE</element> <limits> <limit> <counter>COMPLEXITY</counter> <value>COVEREDRATIO</value> <minimum>0.0</minimum> </limit> </limits> </rule> </rules> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>versions-maven-plugin</artifactId> <version>2.5</version> <configuration> <processAllModules>true</processAllModules> </configuration> </plugin> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>4.2.1</version> <extensions>true</extensions> </plugin> </plugins> </build> <profiles> <profile> <id>sonar-jacoco-aggregate</id> <activation> <property> <name>onap.jacoco.aggregateFile</name> </property> </activation> <build> <plugins> <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <executions> <execution> <id>merge</id> <goals> <goal>merge</goal> </goals> <phase>generate-resources</phase> <configuration> <destFile>${onap.jacoco.aggregateFile}</destFile> <fileSets> <fileSet> <directory>${project.basedir}</directory> <includes> <include>**/target/code-coverage/*.exec</include> </includes> </fileSet> </fileSets> </configuration> </execution> </executions> </plugin> </plugins> </build> </profile> </profiles> </project>