-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
235 changed files
with
12,566 additions
and
10,789 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ version: 2.1 | |
# These "CircleCI Orbs" are reusable bits of configuration that can be shared | ||
# across projects. See https://circleci.com/orbs/ for more information. | ||
orbs: | ||
gh: circleci/github-cli@2.3.0 | ||
slack: circleci/slack@4.12.6 | ||
gh: circleci/github-cli@2.6.0 | ||
slack: circleci/slack@5.1.1 | ||
secops: apollo/[email protected] | ||
|
||
executors: | ||
|
@@ -24,9 +24,9 @@ executors: | |
amd_linux_test: &amd_linux_test_executor | ||
docker: | ||
- image: cimg/base:stable | ||
- image: cimg/redis:7.2.4 | ||
- image: cimg/redis:7.4.1 | ||
- image: jaegertracing/all-in-one:1.54.0 | ||
- image: openzipkin/zipkin:2.23.2 | ||
- image: openzipkin/zipkin:3.4.3 | ||
- image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.17.0 | ||
resource_class: xlarge | ||
environment: | ||
|
@@ -376,9 +376,12 @@ commands: | |
- run: | ||
name: Install cargo deny, about, edit | ||
command: | | ||
# Until we are able to update rustc to at least 1.81.0, | ||
# we need special handling of the cargo-about command. | ||
rustup install 1.83.0 | ||
cargo +1.83.0 install --locked --version 0.6.6 cargo-about | ||
if [[ ! -f "$HOME/.cargo/bin/cargo-deny$EXECUTABLE_SUFFIX" ]]; then | ||
cargo install --locked --version 0.14.21 cargo-deny | ||
cargo install --locked --version 0.6.1 cargo-about | ||
cargo install --locked --version 0.12.2 cargo-edit | ||
cargo install --locked --version 0.12.0 cargo-fuzz | ||
fi | ||
|
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 |
---|---|---|
|
@@ -9,13 +9,13 @@ jobs: | |
Update-Protobuf-Schema: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | ||
- name: Make changes to pull request | ||
run: | | ||
curl -f https://usage-reporting.api.apollographql.com/proto/reports.proto > ./apollo-router/src/plugins/telemetry/proto/reports.proto | ||
- name: Create Pull Request | ||
id: cpr | ||
uses: peter-evans/create-pull-request@v6 | ||
uses: peter-evans/create-pull-request@v7 | ||
with: | ||
commit-message: Update Apollo Protobuf schema | ||
committer: GitHub <[email protected]> | ||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
Update-Uplink-Schema: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 | ||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 | ||
- name: Install Rover | ||
run: | | ||
curl -sSL https://rover.apollo.dev/nix/v0.14.1 | sh | ||
|
@@ -19,7 +19,7 @@ jobs: | |
rover graph introspect https://uplink.api.apollographql.com/ | perl -pe 'chomp if eof' > ./apollo-router/src/uplink/uplink.graphql | ||
- name: Create Pull Request | ||
id: cpr | ||
uses: peter-evans/create-pull-request@v6 | ||
uses: peter-evans/create-pull-request@v7 | ||
with: | ||
commit-message: Update Uplink schema | ||
committer: GitHub <[email protected]> | ||
|
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.