From 61421dd6ab9860cb67ed031aaba7786d17c12d4a Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Wed, 6 Nov 2024 11:35:49 +0100 Subject: [PATCH] Update to latest (#81) --- README.md | 4 ++-- REPORT.md | 14 +++++++------- gateways/cosmo-router/install.sh | 2 +- gateways/cosmo-router/results.txt | 6 +++--- gateways/grafbase-gateway/install.sh | 2 +- gateways/grafbase-gateway/results.txt | 12 ++++++------ gateways/hive-gateway/install.sh | 2 +- website/index.html | 12 ++++++------ 8 files changed, 27 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 47c543f..373babd 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ 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 | -| [Cosmo Router](https://wundergraph.com) | 72.51% | 🟢 124 ❌ 47 | 🟢 19 ❌ 22 | -| [Grafbase Gateway](https://grafbase.com) | 60.82% | 🟢 104 ❌ 67 | 🟢 19 ❌ 22 | +| [Cosmo Router](https://wundergraph.com) | 70.76% | 🟢 121 ❌ 50 | 🟢 19 ❌ 22 | +| [Grafbase Gateway](https://grafbase.com) | 60.23% | 🟢 103 ❌ 68 | 🟢 19 ❌ 22 | | [Inigo Gateway](https://inigo.io) | 46.78% | 🟢 80 ❌ 91 | 🟢 12 ❌ 29 | diff --git a/REPORT.md b/REPORT.md index c7aaede..d406667 100644 --- a/REPORT.md +++ b/REPORT.md @@ -7,8 +7,8 @@ | [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 | -| [Cosmo Router](https://wundergraph.com) | 72.51% | 🟢 124 ❌ 47 | 🟢 19 ❌ 22 | -| [Grafbase Gateway](https://grafbase.com) | 60.82% | 🟢 104 ❌ 67 | 🟢 19 ❌ 22 | +| [Cosmo Router](https://wundergraph.com) | 70.76% | 🟢 121 ❌ 50 | 🟢 19 ❌ 22 | +| [Grafbase Gateway](https://grafbase.com) | 60.23% | 🟢 103 ❌ 68 | 🟢 19 ❌ 22 | | [Inigo Gateway](https://inigo.io) | 46.78% | 🟢 80 ❌ 91 | 🟢 12 ❌ 29 | ## Detailed Results @@ -374,7 +374,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id simple-inaccessible
🟢🟢🟢❌
simple-interface-object -
🟢🟢🟢🟢🟢🟢🟢❌❌🟢❌❌❌
+
🟢❌🟢🟢🟢❌❌❌❌🟢❌❌❌
simple-override
🟢🟢
simple-requires-provides @@ -399,7 +399,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
Results abstract-types -
🟢🟢🟢🟢❌🟢🟢🟢❌🟢❌❌🟢🟢❌❌❌
+
🟢🟢🟢🟢🟢🟢🟢🟢❌🟢❌❌🟢🟢❌❌❌
child-type-mismatch
❌❌❌🟢
circular-reference-interface @@ -459,7 +459,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id requires-with-argument
🟢❌❌❌❌
requires-with-fragments -
❌❌❌❌❌🟢
+
❌🟢❌❌❌🟢
shared-root
❌❌
simple-entity-call @@ -467,7 +467,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id simple-inaccessible
🟢🟢🟢🟢
simple-interface-object -
🟢🟢❌🟢❌❌❌🟢❌❌❌❌❌
+
🟢🟢❌🟢❌❌❌❌❌❌❌❌❌
simple-override
🟢🟢
simple-requires-provides @@ -479,7 +479,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id union-interface-distributed
🟢🟢🟢🟢🟢🟢🟢
union-intersection -
🟢🟢🟢❌🟢🟢❌❌
+
❌🟢🟢❌❌🟢❌❌
diff --git a/gateways/cosmo-router/install.sh b/gateways/cosmo-router/install.sh index f759b51..9e09476 100755 --- a/gateways/cosmo-router/install.sh +++ b/gateways/cosmo-router/install.sh @@ -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.136.0" +DOWNLOAD_VERSION="0.138.0" download_binary() { downloader --check diff --git a/gateways/cosmo-router/results.txt b/gateways/cosmo-router/results.txt index 503fbce..19a5cbc 100644 --- a/gateways/cosmo-router/results.txt +++ b/gateways/cosmo-router/results.txt @@ -67,7 +67,7 @@ simple-entity-call simple-inaccessible ...X simple-interface-object -.......XX.XXX +.X...XXXX.XXX simple-override .. simple-requires-provides @@ -83,5 +83,5 @@ union-intersection --- Total: 171 -Passed: 124 -Failed: 47 \ No newline at end of file +Passed: 121 +Failed: 50 \ No newline at end of file diff --git a/gateways/grafbase-gateway/install.sh b/gateways/grafbase-gateway/install.sh index 499b2df..5c7bed8 100755 --- a/gateways/grafbase-gateway/install.sh +++ b/gateways/grafbase-gateway/install.sh @@ -5,7 +5,7 @@ set -euo pipefail # to the current directory instead of /usr/local/bin # https://github.com/grafbase/grafbase/releases -VERSION="0.16.0" +VERSION="0.18.0" error() { echo -e "${Red}error${Color_Off}:" "$@" >&2 diff --git a/gateways/grafbase-gateway/results.txt b/gateways/grafbase-gateway/results.txt index 0147bf9..b5bfb80 100644 --- a/gateways/grafbase-gateway/results.txt +++ b/gateways/grafbase-gateway/results.txt @@ -1,5 +1,5 @@ abstract-types -....X...X.XX..XXX +........X.XX..XXX child-type-mismatch XXX. circular-reference-interface @@ -59,7 +59,7 @@ XXXXX requires-with-argument .XXXX requires-with-fragments -XXXXX. +X.XXX. shared-root XX simple-entity-call @@ -67,7 +67,7 @@ simple-entity-call simple-inaccessible .... simple-interface-object -..X.XXX.XXXXX +..X.XXXXXXXXX simple-override .. simple-requires-provides @@ -79,9 +79,9 @@ unavailable-override union-interface-distributed ....... union-intersection -...X..XX +X..XX.XX --- Total: 171 -Passed: 104 -Failed: 67 \ No newline at end of file +Passed: 103 +Failed: 68 \ No newline at end of file diff --git a/gateways/hive-gateway/install.sh b/gateways/hive-gateway/install.sh index 206532e..c116a40 100755 --- a/gateways/hive-gateway/install.sh +++ b/gateways/hive-gateway/install.sh @@ -1,2 +1,2 @@ # https://github.com/graphql-hive/gateway/releases -curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s "1.4.8" \ No newline at end of file +curl -sSL https://graphql-hive.com/install-gateway.sh | sh -s "1.4.10" \ No newline at end of file diff --git a/website/index.html b/website/index.html index 4074cb5..3732000 100644 --- a/website/index.html +++ b/website/index.html @@ -316,10 +316,10 @@

Cosmo Router - 72.51% + 70.76% - ✓ 124 - ✗ 47 + ✓ 121 + ✗ 50 ✓ 19 @@ -346,10 +346,10 @@

Grafbase Gateway - 60.82% + 60.23% - ✓ 104 - ✗ 67 + ✓ 103 + ✗ 68 ✓ 19