Skip to content

Commit

Permalink
Update to latest (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Nov 26, 2024
1 parent 17359af commit 77ed27c
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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% | 🟢 171 | 🟢 41 |
| [Apollo Router](https://www.apollographql.com/) | 97.66% | 🟢 167 ❌ 4 | 🟢 39 ❌ 2 |
| [Apollo Gateway](https://www.apollographql.com/) | 97.08% | 🟢 166 ❌ 5 | 🟢 38 ❌ 3 |
| [Grafbase Gateway](https://grafbase.com) | 74.85% | 🟢 12843 | 🟢 29 ❌ 12 |
| [Grafbase Gateway](https://grafbase.com) | 76.02% | 🟢 13041 | 🟢 29 ❌ 12 |
| [Cosmo Router](https://wundergraph.com) | 71.93% | 🟢 123 ❌ 48 | 🟢 21 ❌ 20 |
| [Inigo Gateway](https://inigo.io) | 46.78% | 🟢 80 ❌ 91 | 🟢 12 ❌ 29 |

Expand Down
4 changes: 2 additions & 2 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% | 🟢 171 | 🟢 41 |
| [Apollo Router](https://www.apollographql.com/) | 97.66% | 🟢 167 ❌ 4 | 🟢 39 ❌ 2 |
| [Apollo Gateway](https://www.apollographql.com/) | 97.08% | 🟢 166 ❌ 5 | 🟢 38 ❌ 3 |
| [Grafbase Gateway](https://grafbase.com) | 74.85% | 🟢 12843 | 🟢 29 ❌ 12 |
| [Grafbase Gateway](https://grafbase.com) | 76.02% | 🟢 13041 | 🟢 29 ❌ 12 |
| [Cosmo Router](https://wundergraph.com) | 71.93% | 🟢 123 ❌ 48 | 🟢 21 ❌ 20 |
| [Inigo Gateway](https://inigo.io) | 46.78% | 🟢 80 ❌ 91 | 🟢 12 ❌ 29 |

Expand Down Expand Up @@ -344,7 +344,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
<a href="./src/test-suites/node">node</a>
<pre>🟢</pre>
<a href="./src/test-suites/non-resolvable-interface-object">non-resolvable-interface-object</a>
<pre>❌🟢❌🟢🟢🟢❌</pre>
<pre>🟢🟢🟢🟢🟢🟢❌</pre>
<a href="./src/test-suites/null-keys">null-keys</a>
<pre>❌</pre>
<a href="./src/test-suites/override-type-interface">override-type-interface</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.144.0"
DOWNLOAD_VERSION="0.144.1"

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.20.1"
VERSION="0.21.0"

error() {
echo -e "${Red}error${Color_Off}:" "$@" >&2
Expand Down
6 changes: 3 additions & 3 deletions gateways/grafbase-gateway/results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ nested-provides
node
.
non-resolvable-interface-object
X.X...X
......X
null-keys
X
override-type-interface
Expand Down Expand Up @@ -83,5 +83,5 @@ union-intersection

---
Total: 171
Passed: 128
Failed: 43
Passed: 130
Failed: 41
6 changes: 3 additions & 3 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,10 @@ <h2 class="text-gray-500 text-lg md:text-xl">
Grafbase Gateway
</a>
</td>
<td class="p-4 align-middle font-semibold">74.85%</td>
<td class="p-4 align-middle font-semibold">76.02%</td>
<td class="p-4 align-middle">
<span class="text-emerald-700 mr-2">128</span>
<span class="text-red-700">43</span>
<span class="text-emerald-700 mr-2">130</span>
<span class="text-red-700">41</span>
</td>
<td class="p-4 align-middle">
<span class="text-emerald-700 mr-2">✓ 29</span>
Expand Down

0 comments on commit 77ed27c

Please sign in to comment.