Skip to content

Commit 265c7c0

Browse files
committed
review: CGN: changed base path to suggested one
1 parent 252a03d commit 265c7c0

File tree

16 files changed

+650
-30
lines changed

16 files changed

+650
-30
lines changed

.github/workflows/opex_api_cgn_platform.yml renamed to .github/workflows/opex_api_cgn_card_platform.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name: Opex Dashboard api_cgn_platform
1+
name: Opex Dashboard api_cgn_card_platform
22

33
on:
44
push:
55
branches:
66
- master
77
paths:
8-
- 'openapi/generated/api_cgn_platform.yaml'
9-
- '.github/workflows/opex_api_cgn_platform.yml'
10-
- '.opex/api_cgn_platform/**'
8+
- 'openapi/generated/api_cgn_card_platform.yaml'
9+
- '.github/workflows/opex_api_cgn_card_platform.yml'
10+
- '.opex/api_cgn_card_platform/**'
1111

1212
workflow_dispatch:
1313

@@ -28,4 +28,4 @@ jobs:
2828
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
2929
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3030
with:
31-
api_name: api_cgn_platform
31+
api_name: api_cgn_card_platform

.github/workflows/pr_opex_api_cgn_platform.yml renamed to .github/workflows/pr_opex_api_cgn_card_platform.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PR - Opex Dashboard api_cgn_platform
1+
name: PR - Opex Dashboard api_cgn_card_platform
22

33
on:
44
pull_request:
@@ -10,10 +10,10 @@ on:
1010
branches:
1111
- master
1212
paths:
13-
- 'openapi/generated/api_cgn_platform.yaml'
14-
- '.github/workflows/pr_opex_api_cgn_platform.yml'
15-
- '.github/workflows/opex_api_cgn_platform.yml'
16-
- '.opex/api_cgn_platform/**'
13+
- 'openapi/generated/api_cgn_card_platform.yaml'
14+
- '.github/workflows/pr_opex_api_cgn_card_platform.yml'
15+
- '.github/workflows/opex_api_cgn_card_platform.yml'
16+
- '.opex/api_cgn_card_platform/**'
1717

1818
workflow_dispatch:
1919

@@ -34,4 +34,4 @@ jobs:
3434
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
3535
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3636
with:
37-
api_name: api_cgn_platform
37+
api_name: api_cgn_card_platform
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
resource_group_name = "terraform-state-rg"
22
storage_account_name = "tfappprodio"
33
container_name = "terraform-state"
4-
key = "opex.io-backend.api_cgn_platform.tfstate"
4+
key = "opex.io-backend.api_cgn_card_platform.tfstate"

.opex/api_cgn_platform/env/prod/config.yaml renamed to .opex/api_cgn_card_platform/env/prod/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
oa3_spec: openapi/generated/api_cgn_platform.yaml
2-
name: opex_iobackend_api_cgn_platform
1+
oa3_spec: openapi/generated/api_cgn_card_platform.yaml
2+
name: opex_iobackend_api_cgn_card_platform
33
location: West Europe
44
timespan: 5m
55
evaluation_frequency: 10
File renamed without changes.

openapi/api_cgn_platform.template.yaml renamed to openapi/api_cgn_card_platform.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ info:
33
title: Carta Giovani Nazionale API
44
version: 1.0.0
55
servers:
6-
- url: https://localhost/api/cgn/v1
6+
- url: https://localhost/api/cgn-card/v1
77
security:
88
- Bearer: []
99
paths:

openapi/generated/api_cgn_platform.yaml renamed to openapi/generated/api_cgn_card_platform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ info:
33
title: Carta Giovani Nazionale API
44
version: 18.2.0
55
servers:
6-
- url: https://localhost/api/cgn/v1
6+
- url: https://localhost/api/cgn-card/v1
77
security:
88
- Bearer: []
99
paths:

0 commit comments

Comments
 (0)