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

Remove dependency on apollo CLI for fetching schema #1935

Merged
merged 49 commits into from
Sep 16, 2021

Commits on Sep 10, 2021

  1. Configuration menu
    Copy the full SHA
    1de9881 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3610cfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93ec2e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d277334 View commit details
    Browse the repository at this point in the history
  5. Add methods for direct download from registry and introspection rathe…

    …r than using the JS CLI
    designatednerd authored and calvincestari committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    6a7a606 View commit details
    Browse the repository at this point in the history
  6. Revert "Add Apollo-Use-Only method to create a non-type safe GraphQL …

    …request"
    
    This reverts commit 9aac6367a611260ffea12e3b0ae965b999d9b9d3.
    designatednerd authored and calvincestari committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    2e546a5 View commit details
    Browse the repository at this point in the history
  7. Pull untyped request body creator into codegen lib

    I tried pulling some of this stuff into Core but you have to pull so much into core to make it work since by default it uses a bunch of `Apollo` only types that it kind of defeats the point of keeping core small, and realistically the only place where we even *should* be using untyped queries is in grabbing the schema.
    designatednerd authored and calvincestari committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    8aa6e46 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b314b97 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    95744c6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b465bbb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    153a3c2 View commit details
    Browse the repository at this point in the history
  12. Make sure keys are sorted

    designatednerd authored and calvincestari committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    5bff0ef View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8439a0a View commit details
    Browse the repository at this point in the history
  14. Update tests

    designatednerd authored and calvincestari committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    f791135 View commit details
    Browse the repository at this point in the history
  15. Update that we should really only be getting SDL files, not JSON, bec…

    …ause the JSON is so damned huge
    designatednerd authored and calvincestari committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    af8a782 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    812d12a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e8c4faf View commit details
    Browse the repository at this point in the history
  18. fix expected file name

    designatednerd authored and calvincestari committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    815a718 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5c7769f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    59dde6b View commit details
    Browse the repository at this point in the history
  21. Check that downloaded info from introspection query can be loaded int…

    …o an actual schema rather than just being json
    designatednerd authored and calvincestari committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    2600a93 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9fe96ee View commit details
    Browse the repository at this point in the history
  23. Clarify where we're converting from a downloaded Registry file vs a d…

    …ownloaded Introspection file.
    designatednerd authored and calvincestari committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    83c1e57 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3c5e177 View commit details
    Browse the repository at this point in the history
  25. Updated JS bundle

    calvincestari committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    3c36ebc View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3771b2d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2426893 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    07f440d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    8a77f00 View commit details
    Browse the repository at this point in the history
  30. Fix spelling mistake

    calvincestari committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    6e9aee8 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c11e734 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    fd02502 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Configuration menu
    Copy the full SHA
    7c5ae6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0338b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7efb14 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    a185a04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c185d48 View commit details
    Browse the repository at this point in the history
  3. Refactored ApolloSchemaDownloadConfiguration

    * renamed for better context
    * improved initializer
    calvincestari committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    ed9bc43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    676882c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e99e052 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67dddc0 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    ce93e15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    436d1eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c524531 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    062225c View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    6e5e1dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b0c777 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fffa63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6216e33 View commit details
    Browse the repository at this point in the history