Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-10-18 | Adding CNF Upgrade Code Enhancements | 1 | -1/+2 | |
2022-10-03 | Merge "Code & Workflow Enhancements for CNF - Upgrade" | 1 | -9/+11 | |
2022-10-03 | Rollback Scenario for recursive orchestration | 1 | -1/+2 | |
2022-10-03 | Code & Workflow Enhancements for CNF - Upgrade | <?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.openecomp.sdc</groupId>
<artifactId>openecomp-sdc-healing-api</artifactId>
<parent>
<groupId>org.openecomp.sdc</groupId>
<artifactId>openecomp-healing-lib</artifactId>
<version>1.8.3-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>org.onap.sdc.common</groupId>
<artifactId>onap-configuration-management-core</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.onap.sdc.common</groupId>
<artifactId>onap-configuration-management-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openecomp.sdc.core</groupId>
<artifactId>openecomp-facade-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openecomp.sdc.core</groupId>
<artifactId>openecomp-facade-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openecomp.sdc</groupId>
<artifactId>openecomp-sdc-validation-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openecomp.sdc</groupId>
<artifactId>openecomp-sdc-versioning-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openecomp.sdc</groupId>
<artifactId>openecomp-item-permissions-core</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
| 2 | -4/+20 |
2022-02-03 | Hard-coded cloud owner in mariadb-galera for VNF-Macro-Modify action | 1 | -3/+3 | |
2022-01-20 | CNF Healthcheck Workflow broken after macro sql file refactoring | 1 | -2/+6 | |
2021-11-26 | Enable CreateChildServiceBB for Service-Macro-Create | 1 | -22/+26 | |
2021-10-06 | Merge "Clean R_MacroData.sql file" | 1 | -505/+346 | |
2021-10-04 | Clean R_MacroData.sql file | 1 | -505/+346 | |
2021-08-26 | SO-3720 BuildingBlockRollback lookup table | 3 | -0/+79 | |
2021-08-25 | Expose HealthCheck Northbound API of SO | 2 | -1/+20 | |
2021-08-13 | Merge "SO changes for Service Intent" | 1 | -0/+8 | |
2021-08-11 | SO changes for Service Intent | 1 | -0/+8 | |
2021-08-04 | Add new endpoint and macro for service upgrade | 1 | -0/+8 | |
2021-06-30 | Fixing XML parsers security bug | 2 | -12/+24 | |
2021-06-30 | Reducing org.reflections package logging | 6 | -169/+171 | |
2021-06-29 | Fixing XML parsers security bug | 1 | -4/+3 | |
2021-06-29 | Fixing XML parsers security bug | 1 | -6/+13 | |
2021-06-25 | Fixing gating catalogdb pod failure | 1 | -6/+6 | |
2021-06-24 | Updating pom version to 1.9.0-SNAPSHOT | 8 | -8/+8 | |
2021-06-18 | Add VNF-Macro-Create and VNF-Macro-Delete | 1 | -0/+35 | |
2021-05-05 | Fix typo DESACTIVATE to DEACTIVATE | 1 | -3/+3 | |
2021-04-21 | Added logging statements for skip post inst conf class | 2 | -6/+6 | |
2021-03-26 | Merge "request db endpoint and bpmn cleanup" | 1 | -0/+11 | |
2021-03-24 | request db endpoint and bpmn cleanup | 1 | -0/+11 | |
2021-03-17 | remove network soap and dead code | 34 | -4579/+194 | |
2021-03-15 | update swagger to v3 open api version | 7 | -64/+68 | |
2021-03-12 | Merge "add new sdnc interaction"1.8.1 | 5 | -0/+278 | |
2021-03-12 | Merge "version upgrades plus cleanup" | 7 | -80/+3 | |
2021-03-11 | correct string comparison operator | 1 | -6/+6 | |
2021-03-10 | add new sdnc interaction | 5 | -0/+278 | |
2021-03-09 | version upgrades plus cleanup | 7 | -80/+3 | |
2021-03-10 | Merge "remove vnfadaptercreate vnfadaptercreatevfmodule" | 15 | -1110/+72 |