Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PRDP-233] feat: Add APIs to retrieve biz-event #29

Merged
merged 3 commits into from
Dec 5, 2023

Conversation

gioelemella
Copy link
Collaborator

@gioelemella gioelemella commented Dec 4, 2023

List of Changes

  • added new API /events/{biz-event-id} to retrieve a biz-event from its id
  • added new API /events/organizations/{organization-fiscal-code}/iuvs/{iuv} to retrieve a biz-event from the organization fiscal code and iuv
  • updated unit tests
  • updated openapi
  • added integration tests

Motivation and Context

Add the APIs defined in https://pagopa.atlassian.net/wiki/spaces/PPR/pages/822870269/Analisi+APIs+Monitoring+Recover+helpdesk-receipt#API-di-recupero-BizEvent

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@gioelemella gioelemella added enhancement New feature or request minor labels Dec 4, 2023
@gioelemella gioelemella requested a review from a team as a code owner December 4, 2023 12:12
Copy link

github-actions bot commented Dec 4, 2023

This PR exceeds the recommended size of 400 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size.

Copy link

sonarqubecloud bot commented Dec 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

94.7% 94.7% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.21) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

Copy link
Contributor

@pasqualespica pasqualespica left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great 🚀

@pasqualespica pasqualespica merged commit 1a44891 into main Dec 5, 2023
12 of 14 checks passed
@pasqualespica pasqualespica deleted the PRDP-233-add-get-biz-event-api branch December 5, 2023 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants