Skip to content

Commit 5a1975e

Browse files
Rename Federation v1 to just Federation (#618)
* Lock file maintenance (#596) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <[email protected]> * Better naming * Better naming * Fix artifacts prefix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f2e7ae2 commit 5a1975e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+43
-43
lines changed

.github/workflows/federation-v1.workflow.yaml renamed to .github/workflows/federation.workflow.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
name: federation-v1
1+
name: federation
22
on:
33
pull_request: {}
44
workflow_dispatch: {}
55

66
concurrency:
7-
group: federation-v1-${{ github.ref }}
7+
group: federation-${{ github.ref }}
88
cancel-in-progress: true
99

1010
jobs:
1111
subgraphs:
1212
uses: ./.github/workflows/docker-bake.template.yaml
1313
with:
14-
dir: federation-v1/subgraphs
14+
dir: federation/subgraphs
1515
hcl: docker.hcl
1616
target: subgraphs
1717

@@ -39,7 +39,7 @@ jobs:
3939
gateway: ${{ matrix.directory }}
4040
vu: 300
4141
time: ${{ github.event_name == 'pull_request' && '30s' || '60s' }}
42-
baseDir: federation-v1
42+
baseDir: federation
4343
scenarioDir: constant-vus-over-time
4444
scenarioName: constant-vus-over-time
4545
runner: ${{ needs.decide-runner.outputs.runner }}
@@ -52,7 +52,7 @@ jobs:
5252
secrets: inherit
5353
with:
5454
scenarioName: constant-vus-over-time
55-
baseDir: federation-v1
55+
baseDir: federation
5656
scenarioDir: constant-vus-over-time
5757

5858
constant-vus-subgraphs-delay:
@@ -75,7 +75,7 @@ jobs:
7575
gateway: ${{ matrix.directory }}
7676
vu: 300
7777
time: ${{ github.event_name == 'pull_request' && '30s' || '60s' }}
78-
baseDir: federation-v1
78+
baseDir: federation
7979
scenarioDir: constant-vus-over-time
8080
scenarioName: constant-vus-subgraphs-delay
8181
runner: ${{ needs.decide-runner.outputs.runner }}
@@ -89,7 +89,7 @@ jobs:
8989
secrets: inherit
9090
with:
9191
scenarioName: constant-vus-subgraphs-delay
92-
baseDir: federation-v1
92+
baseDir: federation
9393
scenarioDir: constant-vus-over-time
9494

9595
constant-vus-subgraphs-delay-resources:
@@ -112,7 +112,7 @@ jobs:
112112
gateway: ${{ matrix.directory }}
113113
vu: 500
114114
time: ${{ github.event_name == 'pull_request' && '30s' || '60s' }}
115-
baseDir: federation-v1
115+
baseDir: federation
116116
scenarioDir: constant-vus-over-time
117117
scenarioName: constant-vus-subgraphs-delay-resources
118118
runner: ${{ needs.decide-runner.outputs.runner }}
@@ -126,7 +126,7 @@ jobs:
126126
secrets: inherit
127127
with:
128128
scenarioName: constant-vus-subgraphs-delay-resources
129-
baseDir: federation-v1
129+
baseDir: federation
130130
scenarioDir: constant-vus-over-time
131131

132132
ramping-vus:
@@ -149,7 +149,7 @@ jobs:
149149
gateway: ${{ matrix.directory }}
150150
vu: 2000
151151
time: 60s
152-
baseDir: federation-v1
152+
baseDir: federation
153153
scenarioDir: ramping-vus
154154
scenarioName: ramping-vus
155155
runner: ${{ needs.decide-runner.outputs.runner }}
@@ -163,4 +163,4 @@ jobs:
163163
with:
164164
scenarioName: ramping-vus
165165
scenarioDir: ramping-vus
166-
baseDir: federation-v1
166+
baseDir: federation

.github/workflows/report.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4
2727
with:
2828
path: artifacts
29-
pattern: federation-*
29+
pattern: federation*
3030

3131
- name: setup node
3232
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4

README.md

Lines changed: 13 additions & 13 deletions

federation-v1/gateways/apollo-router/docker-compose.yaml renamed to federation/gateways/apollo-router/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ services:
2121
condition: service_healthy
2222
volumes:
2323
- type: bind
24-
source: federation-v1/gateways/apollo-router/supergraph.graphql
24+
source: federation/gateways/apollo-router/supergraph.graphql
2525
target: /dist/schema/local.graphql
2626
- type: bind
27-
source: federation-v1/gateways/apollo-router/config.yaml
27+
source: federation/gateways/apollo-router/config.yaml
2828
target: /dist/config/router.yaml
2929
healthcheck:
3030
test:

0 commit comments

Comments
 (0)