From 25361cc7912b6acd27e0b0acb3ecae868b572204 Mon Sep 17 00:00:00 2001 From: Jacopo Carlini Date: Mon, 23 Sep 2024 16:39:01 +0200 Subject: [PATCH 1/6] Update CODEOWNERS --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 5eca2e9..3ac8494 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,3 @@ # see https://help.github.com/en/articles/about-code-owners#example-of-a-codeowners-file -* @pagopa/pagopa-team-core @pagopa/pagopa-team-core-associates +* @pagopa/pagopa-team-core @pagopa/pagopa-team-backoffice @alessio-cialini @svariant @gioelemella From 917c9b9c458fde80783567f202c79f2d9c78ea55 Mon Sep 17 00:00:00 2001 From: Jacopo Carlini Date: Mon, 23 Sep 2024 16:39:20 +0200 Subject: [PATCH 2/6] Update CODEOWNERS --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 3ac8494..2fe107d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,3 @@ # see https://help.github.com/en/articles/about-code-owners#example-of-a-codeowners-file -* @pagopa/pagopa-team-core @pagopa/pagopa-team-backoffice @alessio-cialini @svariant @gioelemella +* @pagopa/pagopa-team-core @alessio-cialini @svariant @gioelemella From d666403f55ac81cde7e05910d6297641cfba371b Mon Sep 17 00:00:00 2001 From: Alessio Cialini Date: Mon, 23 Sep 2024 18:21:27 +0200 Subject: [PATCH 3/6] [PPANTT-82] feat: Updated code_review.yml, pom.xml --- .github/workflows/code_review.yml | 4 ++-- pom.xml | 32 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index 423ef6f..e299e2b 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -41,8 +41,8 @@ jobs: sonar_token: ${{ secrets.SONAR_TOKEN }} project_key: ${{env.PROJECT_KEY}} java_version: 17 - coverage_exclusions: "**/config/*,**/*Mock*,**/models/**,**/entity/*,**/exception/**,**/App.java" - cpd_exclusions: "**/models/**,**/entity/*" + coverage_exclusions: "**/config/*,**/*Mock*,**/models/**,**/clients/models/**,**/entity/*,**/exception/**,**/resources/Generic.java,**/App.java" + cpd_exclusions: "**/models/**,**/clients/models/**,**/entity/*" coverage_report_path: "./target/jacoco-report/jacoco.xml" # smoke-test: diff --git a/pom.xml b/pom.xml index 51e7941..1c929fa 100644 --- a/pom.xml +++ b/pom.xml @@ -103,6 +103,11 @@ 5.13.0 test + + io.quarkus + quarkus-jacoco + test + io.quarkus quarkus-junit5-mockito @@ -169,6 +174,33 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + + + + + prepare-agent + + + + default-prepare-agent + + prepare-agent + + + *QuarkusClassLoader + ${project.build.directory}/jacoco-quarkus.exec + true + + + + From 228512797b53bff77296ae1db4e90e0078f4777f Mon Sep 17 00:00:00 2001 From: Alessio Cialini Date: Mon, 23 Sep 2024 18:32:07 +0200 Subject: [PATCH 4/6] [PPANTT-82] feat: Updated pom.xml --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 1c929fa..4b03654 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,7 @@ 0.0.1 + 0.8.7 3.13.0 17 UTF-8 From a4e08379e5ff77146bce0a8e7178722b664db4b5 Mon Sep 17 00:00:00 2001 From: Alessio Cialini Date: Mon, 23 Sep 2024 18:37:16 +0200 Subject: [PATCH 5/6] [PPANTT-82] feat: Updated code_review.yml --- .github/workflows/code_review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code_review.yml b/.github/workflows/code_review.yml index e299e2b..48787c1 100644 --- a/.github/workflows/code_review.yml +++ b/.github/workflows/code_review.yml @@ -41,8 +41,8 @@ jobs: sonar_token: ${{ secrets.SONAR_TOKEN }} project_key: ${{env.PROJECT_KEY}} java_version: 17 - coverage_exclusions: "**/config/*,**/*Mock*,**/models/**,**/clients/models/**,**/entity/*,**/exception/**,**/resources/Generic.java,**/App.java" - cpd_exclusions: "**/models/**,**/clients/models/**,**/entity/*" + coverage_exclusions: "**/config/*,**/*Mock*,**/models/**,**/clients/model/**,**/entity/*,**/exception/**,**/resources/Generic.java,**/App.java" + cpd_exclusions: "**/models/**,**/clients/model/**,**/entity/*" coverage_report_path: "./target/jacoco-report/jacoco.xml" # smoke-test: From 70465b7987d98710c72dfb20e27caf257a7cd7b7 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Mon, 23 Sep 2024 16:40:39 +0000 Subject: [PATCH 6/6] Bump to version 0.1.0 [skip ci] --- helm/Chart.yaml | 4 ++-- helm/values-dev.yaml | 2 +- helm/values-prod.yaml | 2 +- helm/values-uat.yaml | 2 +- openapi/openapi.json | 1 + pom.xml | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 1309150..fbf7936 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: pagopa-payment-options description: Microservice that handles services for payment options type: application -version: 0.45.0 -appVersion: 0.4.2 +version: 0.46.0 +appVersion: 0.1.0 dependencies: - name: microservice-chart version: 5.9.0 diff --git a/helm/values-dev.yaml b/helm/values-dev.yaml index dee4043..3b5273b 100644 --- a/helm/values-dev.yaml +++ b/helm/values-dev.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "print-payment-options-service" image: repository: ghcr.io/pagopa/pagopa-payment-options - tag: "0.4.2" + tag: "0.1.0" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-prod.yaml b/helm/values-prod.yaml index 8061492..20a6329 100644 --- a/helm/values-prod.yaml +++ b/helm/values-prod.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "print-payment-notice-generator" image: repository: ghcr.io/pagopa/pagopa-print-payment-notice-generator - tag: "0.4.2" + tag: "0.1.0" pullPolicy: Always livenessProbe: httpGet: diff --git a/helm/values-uat.yaml b/helm/values-uat.yaml index 4335ba0..d5863b3 100644 --- a/helm/values-uat.yaml +++ b/helm/values-uat.yaml @@ -4,7 +4,7 @@ microservice-chart: fullnameOverride: "print-payment-notice-generator" image: repository: ghcr.io/pagopa/pagopa-print-payment-notice-generator - tag: "0.4.2" + tag: "0.1.0" pullPolicy: Always livenessProbe: httpGet: diff --git a/openapi/openapi.json b/openapi/openapi.json index e69de29..8b13789 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -0,0 +1 @@ + diff --git a/pom.xml b/pom.xml index 4b03654..05d652b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ it.gov.pagopa payment-options-service - 0.0.1 + 0.1.0 0.8.7