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

Iban #27

Merged
merged 23 commits into from
Dec 19, 2023
Merged

Iban #27

Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
61fdeab
post
jacopocarlini Dec 18, 2023
9299ce2
Bump to version 1.8.6-1-export-iban [skip ci]
pagopa-github-bot Dec 18, 2023
8eff41e
Bump to version 1.8.6-2-export-iban [skip ci]
pagopa-github-bot Dec 18, 2023
c597948
Bump to version 1.8.6-3-export-iban [skip ci]
pagopa-github-bot Dec 18, 2023
d17984d
Bump to version 1.8.6-4-export-iban [skip ci]
pagopa-github-bot Dec 18, 2023
f13d2a2
post
jacopocarlini Dec 18, 2023
b0ce112
Merge branch 'export-iban' of https://github.com/pagopa/pagopa-api-co…
jacopocarlini Dec 18, 2023
b1693a3
Bump to version 1.8.6-5-export-iban [skip ci]
pagopa-github-bot Dec 18, 2023
9bc049c
Bump to version 1.8.6-6-export-iban [skip ci]
pagopa-github-bot Dec 18, 2023
a3bcde4
openapi
jacopocarlini Dec 18, 2023
20cfbe8
merge
jacopocarlini Dec 18, 2023
1da6105
limit
jacopocarlini Dec 18, 2023
3c68f1f
find all
jacopocarlini Dec 18, 2023
ebadfdf
Bump to version 1.8.6-7-export-iban [skip ci]
pagopa-github-bot Dec 18, 2023
c9404cd
Bump to version 1.8.6-8-export-iban [skip ci]
pagopa-github-bot Dec 19, 2023
adadfcc
Bump to version 1.8.6-9-export-iban [skip ci]
pagopa-github-bot Dec 19, 2023
61d6896
Bump to version 1.8.6-10-export-iban [skip ci]
pagopa-github-bot Dec 19, 2023
8cb237d
Bump to version 1.8.6-11-export-iban [skip ci]
pagopa-github-bot Dec 19, 2023
87a2e5a
workaround release
jacopocarlini Dec 19, 2023
ca7a026
Merge branch 'export-iban' of https://github.com/pagopa/pagopa-api-co…
jacopocarlini Dec 19, 2023
823488c
fix
jacopocarlini Dec 19, 2023
7babef9
fix junit
jacopocarlini Dec 19, 2023
869da33
fix
jacopocarlini Dec 19, 2023
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
1 change: 1 addition & 0 deletions .github/workflows/deploy_with_github_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
resource_group: ${{ vars.CLUSTER_RESOURCE_GROUP }}
app_name: ${{ env.APP_NAME }}
helm_upgrade_options: "--debug"
timeout: "10m0s"

cleanup_runner:
name: Cleanup Runner
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
deploy_aks:
name: Deploy on AKS
needs: [ setup, release, image ]
if: ${{ always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') }}
if: ${{ always() }}
uses: ./.github/workflows/deploy_with_github_runner.yml
with:
environment: ${{ needs.setup.outputs.environment }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ hs_err_pid*
/docker/.env
/.cache/
/docker/secrets
/.cache_ggshield
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,3 @@ repos:
- id: ggshield
language_version: python3
stages: [ commit ]

- repo: https://github.com/maltzj/google-style-precommit-hook
rev: b7e9e7fcba4a5aea463e72fe9964c14877bd8130
hooks:
- id: google-style-java
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-api-config-selfcare-integration
description: Microservice that manages requests from selfcare
type: application
version: 1.44.0
appVersion: 1.8.6
version: 1.46.4
appVersion: 1.8.6-11-export-iban
dependencies:
- name: microservice-chart
version: 2.8.0
Expand Down
6 changes: 3 additions & 3 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ microservice-chart:
maxSurge: 1
image:
repository: ghcr.io/pagopa/pagopa-api-config-selfcare-integration
tag: "1.8.6"
tag: "1.8.6-7-export-iban"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -119,7 +119,7 @@ microservice-chart:
values:
- user
canaryDelivery:
create: false
create: true
ingress:
canary:
type: header
Expand All @@ -132,7 +132,7 @@ microservice-chart:
create: true
image:
repository: ghcr.io/pagopa/pagopa-api-config-selfcare-integration
tag: 1.3.6-3-chart
tag: 1.8.6-11-export-iban
pullPolicy: Always
envConfig: {}
envSecret: {}
6 changes: 3 additions & 3 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ microservice-chart:
maxSurge: 1
image:
repository: ghcr.io/pagopa/pagopa-api-config-selfcare-integration
tag: "1.8.6"
tag: "1.8.6-7-export-iban"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -128,7 +128,7 @@ microservice-chart:
namespaces: ["apiconfig"]
topologyKey: topology.kubernetes.io/zone
canaryDelivery:
create: false
create: true
ingress:
canary:
type: header
Expand All @@ -141,7 +141,7 @@ microservice-chart:
create: true
image:
repository: ghcr.io/pagopa/pagopa-api-config-selfcare-integration
tag: 1.3.6-3-chart
tag: 1.8.6-11-export-iban
pullPolicy: Always
envConfig: {}
envSecret: {}
6 changes: 3 additions & 3 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ microservice-chart:
maxSurge: 1
image:
repository: ghcr.io/pagopa/pagopa-api-config-selfcare-integration
tag: "1.8.6"
tag: "1.8.6-7-export-iban"
pullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -119,7 +119,7 @@ microservice-chart:
values:
- user
canaryDelivery:
create: false
create: true
ingress:
canary:
type: header
Expand All @@ -132,7 +132,7 @@ microservice-chart:
create: true
image:
repository: ghcr.io/pagopa/pagopa-api-config-selfcare-integration
tag: 1.3.6-3-chart
tag: 1.8.6-11-export-iban
pullPolicy: Always
envConfig: {}
envSecret: {}
Loading
Loading