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

entity-based @defer preview.0 #212

Merged
merged 27 commits into from
Sep 3, 2022
Merged

entity-based @defer preview.0 #212

merged 27 commits into from
Sep 3, 2022

Commits on Aug 31, 2022

  1. router-alpha-defer2

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    2710334 View commit details
    Browse the repository at this point in the history
  2. bump to latest router 0.15.1+ with experimental support for @defer

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    572caac View commit details
    Browse the repository at this point in the history
  3. slow deferred field in same subgraphs with two subgraph fetches

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    c138214 View commit details
    Browse the repository at this point in the history
  4. apollo-client defer example from jpvajda

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    212ccf2 View commit details
    Browse the repository at this point in the history
  5. updates for router v0.16.0 use of incremental path in defer response

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    2b7c3f2 View commit details
    Browse the repository at this point in the history
  6. add incremental client rendering for deferred ProductVariation

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    645b4cb View commit details
    Browse the repository at this point in the history
  7. switch to stock router image for PR checks

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    94d76f6 View commit details
    Browse the repository at this point in the history
  8. bump to router-v1.0.0-alpha.0

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    a5ad83e View commit details
    Browse the repository at this point in the history
  9. update to use deferSpec=20220822 in accept header and latest AC

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    3dc7247 View commit details
    Browse the repository at this point in the history
  10. add router custom build of main

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    6c69354 View commit details
    Browse the repository at this point in the history
  11. add dockerized defer-ac on port 3000

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    b971607 View commit details
    Browse the repository at this point in the history
  12. add CI test for router main with smoke test 6

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    ee07133 View commit details
    Browse the repository at this point in the history
  13. updated AC 3.7 beta build

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    58d0b6b View commit details
    Browse the repository at this point in the history
  14. update to new Router 1.0 config format

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    11a8a62 View commit details
    Browse the repository at this point in the history
  15. merge from main

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    471dedc View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. add defer smoke test with --compressed

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    81359e0 View commit details
    Browse the repository at this point in the history
  2. add make docker-build-main-with-subgraphs-no-cache

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    66c071d View commit details
    Browse the repository at this point in the history
  3. send correct deferSpec header for smoke test 7

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    84b5a90 View commit details
    Browse the repository at this point in the history
  4. make run-router-main with subgraphs on localhost ports

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    0c0ea37 View commit details
    Browse the repository at this point in the history
  5. add async-compression patch

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    72c5bb9 View commit details
    Browse the repository at this point in the history
  6. fix router.yaml config for dockerized router-main

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    816c0cb View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. fix side-by-side loading

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    209bd55 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. bump to router-v1.0.0-alpha.1

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    426edd7 View commit details
    Browse the repository at this point in the history
  2. re-enable normal CI and defer introspection detect

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    d1e92d9 View commit details
    Browse the repository at this point in the history
  3. CI router custom main build on push only

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    b81a47b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34f2c8b View commit details
    Browse the repository at this point in the history
  5. remove debug from custom image CI

    Signed-off-by: Phil Prasek <prasek@gmail.com>
    prasek committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    a4d0faf View commit details
    Browse the repository at this point in the history