Skip to content

Commit bd95c4f

Browse files
authored
Merge branch 'main' into main
2 parents 9842358 + cd9ddb2 commit bd95c4f

File tree

674 files changed

+92372
-24296
lines changed

Some content is hidden

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

674 files changed

+92372
-24296
lines changed

.github/CODEOWNERS

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Give everyone ownership for everything expections listed below
2+
* @wundergraph/Cosmo @wundergraph/Router
3+
4+
# Protect the CODEOWNERS file
5+
/.github/CODEOWNERS @StarpTech
6+
7+
admission-server @JivusAyrus @StarpTech
8+
cdn-server @JivusAyrus @StarpTech
9+
cli @endigma @JivusAyrus @StarpTech
10+
composition @Aenimus @JivusAyrus @StarpTech
11+
composition-go @Aenimus @JivusAyrus @StarpTech
12+
connect @Aenimus @JivusAyrus @StarpTech
13+
connect-go @Aenimus @JivusAyrus @StarpTech
14+
controlplane @JivusAyrus @wilsonrivera @StarpTech
15+
data_migrations @JivusAyrus @wilsonrivera @StarpTech
16+
graphqlmetrics @Noroth @StarpTech
17+
helm @Noroth @StarpTech
18+
infrastructure @Noroth @StarpTech
19+
keycloak @JivusAyrus @wilsonrivera @StarpTech
20+
otelcollector @Noroth @StarpTech
21+
playground @wundergraph/Router @thisisnithin @StarpTech
22+
proto @JivusAyrus @wilsonrivera @StarpTech
23+
protographic @Noroth @StarpTech
24+
# Same owner for router and tests to avoid requesting too many reviewers
25+
router @Noroth @devsergiy @StarpTech
26+
router-tests @Noroth @devsergiy @StarpTech
27+
router-plugin @Noroth @StarpTech
28+
shared @Aenimus @JivusAyrus @StarpTech
29+
studio @JivusAyrus @wilsonrivera @StarpTech
30+
# Cosmo Streams / EDFS
31+
router/pkg/pubsub @alepane21 @StarpTech

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ Examples of good PR titles:
1818
- 🧹chore(deps): bump dependencies to latest versions
1919
-->
2020

21-
## Motivation and Context
22-
23-
<!--
24-
Why is this change required? What problem does it solve? Which issues are linked?
25-
Please describe in detail the impact of this change. Attach screenshots if applicable.
26-
-->
21+
@coderabbitai summary
2722

2823
## Checklist
2924

.github/actions/go/action.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
name: "Setup Go"
2-
description: "This action install go and cache modules and build dependencies"
1+
name: 'Setup Go'
2+
description: 'This action install go and cache modules and build dependencies'
33
inputs:
44
go-version:
5-
description: "The go version to install"
6-
default: "1.23"
5+
description: 'The go version to install'
6+
default: '1.23'
77
required: false
88
cache-dependency-path:
9-
description: "The path to the dependency to cache"
9+
description: 'The path to the dependency to cache'
1010

1111
runs:
12-
using: "composite"
12+
using: 'composite'
1313
steps:
1414
- uses: actions/setup-go@v5
1515
with:

.github/workflows/cdn-ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: CDN CI
22
on:
33
pull_request:
44
paths:
5+
- 'pnpm-lock.yaml'
56
- cdn-server/**/*
67
- .github/workflows/cdn-ci.yaml
78

.github/workflows/cli-ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: wgc CI
22
on:
33
pull_request:
44
paths:
5+
- 'pnpm-lock.yaml'
56
- 'cli/**/*'
67
- 'connect/**/*'
78
- 'shared/**/*'

.github/workflows/composition-ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Composition CI
22
on:
33
pull_request:
44
paths:
5+
- 'pnpm-lock.yaml'
56
- "composition/**/*"
67
- "composition-go/**/*"
78
# composition-go uses code from shared/

.github/workflows/controlplane-ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Controlplane CI
22
on:
33
pull_request:
44
paths:
5+
- 'pnpm-lock.yaml'
56
- "controlplane/**/*"
67
- "connect/**/*"
78
- "composition/**/*"

.github/workflows/image-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ on:
3333
env:
3434
REGISTRY: ghcr.io
3535
IMAGE_NAME: ${{ github.repository }}
36+
DO_NOT_TRACK: '1'
3637

3738
jobs:
3839
build-and-push-image:

.github/workflows/playground-ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Playground CI
22
on:
33
pull_request:
44
paths:
5+
- 'pnpm-lock.yaml'
56
- 'playground/**/*'
67
- '.github/workflows/playground-ci.yaml'
78

.github/workflows/pr-description.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)