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

Update Hive Gateway to 1.5.2 #88

Merged
merged 2 commits into from
Nov 22, 2024
Merged
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 @@ -10,7 +10,7 @@ This repository contains a set of tests to evaluate and compare the compatibilit

| Gateway | Compatibility | Test Cases | Test Suites |
| :-------------------------------------------------------------: | :-----------: | :----------: | :---------: |
| [Hive Gateway](https://the-guild.dev/graphql/hive/docs/gateway) | 99.42% | 🟢 170 ❌ 1 | 🟢 40 ❌ 1 |
| [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% | 🟢 128 ❌ 43 | 🟢 29 ❌ 12 |
Expand Down
4 changes: 2 additions & 2 deletions REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Gateway | Compatibility | Test Cases | Test Suites |
| :-------------------------------------------------------------: | :-----------: | :----------: | :---------: |
| [Hive Gateway](https://the-guild.dev/graphql/hive/docs/gateway) | 99.42% | 🟢 170 ❌ 1 | 🟢 40 ❌ 1 |
| [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% | 🟢 128 ❌ 43 | 🟢 29 ❌ 12 |
Expand Down Expand Up @@ -69,7 +69,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
<a href="./src/test-suites/null-keys">null-keys</a>
<pre>🟢</pre>
<a href="./src/test-suites/override-type-interface">override-type-interface</a>
<pre>🟢🟢🟢</pre>
<pre>🟢🟢🟢🟢</pre>
<a href="./src/test-suites/override-with-requires">override-with-requires</a>
<pre>🟢🟢🟢🟢</pre>
<a href="./src/test-suites/parent-entity-call">parent-entity-call</a>
Expand Down
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.1"
curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s "1.5.2"
6 changes: 3 additions & 3 deletions gateways/hive-gateway/results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ non-resolvable-interface-object
null-keys
.
override-type-interface
X...
....
override-with-requires
....
parent-entity-call
Expand Down Expand Up @@ -83,5 +83,5 @@ union-intersection

---
Total: 171
Passed: 170
Failed: 1
Passed: 171
Failed: 0
10 changes: 4 additions & 6 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ <h2 class="text-gray-500 text-lg md:text-xl">

<tr class="border-b transition-colors hover:bg-gray-100/50">
<td
class="p-4 align-middle font-medium border-l-2 border-yellow-500"
class="p-4 align-middle font-medium border-l-2 border-emerald-500"
>
<a
href="https://the-guild.dev/graphql/hive/docs/gateway"
Expand All @@ -242,14 +242,12 @@ <h2 class="text-gray-500 text-lg md:text-xl">
Hive Gateway
</a>
</td>
<td class="p-4 align-middle font-semibold">99.42%</td>
<td class="p-4 align-middle font-semibold">100.00%</td>
<td class="p-4 align-middle">
<span class="text-emerald-700 mr-2">✓ 170</span>
<span class="text-red-700">✗ 1</span>
<span class="text-emerald-700 mr-2">✓ 171</span>
</td>
<td class="p-4 align-middle">
<span class="text-emerald-700 mr-2">✓ 40</span>
<span class="text-red-700">✗ 1</span>
<span class="text-emerald-700 mr-2">✓ 41</span>
</td>
<td class="p-4 align-middle">
<a
Expand Down
Loading