aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-07-08Remove unnecessary version propertiesshivasubedi1-42/+21
Issue-ID: CPS-495 Signed-off-by: shivasubedi <shiva.subedi@est.tech> Change-Id: I2045b9a062e64fb509624d643e985759a5311557
2021-07-08Update CPS Temporal Spring Boot version to 2.5.0puthuparambil.aditya1-1/+1
Issue-ID: CPS-456 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: I786421edc160a99ac4d6a3a393ee046f584ba080
2021-07-08Merge "Addition of missing licenses to files"aditya puthuparambil3-0/+56
2021-07-08Merge "Addition of missing license to INFO.yaml"Toine Siebelink1-0/+18
2021-07-07Addition of missing licenses to fileslukegleeson3-0/+56
Issue-ID: CPS-467 Signed-off-by: lukegleeson <luke.gleeson@est.tech> Change-Id: I745287a099e71836920c15c71fc32e4feed7b056
2021-07-06Addition of missing license to INFO.yamllukegleeson1-0/+18
Issue-ID: CPS-467 Signed-off-by: lukegleeson <luke.gleeson@est.tech> Change-Id: Ic2313ffcab5dd1f963996a27fc2f2aa8a5916423
2021-07-05Add kafka listener for data updated eventsBruno Sakoto25-51/+1126
See "Running via Docker Compose" section from README.md file to have an example of event processing Issue-ID: CPS-371 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: Id3abfa32fb04e07102a5f28e6e43a9b533391188
2021-06-11Add committersBruno Sakoto1-3/+13
* Aditya Puthuparambil https://wiki.onap.org/display/DW/Committer+Promotion+Request+-+Aditya+Puthuparambil * Niamh Core https://wiki.onap.org/display/DW/Committer+Promotion+Request+-+Niamh+Core * Renu Kumari https://wiki.onap.org/display/DW/Committer+Promotion+Request+-+Renu+Kumari Remove committer * Rishi Chail Issue-ID: CPS-462 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: Ib401e4245ac0ecb3beb40e0e7ef41a8028e47730
2021-05-26Update db schema to keep field name consistent with domain propertyputhuparambil.aditya3-3/+41
Rollback need not be specified for renameColumn as per documentation: https://docs.liquibase.com/workflows/liquibase-community/using-rollback.html Issue-ID: CPS-425 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: Ida1cf80e7cd180c7b713bc595105fa83f4f6b278
2021-05-17Add automatic architecture verificationBruno Sakoto3-14/+148
Introduce verification for dependencies and layers. Issue-ID: CPS-381 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: I948439ee5bcba2d41ccba3028d62a728babc83da
2021-05-13Merge "Implement service and repository layers for storing temporal data"Bruno Sakoto13-24/+360
2021-05-13Implement service and repository layers for storing temporal dataputhuparambil.aditya13-24/+360
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
2021-05-12Fix base docker imageBruno Sakoto1-1/+1
Issue-ID: CPS-407 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: I043c9ce15ff5803683d7b1694d4779f80aeecc14
2021-05-07Added openapiRenu Kumari1-0/+238
Issue-ID: CPS-251 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: I3afbd52836d85111ea45e3b19a467a2b6275e650
2021-05-06Provide docker compose for temporal serviceRishi.Chail5-5/+146
Added docker image (200Mb) Added docker compose to start with timescale db Issue-ID: CPS-359 Signed-off-by: Rishi.Chail <rishi.chail@est.tech> Change-Id: I47120edcea78730405086eca393fbc08a41e0745
2021-04-28Integrate code quality tools for CPS Temporalputhuparambil.aditya1-1/+141
Issue-ID: CPS-346 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: Idfad50919d82a5c115b8824c9f51ee65f877993f
2021-04-22Implement db schema with liquibaseBruno Sakoto10-2/+890
Issue-ID: CPS-193 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: Ieabee4b86bbe7a42c05bb225499487cfcc9deb1d
2021-02-25Fix sonar issuesBruno Sakoto4-7/+155
* Set minimum code coverage to 80% * Remove unsafe http method vulnerability Issue-ID: CPS-213 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: I917899a093fccc4317b0fa063137ec0276311f72
2021-02-23Create application skeletonBruno Sakoto8-0/+392
This skeleton is used to start validating cps temporal jenkins jobs. Issue-ID: CPS-190 Change-Id: Iccbd4f58eaf2bd3ffaf668f4471b94581425c484 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
2021-02-22Merge "Automation adds INFO.yaml"Bruno Sakoto1-0/+50
2021-02-16Automation adds INFO.yamlLF Jenkins CI1-0/+50
Issue-ID: CIMAN-33 Change-Id: Iea2b8c4397f2093682e29676d6890ec92dc17aca Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2021-02-16Automation adds .gitreviewLF Jenkins CI1-0/+7
Issue-ID: CIMAN-33 Change-Id: If7816df2551a400b8378232bf0525b1db14da247 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2021-02-16Initial empty repositoryLF Jenkins CI0-0/+0