Age | Commit message (Expand) | Author | Files | Lines |
2018-02-09 | Merge "Remove Technical Debt from MSB code" | ![](//seccdn.libravatar.org/avatar/a545b17a9723b96e796a0f4b61df6393?s=13&d=retro) Pamela Dragosh | 2 | -113/+113 |
2018-02-09 | Remove Technical Debt from MSB code | ![](//seccdn.libravatar.org/avatar/83a95080fede89baa6ace84d64b2ea2d?s=13&d=retro) liamfallon | 2 | -113/+113 |
2018-02-08 | JUint/Technical Debt for eventmanager | ![](//seccdn.libravatar.org/avatar/83a95080fede89baa6ace84d64b2ea2d?s=13&d=retro) liamfallon | 29<?xml version="1.0" encoding="UTF-8"?>
<!--
============LICENSE_START=======================================================
Copyright (c) 2020 Linux Foundation.
Modifications Copyright (C) 2020-2023 Nordix Foundation
Modifications Copyright (C) 2020-2021 Pantheon.tech
Modifications Copyright (C) 2021-2022 Bell Canada.
================================================================================
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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
<version>3.2.0</version>
</parent>
<groupId>org.onap.cps</groupId>
<artifactId>cps-aggregator</artifactId>
<version>3.3.9-SNAPSHOT</version>
<packaging>pom</packaging>
<name>cps</name>
<description>ONAP Configuration Persistence Service</description>
<organization>
<name>ONAP - CPS</name>
<url>http://www.onap.org/</url>
</organization>
<properties>
<maven.deploy.skip>false</maven.deploy.skip>
<maven.install.skip>false</maven.install.skip>
</properties>
<modules>
<module>cps-dependencies</module>
<module>cps-bom</module>
<module>cps-parent</module>
<module>cps-events</module>
<module>cps-service</module>
<module>cps-rest</module>
<module>cps-ncmp-events</module>
<module>cps-ncmp-service</module>
<module>cps-ncmp-rest</module>
<module>cps-ncmp-rest-stub</module>
<module>cps-path-parser</module>
<module>cps-ri</module>
<module>dmi-plugin-demo-and-csit-stub</module>
<module>integration-test</module>
<module>checkstyle</module>
<module>spotbugs</module>
<module>cps-application</module>
<module>jacoco-report</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.8.1</version>
<configuration>
<processAllModules>true</processAllModules>
</configuration>
</plugin>
</plugins>
</build>
</project>
ertions'>+358 |
2018-01-20 | Fix Tech Debt/JUnit on VFC POJOs | ![](//seccdn.libravatar.org/avatar/83a95080fede89baa6ace84d64b2ea2d?s=13&d=retro) liamfallon | 20 | -196/+996 |
2018-01-19 | Merge "Fix Technical Debt, add Unit tests for SO" | ![](//seccdn.libravatar.org/avatar/7f039d91d80baf3871e45cb1df4e78e3?s=13&d=retro) Jorge Hernandez | 42 | -829/+2390 |
2018-01-18 | Merge "Fix Technical Debt, Unit Test for APPCLCM POJOs" | ![](//seccdn.libravatar.org/avatar/7f039d91d80baf3871e45cb1df4e78e3?s=13&d=retro) Jorge Hernandez | 14 | -158/+835 |
2018-01-18 | Merge "Fix Tech Debt/JUnit on control loop event POJOs" | ![](//seccdn.libravatar.org/avatar/7f039d91d80baf3871e45cb1df4e78e3?s=13&d=retro) Jorge Hernandez | 25 | -669/+989 |
2018-01-18 | Fix Technical Debt, Unit Test for APPCLCM POJOs | ![](//seccdn.libravatar.org/avatar/83a95080fede89baa6ace84d64b2ea2d?s=13&d=retro) Liam Fallon | 14 | -158/+835 |
2018-01-18 | Merge "Fix Technical Debt, basic JUnit tests for Rest" | ![](//seccdn.libravatar.org/avatar/7f039d91d80baf3871e45cb1df4e78e3?s=13&d=retro) Jorge Hernandez | 4 | -85/+233 |
2018-01-18 | Fix Technical Debt, add Unit tests for SO | ![](//seccdn.libravatar.org/avatar/99e5cbe829d1ee09cc475e3f265b29e8?s=13&d=retro) vdmeer | 42 | -829/+2390 |
2018-01-18 | Merge "Fix Technical Debt for TrafficGenerator" | ![](//seccdn.libravatar.org/avatar/a545b17a9723b96e796a0f4b61df6393?s=13&d=retro) Pamela Dragosh | 5 | -55/+52 |
2018-01-18 | Fix Tech Debt/JUnit on control loop event POJOs | ![](//seccdn.libravatar.org/avatar/83a95080fede89baa6ace84d64b2ea2d?s=13&d=retro) Liam Fallon | 25 | -669/+989 |
2018-01-17 | Fix Technical Debt, basic JUnit tests for Rest | ![](//seccdn.libravatar.org/avatar/99e5cbe829d1ee09cc475e3f265b29e8?s=13&d=retro) vdmeer | 4 | -85/+233 |
2018-01-17 | Fix Technical Debt for TrafficGenerator | ![](//seccdn.libravatar.org/avatar/99e5cbe829d1ee09cc475e3f265b29e8?s=13&d=retro) vdmeer | 5 | -55/+52 |
2018-01-17 | Added all J Unit tests SDC | ![](//seccdn.libravatar.org/avatar/99e5cbe829d1ee09cc475e3f265b29e8?s=13&d=retro) vdmeer | 5 | -0/+622 |
2018-01-16 | Fix Sonar Technical Debt, Unit Test for APPC POJOs | ![](//seccdn.libravatar.org/avatar/83a95080fede89baa6ace84d64b2ea2d?s=13&d=retro) Liam Fallon | 19 | -183/+907 |
2018-01-15 | Restore getters and setters to AAINQResponse class | ![](//seccdn.libravatar.org/avatar/83a95080fede89baa6ace84d64b2ea2d?s=13&d=retro) Liam Fallon | 1 | -0/+12 |
2018-01-15 | Merge "Cleanup of A&AI message model module." | ![](//seccdn.libravatar.org/avatar/7f039d91d80baf3871e45cb1df4e78e3?s=13&d=retro) Jorge Hernandez | 74 | -917/+2067 |
2018-01-10 | Add IntelliJ files to .gitignore | ![](//seccdn.libravatar.org/avatar/9575d06bbbf37810dd0587183de2ef61?s=13&d=retro) Alexis de Talhouƫt | 1 | -0/+4 |
2017-12-15 | Add guard junits | ![](//seccdn.libravatar.org/avatar/a3ac49bc1c7602fb053099f3b1f2be06?s=13&d=retro) Temoc Rodriguez | 12 | -18/+555 |
2017-12-14 | Cleanup of A&AI message model module. | ![](//seccdn.libravatar.org/avatar/83a95080fede89baa6ace84d64b2ea2d?s=13&d=retro) Liam Fallon | 74 | -917/+2067 |
2017-12-11 | Merge "Technical Debt in AAI." | ![](//seccdn.libravatar.org/avatar/a545b17a9723b96e796a0f4b61df6393?s=13&d=retro) Pamela Dragosh | 48 | -866/+890 |
2017-12-08 | remove synchronized calls to avoid race conditions | ![](//seccdn.libravatar.org/avatar/7f039d91d80baf3871e45cb1df4e78e3?s=13&d=retro) Jorge Hernandez | 1 | -26/+0 |
2017-12-07 | Remove guard dependency from simulators | ![](//seccdn.libravatar.org/avatar/5610a894944872bb39128a37fa7f8a74?s=13&d=retro) Charles Cole | 2 | -23/+22 |
2017-12-06 | Technical Debt in AAI. | ![](//seccdn.libravatar.org/avatar/83a95080fede89baa6ace84d64b2ea2d?s=13&d=retro) Liam Fallon | 48 | -866/+890 |
2017-12-06 | Actor service provider for VFC and Actor Unit Test | ![](//seccdn.libravatar.org/avatar/83a95080fede89baa6ace84d64b2ea2d?s=13&d=retro) EEILFN | 2 | -3/+15 |
2017-11-21 | Bump minor version | ![](//seccdn.libravatar.org/avatar/4bf83bcf417d2c0b47edcde3244dee89?s=13&d=retro) Jessica Wagantall | 34 | -35/+35 |
2017-11-16 | Update version.properties 1.1.2 | ![](//seccdn.libravatar.org/avatar/a545b17a9723b96e796a0f4b61df6393?s=13&d=retro) Pamela Dragosh | 1 | -1/+1 |
2017-11-15 | Upgrade to 1.1.2-SNAPSHOT | ![](//seccdn.libravatar.org/avatar/a545b17a9723b96e796a0f4b61df6393?s=13&d=retro) Pamela Dragosh | 33 | -33/+33 |
2017-11-14 | Merge "Update SO to use is-base-vf-module=false"v1.1.11.0.0-ONAP1.0.0-Amsterdam | ![](//seccdn.libravatar.org/avatar/a545b17a9723b96e796a0f4b61df6393?s=13&d=retro) Pamela Dragosh | 2 | -12/+16 |
2017-11-13 | Update SO to use is-base-vf-module=false | ![](//seccdn.libravatar.org/avatar/f7e945f29fd919d3cad6b64313c47c79?s=13&d=retro) Hockla, Ali (ah999m) | 2 | -12/+16 |
2017-11-13 | default archetype tooling to 1.1.1 | ![](//seccdn.libravatar.org/avatar/7f039d91d80baf3871e45cb1df4e78e3?s=13&d=retro) Jorge Hernandez | 2 | -15/+11 |