aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
AgeCommit message (Collapse)AuthorFilesLines
2021-07-21Review maven configuration for testcontainersBruno Sakoto1-4/+13
Maven build was not failing when test containers are not able to run because of following maven surefire plugin bug: * https://github.com/junit-team/junit5/issues/2178 * https://issues.apache.org/jira/browse/SUREFIRE-1688 This bug is fixed in surefire 3.0.0-M5. Then, 3.0.0-M4 version coming from oparent is now overridden in pom plugin management. This commit also improves spock testcontainers integration by using the appropriate spock dependency. Issue-ID: CPS-515 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: I3ad902e598ece31601115d6484e520b6321ce8dd
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-05Add kafka listener for data updated eventsBruno Sakoto1-8/+55
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-05-17Add automatic architecture verificationBruno Sakoto1-14/+33
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 Sakoto1-4/+22
2021-05-13Implement service and repository layers for storing temporal dataputhuparambil.aditya1-4/+22
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-06Provide docker compose for temporal serviceRishi.Chail1-0/+63
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 Sakoto1-0/+36
Issue-ID: CPS-193 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: Ieabee4b86bbe7a42c05bb225499487cfcc9deb1d
2021-02-25Fix sonar issuesBruno Sakoto1-4/+110
* 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 Sakoto1-0/+68
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>