Skip to content

Commit

Permalink
Update to latest (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Dec 5, 2024
1 parent 5e0cd99 commit a39c7bc
Show file tree
Hide file tree
Showing 9 changed files with 93 additions and 80 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This repository contains a set of tests to evaluate and compare the compatibilit
| [Hive Gateway](https://the-guild.dev/graphql/hive/docs/gateway) | 100.00% | 🟢 179 | 🟢 41 |
| [Apollo Router](https://www.apollographql.com/) | 97.77% | 🟢 175 ❌ 4 | 🟢 39 ❌ 2 |
| [Apollo Gateway](https://www.apollographql.com/) | 97.21% | 🟢 174 ❌ 5 | 🟢 38 ❌ 3 |
| [Grafbase Gateway](https://grafbase.com) | 77.09% | 🟢 13841 | 🟢 2912 |
| [Grafbase Gateway](https://grafbase.com) | 78.77% | 🟢 14138 | 🟢 3110 |
| [Cosmo Router](https://wundergraph.com) | 73.18% | 🟢 131 ❌ 48 | 🟢 21 ❌ 20 |
| [Inigo Gateway](https://inigo.io) | 49.16% | 🟢 88 ❌ 91 | 🟢 12 ❌ 29 |

Expand Down
6 changes: 3 additions & 3 deletions REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| [Hive Gateway](https://the-guild.dev/graphql/hive/docs/gateway) | 100.00% | 🟢 179 | 🟢 41 |
| [Apollo Router](https://www.apollographql.com/) | 97.77% | 🟢 175 ❌ 4 | 🟢 39 ❌ 2 |
| [Apollo Gateway](https://www.apollographql.com/) | 97.21% | 🟢 174 ❌ 5 | 🟢 38 ❌ 3 |
| [Grafbase Gateway](https://grafbase.com) | 77.09% | 🟢 13841 | 🟢 2912 |
| [Grafbase Gateway](https://grafbase.com) | 78.77% | 🟢 14138 | 🟢 3110 |
| [Cosmo Router](https://wundergraph.com) | 73.18% | 🟢 131 ❌ 48 | 🟢 21 ❌ 20 |
| [Inigo Gateway](https://inigo.io) | 49.16% | 🟢 88 ❌ 91 | 🟢 12 ❌ 29 |

Expand Down Expand Up @@ -346,7 +346,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
<a href="./src/test-suites/non-resolvable-interface-object">non-resolvable-interface-object</a>
<pre>🟢🟢🟢🟢🟢🟢❌</pre>
<a href="./src/test-suites/null-keys">null-keys</a>
<pre></pre>
<pre>🟢</pre>
<a href="./src/test-suites/override-type-interface">override-type-interface</a>
<pre>❌❌🟢🟢</pre>
<a href="./src/test-suites/override-with-requires">override-with-requires</a>
Expand All @@ -366,7 +366,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
<a href="./src/test-suites/requires-with-argument">requires-with-argument</a>
<pre>🟢🟢🟢🟢🟢</pre>
<a href="./src/test-suites/requires-with-fragments">requires-with-fragments</a>
<pre>🟢🟢🟢🟢</pre>
<pre>🟢🟢🟢🟢🟢🟢</pre>
<a href="./src/test-suites/shared-root">shared-root</a>
<pre>🟢🟢</pre>
<a href="./src/test-suites/simple-entity-call">simple-entity-call</a>
Expand Down
2 changes: 1 addition & 1 deletion gateways/cosmo-router/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -u
BINARY_DOWNLOAD_PREFIX="https://github.com/wundergraph/cosmo/releases/download"

# https://github.com/wundergraph/cosmo/releases
DOWNLOAD_VERSION="0.145.1"
DOWNLOAD_VERSION="0.147.0"

download_binary() {
downloader --check
Expand Down
2 changes: 1 addition & 1 deletion gateways/grafbase-gateway/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo pipefail
# to the current directory instead of /usr/local/bin

# https://github.com/grafbase/grafbase/releases
VERSION="0.21.0"
VERSION="0.22.0"

error() {
echo -e "${Red}error${Color_Off}:" "$@" >&2
Expand Down
8 changes: 4 additions & 4 deletions gateways/grafbase-gateway/results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ node
non-resolvable-interface-object
......X
null-keys
X
.
override-type-interface
XX..
override-with-requires
Expand All @@ -59,7 +59,7 @@ requires-requires
requires-with-argument
.....
requires-with-fragments
X...X.
......
shared-root
..
simple-entity-call
Expand All @@ -83,5 +83,5 @@ union-intersection

---
Total: 179
Passed: 138
Failed: 41
Passed: 141
Failed: 38
2 changes: 1 addition & 1 deletion gateways/hive-gateway/install.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# https://github.com/graphql-hive/gateway/releases
curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s "1.5.4"
curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s "1.6.1"
133 changes: 73 additions & 60 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a39c7bc

Please sign in to comment.