-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into IOPID-1987-change-lv-dependencies-config
- Loading branch information
Showing
96 changed files
with
238 additions
and
3,156 deletions.
There are no files selected for viewing
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
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
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
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: PR - Legacy APIM TF Validation | ||
|
||
# This pipeline starts automatically when a PR is opened. | ||
# | ||
# It is responsible for managing only a couple of legacy API groups on APIM. | ||
|
||
on: | ||
workflow_dispatch: | ||
pull_request: | ||
types: | ||
- opened | ||
- edited | ||
- synchronize | ||
- reopened | ||
- ready_for_review | ||
paths: | ||
- "src/legacy-apim/**" | ||
- ".github/workflows/legacy_apim_code_review.yaml" | ||
|
||
jobs: | ||
prod_legacy_apim_code_review: | ||
uses: pagopa/dx/.github/workflows/infra_plan.yaml@main | ||
name: Prod - Code Review | ||
secrets: inherit | ||
with: | ||
environment: prod | ||
base_path: src/legacy-apim |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Release - Legacy APIM TF Apply | ||
|
||
# This pipeline starts automatically when a PR is merged into 'main'. | ||
# | ||
# It is responsible for managing only a couple of legacy API groups on APIM. | ||
# | ||
# This pipeline will use the terraform.sh script, which first executes a plan and then an apply, | ||
# where the latter must be approved by the team. | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: | ||
- main | ||
paths: | ||
- "src/legacy-apim/**" | ||
- ".github/workflows/legacy_apim_deploy.yaml" | ||
|
||
jobs: | ||
prod_legacy_apim_deploy: | ||
uses: pagopa/dx/.github/workflows/infra_apply.yaml@main | ||
name: Prod - Code Deploy | ||
secrets: inherit | ||
with: | ||
environment: prod | ||
base_path: src/legacy-apim |
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
Oops, something went wrong.