Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[email protected] [email protected] #54

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A table of gateways that support Apollo Federation and their compatibility score
| :--------: | :-----------: | :-------------: |
| mesh | 100% | 160/160 |
| router | 100% | 160/160 |
| router-new | 96% | 153/160 |
| router-new | 96% | 154/160 |
| cosmo | 63% | 100/160 |
| grafbase | 46% | 74/160 |

Expand Down
2 changes: 1 addition & 1 deletion gateways/cosmo/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -u

BINARY_DOWNLOAD_PREFIX="https://github.com/wundergraph/cosmo/releases/download"

DOWNLOAD_VERSION="0.97.0"
DOWNLOAD_VERSION="0.98.0"

download_binary() {
downloader --check
Expand Down
2 changes: 1 addition & 1 deletion gateways/results_router-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ input-object-intersection
interface-object-with-requires
.......
mutations
..X
...
mysterious-external
..
nested-provides
Expand Down
2 changes: 1 addition & 1 deletion gateways/router-new/install.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
curl -sSL https://router.apollo.dev/download/nix/v1.51.0 | sh
curl -sSL https://router.apollo.dev/download/nix/v1.52.0-rc.0 | sh
2 changes: 1 addition & 1 deletion gateways/router/install.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
curl -sSL https://router.apollo.dev/download/nix/v1.51.0 | sh
curl -sSL https://router.apollo.dev/download/nix/v1.52.0-rc.0 | sh
4 changes: 2 additions & 2 deletions gateways/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| :--------: | :-----------: | :-------------: |
| mesh | 100% | 160/160 |
| router | 100% | 160/160 |
| router-new | 96% | 153/160 |
| router-new | 96% | 154/160 |
| cosmo | 63% | 100/160 |
| grafbase | 46% | 74/160 |

Expand Down Expand Up @@ -224,7 +224,7 @@ You can look at the full list of tests [here](../src/test-cases/). Every test id
<a href="../src/test-cases/interface-object-with-requires">interface-object-with-requires</a>
<pre>.......</pre>
<a href="../src/test-cases/mutations">mutations</a>
<pre>..X</pre>
<pre>...</pre>
<a href="../src/test-cases/mysterious-external">mysterious-external</a>
<pre>..</pre>
<a href="../src/test-cases/nested-provides">nested-provides</a>
Expand Down
2 changes: 1 addition & 1 deletion gateways/summary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ router
100% 160/160

router-new
96% 153/160
96% 154/160

cosmo
63% 100/160
Expand Down
Loading