Skip to content

Commit

Permalink
init query planner
Browse files Browse the repository at this point in the history
cool shit

stuff

trivial change

update types

shit that work

some cooler shit!

lots of cool shit!

refactoring

wip

associate key values between query steps correctly

yahooooo

add federation as a source

release

fix clippy issue

fix release.yaml

add back step name in release.yaml

remove bench copying

fix conductor docker file

fix

mkdir first

fix path

fix

fix it this time

fix dockerfile

remove bench

please

mkdir generate_json_schema

fix dockerfile for real

perf: remove logging

fix some of the rebasing conflicts

incorporate dotan's new project structure

cleanup useless comment

cleanup

add env and remote supergraph schema support + apply dotan feedback

extract `find_upstream_service` to its own shared utility

test-perf: remove headers from `handler` function

fetch every init

cleanup

fixes

ok
  • Loading branch information
YassinEldeeb authored and dotansimha committed Dec 11, 2023
1 parent ba22061 commit d0a79fe
Show file tree
Hide file tree
Showing 36 changed files with 10,135 additions and 96 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
pull_request:
paths-ignore:
- 'website/**'
- "website/**"

jobs:
build:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
run: cargo run --bin conductor -- tests/graphql-over-http/config.yaml
wait-on: http-get://127.0.0.1:9000/graphql
tail: true
wait-for: 5m
wait-for: 8m
log-output-if: failure
log-output: true

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
- master
pull_request:
paths:
- '.github/workflows/release.yaml'
- 'libs/**'
- 'bin/**'
- ".github/workflows/release.yaml"
- "libs/**"
- "bin/**"
release:
types: [created]

Expand Down Expand Up @@ -53,7 +53,6 @@ jobs:
set: |
*.cache-from=type=gha,scope=build
*.cache-to=type=gha,scope=build,mode=max
- name: docker details pr comment
uses: marocchino/sticky-pull-request-comment@v2
if: ${{ github.event_name == 'pull_request' }}
Expand Down
Loading

0 comments on commit d0a79fe

Please sign in to comment.