Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-11-26 | Trim inputs in Property assignment | Joanna Jeremicz | 2 | -2/+42 |
2020-11-18 | Fix doc issues | ChrisC | 4 | -3/+8 |
2020-11-17 | Fix import VFC with attributes | aribeiro | 31 | -524/+986 |
2020-11-17 | When submitting the service CSAR file import, duplicate key null appears in t... | zhaoxiangjun666 | 1 | -1/+1 |
2020-11-17 | Fix doc issues | ChrisC | 3 | -5/+8 |
2020-11-16 | Fix node filter capability filters | aribeiro | 25 | -369/+1020 |
2020-11-16 | Fix deployment artifact not shown | sebdet | 1 | -1/+1 |
2020-11-13 | Update Documentation | ChrisC | 8 | -43/+46 |
2020-11-13 | Add type field | xuegao | 1 | -0/+4 |
2020-11-09 | Upgrade the zusammen lib | sebdet | 2 | -2/+3 |
2020-11-07 | Fix import service csar label sticking out | Satoshi Fujii | 1 | -1/+1 |
2020-11-05 | Modify the get service Abstract status interface and add the tonode judgment | -5/+88 | ||
2020-10-29 | [DOC] Fix for SDC git repo path not found issue | ramagp | 1 | -1/+1 |
2020-10-27 | Update INFO.yaml | ChrisC | 1 | -0/+16 |
2020-10-27 | Officially Release 1.7.2 | sebdet | 1 | -0/+22 |
2020-10-26 | Fix broken local build1.7.2 | vasraz | 164 | -164/+164 |
2020-10-26 | software version fix | tragait | 2 | -0/+4 |
2020-10-26 | To solve the problem that the CSAR file cannot be imported when it is importe... | zhaoxiangjun666 | 3 | -9/+21 |
2020-10-26 | Fix workflow issue | xuegao | 1 | -4/+0 |
2020-10-23 | Fix substitution_mapping property mapping | <!--
============LICENSE_START=======================================================
ONAP Policy SDC Service Distribution
================================================================================
Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
============LICENSE_END=========================================================
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath />
</parent>
<groupId>org.onap.policy.distribution</groupId>
<artifactId>policy-distribution</artifactId>
<packaging>pom</packaging>
<name>policy-distribution</name>
<description>Code that implements our integration with SDC service distribution API.</description>
<properties>
<!-- sonar/jacoco overrides -->
<!-- Overriding oparent default sonar/jacoco settings Combine all our reports
into one file shared across sub-modules -->
<sonar.jacoco.reportPath>${project.basedir}/../target/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath>
<sonar.jacoco.itReportPath>${project.basedir}/../target/code-coverage/jacoco-it.exec</sonar.jacoco.itReportPath>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<policy.common.version>1.3.0-SNAPSHOT</policy.common.version>
</properties>
<modules>
<module>model</module>
<module>main</module>
<module>reception</module>
<module>forwarding</module>
<module>plugins</module>
<module>packages</module>
</modules>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-ext</artifactId>
<version>1.8.0-beta2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId> | ||
2020-09-29 | Allow hot reloading of specific config properties | aribeiro | 3 | -17/+24 |
2020-09-28 | Release 1.7.1 | sebdet | 1 | -0/+22 |
2020-09-25 | Standardize docker tagging1.7.1 | sebdet | 11 | -34/+31 |
2020-09-24 | Fix docker stage for be plugins | sebdet | 1 | -0/+1 |
2020-09-23 | Remove legacy Policy Types no longer used | Pamela Dragosh | 3 | -486/+0 |
2020-09-22 | SDC changes for adding dummy base heat-new patch | Sithara Nambiar | 6 | -1/+188 |
2020-09-21 | Support for Test Topology Auto Design- Service Import | zhaoxiangjun666 | 65 | -130/+14876 |
2020-09-18 | Introduce a new docker for be plugins | sebdet | 61 | -1400/+4692 |
2020-09-17 | Remove jboss-rmi | sebdet | 2 | -68/+80 |
2020-09-16 | Remove jboss-rmi | sebdet | 11 | -0/+66 |
2020-09-15 | Remove jboss-rmi | sebdet | 1 | -0/+6 |
2020-09-14 | Fix VSP updating issue | xuegao | 1 | -1/+3 |
2020-09-10 | Update sdc start to mount catalog-be plugins | andre.schmid | 2 | -5/+39 |