Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Merge release-uat (#458)
Browse files Browse the repository at this point in the history
* chore: fix pnpg suffix private_dns_name

* fix: Adding api for count users for each product

* fix: [SELC-4536] fix deleteDelegations query findByToAndStatus (#449)

* chore: deployment k8s replica 0 uat

* fix: Adding api for count users for each product

* fix: Adding return value api

* fix: Adding return value api

* chore: create release pipeline and promote release

* chore: fix STORAGE_CREDENTIAL_ID value

* [SELC-4615] refactor: remove unused Migration controller and service (#454)

* [SELC-4615] refactor: remove unused token and onboarding business logic (#457)

* remove DELETE /complete/{tokenId}

* remove token service to controller

* remove unused persist and persistComplete

* remove unused getTokenById and getProductById

* remove POST persist legals

* remove signature

* chore: remove pipeline code review and trigger on main

* chore: added branches to pr pipeline

---------

Co-authored-by: andrea-putzu <[email protected]>
Co-authored-by: Giulia Tremolada <[email protected]>
Co-authored-by: andrea-putzu <[email protected]>
  • Loading branch information
4 people authored Mar 28, 2024
1 parent 83df589 commit 54e5708
Show file tree
Hide file tree
Showing 64 changed files with 107 additions and 10,514 deletions.
73 changes: 0 additions & 73 deletions .devops/code-review-pipelines.yml

This file was deleted.

1 change: 0 additions & 1 deletion .devops/deploy-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ parameters:
trigger:
branches:
include:
- main
- release-*
paths:
include:
Expand Down
73 changes: 0 additions & 73 deletions .devops/pnpg-code-review-pipelines.yml

This file was deleted.

1 change: 0 additions & 1 deletion .devops/pnpg-deploy-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ parameters:
trigger:
branches:
include:
- main
- release-*
paths:
include:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pr_ms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
workflow_dispatch:

pull_request:
branches:
- main
- releases/**
types:
- synchronize
- reopened
Expand Down
16 changes: 1 addition & 15 deletions app/src/main/resources/config/core-config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -46,21 +46,7 @@ mscore.mail-template.placeholders.onboarding.rejectProductName=productName
mscore.mail-template.placeholders.onboarding.rejectOnboardingUrlPlaceholder=onboardingUrl
mscore.mail-template.placeholders.onboarding.rejectOnboardingUrlValue=${MAIL_ONBOARDING_URL}

mscore.pagopa-signature.verifyEnabled=${SIGNATURE_VALIDATION_ENABLED:true}
mscore.pagopa-signature.enabled=${PAGOPA_SIGNATURE_ENABLED:true}
mscore.pagopa-signature.signer=${PAGOPA_SIGNATURE_SIGNER:PagoPA S.p.A.}
mscore.pagopa-signature.location=${PAGOPA_SIGNATURE_LOCATION:Roma}
mscore.pagopa-signature.applyOnboardingEnabled=${PAGOPA_SIGNATURE_ONBOARDING_ENABLED:false}
mscore.pagopa-signature.applyOnboardingTemplateReason=${PAGOPA_SIGNATURE_ONBOARDING_REASON_TEMPLATE:Firma contratto adesione prodotto}
mscore.pagopa-signature.euListOfTrustedListsURL=https://ec.europa.eu/tools/lotl/eu-lotl.xml
mscore.pagopa-signature.euOfficialJournalUrl=https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv:OJ.C_.2019.276.01.0001.01.ENG
mscore.aruba.serviceUrl=${ARUBA_SIGN_SERVICE_BASE_URL}
mscore.aruba.typeOtpAuth=${ARUBA_SIGN_SERVICE_IDENTITY_TYPE_OTP_AUTH}
mscore.aruba.otpPwd=${ARUBA_SIGN_SERVICE_IDENTITY_OTP_PWD}
mscore.aruba.user=${ARUBA_SIGN_SERVICE_IDENTITY_USER}
mscore.aruba.delegatedUser=${ARUBA_SIGN_SERVICE_IDENTITY_DELEGATED_USER}
mscore.aruba.delegatedPassword=${ARUBA_SIGN_SERVICE_IDENTITY_DELEGATED_PASSWORD}
mscore.aruba.delegatedDomain=${ARUBA_SIGN_SERVICE_IDENTITY_DELEGATED_DOMAIN}

scheduler.threads.max-number=${THREADS_SCHEDULE_MAX_NUMBER:1}
scheduler.fixed-delay.delay=${SCHEDULER_FIXED_DELAY:20000}
scheduler.regenerate-kafka-queue-config.name=${SCHEDULER_REGENERATE_KAFKA_QUEUE_CONFIG_NAME:KafkaScheduler}
Expand Down
Loading

0 comments on commit 54e5708

Please sign in to comment.