This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
[SELC-3554] feat: add api to schedule resend for users #338
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Quality Gate failedFailed conditions 22.7% Coverage on New Code (required ≥ 80%) See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
core/src/main/java/it/pagopa/selfcare/mscore/core/SchedulerServiceImpl.java
Show resolved
Hide resolved
core/src/main/java/it/pagopa/selfcare/mscore/core/UserEventServiceImpl.java
Outdated
Show resolved
Hide resolved
core/src/main/java/it/pagopa/selfcare/mscore/core/UserEventServiceImpl.java
Show resolved
Hide resolved
connector/dao/src/main/java/it/pagopa/selfcare/mscore/connector/dao/UserConnectorImpl.java
Outdated
Show resolved
Hide resolved
manuraf
reviewed
Dec 21, 2023
web/src/main/java/it/pagopa/selfcare/mscore/web/controller/SchedulerController.java
Show resolved
Hide resolved
core/src/main/java/it/pagopa/selfcare/mscore/core/UserEventServiceImpl.java
Outdated
Show resolved
Hide resolved
connector/dao/src/main/java/it/pagopa/selfcare/mscore/connector/dao/UserConnectorImpl.java
Outdated
Show resolved
Hide resolved
...r/rest/src/main/java/it/pagopa/selfcare/mscore/connector/rest/UserRegistryConnectorImpl.java
Outdated
Show resolved
Hide resolved
… the async method gets called outside of the start methods
manuraf
approved these changes
Dec 21, 2023
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 10 New issues |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
List of Changes
Like for the contracts, the users needs to be resend if required through the activation of a scheduler
A new API has been added to the scheduler contnroller for this purpose, it can send a single user's relations or all of the users for a given set of products.
Motivation and Context
Datalake need's to retrieve the relationships of all the users registered to the different products through the selfcare platform
How Has This Been Tested?
Screenshots (if appropriate):
Checklist: