Implement service and repository layers for storing temporal data 35/121135/20
authorputhuparambil.aditya <aditya.puthuparambil@bell.ca>
Thu, 6 May 2021 15:12:44 +0000 (16:12 +0100)
committerputhuparambil.aditya <aditya.puthuparambil@bell.ca>
Thu, 13 May 2021 10:20:07 +0000 (11:20 +0100)
commitd31d8e1cc167abf7835a1771b5ddc8d78aba9ac6
tree056a897594706613f71316e87075a93c7d9d6ab7
parent26af9368115f5f7296aa4123f38b4e1c81a40b8d
Implement service and repository layers for storing temporal data

1. Basic structure created
2. Basic tests added
3. lombok.config included for coverage

Issue-ID: CPS-194
Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
Change-Id: Icf23c2e647106f7985dff14d9901806f7c4aa55a
13 files changed:
lombok.config [new file with mode: 0644]
pom.xml
src/main/java/org/onap/cps/temporal/domain/NetworkData.java [new file with mode: 0644]
src/main/java/org/onap/cps/temporal/domain/NetworkDataId.java [new file with mode: 0644]
src/main/java/org/onap/cps/temporal/repository/NetworkDataRepository.java [new file with mode: 0644]
src/main/java/org/onap/cps/temporal/service/NetworkDataService.java [new file with mode: 0644]
src/main/java/org/onap/cps/temporal/service/NetworkDataServiceImpl.java [moved from src/test/java/org/onap/cps/temporal/ApplicationTest.java with 55% similarity]
src/main/resources/application.yml
src/test/groovy/org/onap/cps/temporal/controller/QueryControllerSpec.groovy [moved from src/test/groovy/org/onap/cps/temporal/controller/QuerryControllerSpec.groovy with 100% similarity]
src/test/groovy/org/onap/cps/temporal/repository/NetworkDataRepositorySpec.groovy [new file with mode: 0644]
src/test/groovy/org/onap/cps/temporal/service/NetworkDataServiceImplSpec.groovy [new file with mode: 0644]
src/test/java/org/onap/cps/temporal/repository/containers/TimescaleContainer.java [moved from src/test/java/org/onap/cps/temporal/repository/TimescaleContainer.java with 97% similarity]
src/test/resources/application.yml