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

feat: Add Support API [PAGOPA-2426] #39

Merged
merged 20 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
ee4ac67
feat: Add Support API
cap-ang Nov 26, 2024
43fa671
Bump to version 0.1.32-1-recover-delete-operation-status
pagopa-github-bot Nov 26, 2024
0d7dc06
[PAGOPA-2426] refactoring: Update Support API
cap-ang Nov 28, 2024
0ab8970
[PAGOPA-2426] feat: Add duplicate validation
cap-ang Nov 28, 2024
2dea2c1
Bump to version 0.1.32-2-recover-delete-operation-status
pagopa-github-bot Nov 28, 2024
7ba9905
[PAGOPA-2426] test(Support-API): JUnit
cap-ang Nov 28, 2024
8a72a31
[PAGOPA-2426] test(RecoveryService): JUnit
cap-ang Nov 28, 2024
c1e35ea
Bump to version 0.1.32-3-recover-delete-operation-status
pagopa-github-bot Nov 28, 2024
c1f81bc
Bump to version 0.1.32-4-recover-delete-operation-status
pagopa-github-bot Nov 28, 2024
44d719b
[PAGOPA-2426] fix
cap-ang Nov 28, 2024
4cbdedb
Bump to version 0.1.32-5-recover-delete-operation-status
pagopa-github-bot Nov 28, 2024
48fa010
[PAGOPA-2426] refactoring: Replace file-store with input-stream
cap-ang Nov 28, 2024
7953a05
Bump to version 0.1.32-6-recover-delete-operation-status
pagopa-github-bot Nov 28, 2024
8b60663
[PAGOPA-2426] ci: Update notify integration_test.yml
cap-ang Nov 28, 2024
7a2dfea
Merge branch 'main' into recover-delete-operation-status
cap-ang Dec 2, 2024
299fd1e
[PAGOPA-2426] fix: Apply review suggestion
cap-ang Dec 2, 2024
7e5ff0e
[PAGOPA-2426] fix: Update code_review.yml
cap-ang Dec 2, 2024
1b8adfa
[PAGOPA-2426] fix: Update code_review.yml
cap-ang Dec 2, 2024
80c527e
[PAGOPA-2426] fix: Update APIs title
cap-ang Dec 2, 2024
3c20295
Bump to version 0.1.33-1-recover-delete-operation-status
pagopa-github-bot Dec 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
needs: [ integration_test ]
runs-on: ubuntu-latest
name: Notify
if: ${{ always() && inputs.notify == 'true' }}
if: ${{ inputs.notify == 'true' }}
steps:
- name: Report Status
if: ${{ inputs.notify }}
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: pagopa-gpd-upload
description: Microservice that handles file upload of massive debt positions JSON object
type: application
version: 0.106.0
appVersion: 0.1.32
version: 0.112.0
appVersion: 0.1.32-6-recover-delete-operation-status
dependencies:
- name: microservice-chart
version: 2.8.0
Expand Down
2 changes: 1 addition & 1 deletion helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-gpd-upload
tag: "0.1.32"
tag: "0.1.32-6-recover-delete-operation-status"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-gpd-upload
tag: "0.1.32"
tag: "0.1.32-6-recover-delete-operation-status"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ microservice-chart:
fullnameOverride: ""
image:
repository: ghcr.io/pagopa/pagopa-gpd-upload
tag: "0.1.32"
tag: "0.1.32-6-recover-delete-operation-status"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down
Loading
Loading