Skip to content

Commit

Permalink
bump grafbase-gateway to 0.14.0 (#71)
Browse files Browse the repository at this point in the history
Adding a few more green tests. More to follow.
  • Loading branch information
pimeys authored Oct 1, 2024
1 parent 42a5f24 commit 5250942
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions gateways/grafbase-gateway/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail
# I took their install script and modified it to download the gateway binary
# to the current directory instead of /usr/local/bin

VERSION="0.13.1"
VERSION="0.14.0"

error() {
echo -e "${Red}error${Color_Off}:" "$@" >&2
Expand Down Expand Up @@ -49,4 +49,4 @@ chmod +x "$exe" ||
error 'Failed to set permissions on grafbase gateway executable'


echo "success"
echo "success"
20 changes: 10 additions & 10 deletions gateways/grafbase-gateway/results.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
abstract-types
..X..XXXXXXXXXXXX
.......XXXXXXXXXX
child-type-mismatch
XXX.
circular-reference-interface
Expand Down Expand Up @@ -27,7 +27,7 @@ input-object-intersection
interface-object-with-requires
..X.XXX
keys-mashup
X
.
mutations
...
mysterious-external
Expand All @@ -47,17 +47,17 @@ X
parent-entity-call-complex
X
provides-on-interface
XX
.X
provides-on-union
XX
..
requires-interface
XXXXX
X.X..
requires-requires
XXXXX
requires-with-argument
.XXXX
requires-with-fragments
XXXXXX
X.XXX.
shared-root
XX
simple-entity-call
Expand All @@ -75,11 +75,11 @@ typename
unavailable-override
..
union-interface-distributed
XX.....
.......
union-intersection
X.XX..XX
X..X...X

---
Total: 170
Passed: 86
Failed: 84
Passed: 102
Failed: 68

0 comments on commit 5250942

Please sign in to comment.