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

V3 #1487

Merged
merged 61 commits into from
Oct 12, 2022
Merged

V3 #1487

merged 61 commits into from
Oct 12, 2022

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    726519d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a84ea46 View commit details
    Browse the repository at this point in the history
  3. structural typings

    saihaj committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    5320ae5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    871208e View commit details
    Browse the repository at this point in the history
  5. make core more agnostic

    saihaj committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    732ec5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d09e1d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. remove traced schema

    saihaj committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    4f6fe63 View commit details
    Browse the repository at this point in the history
  2. remove traced orchestrator

    saihaj committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    dd616a1 View commit details
    Browse the repository at this point in the history
  3. make plugin agnostic

    saihaj committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    1244549 View commit details
    Browse the repository at this point in the history
  4. drop EnvelopError

    saihaj committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    28bfd92 View commit details
    Browse the repository at this point in the history
  5. remove more graphql import

    saihaj committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    6ba3999 View commit details
    Browse the repository at this point in the history
  6. Drop useTiming

    saihaj committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    ae21a6e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da7c81c View commit details
    Browse the repository at this point in the history
  8. add eslint rule

    saihaj committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    5010b96 View commit details
    Browse the repository at this point in the history
  9. eslint disallow in types too

    saihaj committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    2f8c24b View commit details
    Browse the repository at this point in the history
  10. more agnostic packages

    saihaj committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    d55b626 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. remove introspection util

    saihaj committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    184db16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06687c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6964702 View commit details
    Browse the repository at this point in the history
  4. prettier

    saihaj committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    6ec5792 View commit details
    Browse the repository at this point in the history
  5. TEMP: make bot calm down

    saihaj committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    680dbda View commit details
    Browse the repository at this point in the history
  6. update all docs

    saihaj committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    f0373e1 View commit details
    Browse the repository at this point in the history
  7. test matrix for core

    saihaj committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    d8be662 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. experimenting traced schema (#1501)

    * experimenting traced schema
    
    * Fix
    
    * remove comment
    
    * do optional chaining since we are not strongly typing
    
    * document
    
    * cleanup
    
    Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
    saihaj and ardatan committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    c1274cd View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. feat: drop node 12 (#1505)

    saihaj committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    2647f7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3442989 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. feat: remove enableIf utility (#1504)

    * feat: remove enableIf utility
    
    * make types happpy
    
    * make types happy
    
    * add changeset
    saihaj committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    5ab6cc6 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. feat: remove async schema plugin and rename lazy loaded schema plugin (

    …#1506)
    
    * remove useAsyncSchema
    
    * rename to useSchemaByContext
    saihaj committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    6e27fdd View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. add eslint rule (#1509)

    saihaj committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    59d8a78 View commit details
    Browse the repository at this point in the history
  2. feat: @envelop/on-resolve plugin for hooking into schema resolvers (#…

    …1500)
    
    * on resolve plugin
    
    * changeset
    
    * no more onResolverCalled
    
    * unused import
    
    * args is a record
    
    * integrate and useOnResolve
    
    * resolversHooksSymbol does not exist
    
    * plugincontext for OnPluginInit
    
    * on-resolve uses addPlugin
    
    * onresolvercalled is no more
    
    * refactor for new on-resolve
    
    * fix open-telemetry tests
    
    * fix newrelic
    
    * opentelemetry graphql as peer dep
    
    * tests
    
    * addPlugin doesnt need to be used
    
    * reorder
    
    * respects onPluginInit context
    
    * drop unused import
    
    * fixes false positive eslint warnings
    
    Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com>
    enisdenjo and dimaMachina committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    49cf420 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    050d317 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. feat: remove handler for validation and parse errors (#1510)

    * feat: remove hanlder for validation and parse errors
    
    * tests
    
    * make it work
    
    * Add docs
    
    * Fix serialization issue
    
    * Go
    
    * ..
    
    * update docs
    
    * update test
    
    * make it work
    
    * feat: add originalError in dev mode (#1514)
    
    * remove Fn appendix
    
    * name graphql error
    
    * make ts happy
    
    * make toJSON required
    
    Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
    Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
    3 people committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    b1bf2e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. add changeset

    saihaj committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    7b7b530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    593b119 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdbfbb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebf9e1a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    7bc6412 View commit details
    Browse the repository at this point in the history
  2. feat: trigger on context, validate and parse errors (#1511)

    * feat: trigger on context, validate and parse errors
    
    * trying
    
    * make it work
    
    * pass in phase
    
    * add phase details
    
    * feedback
    saihaj committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    1770063 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. docs: migration guide (#1520)

    * docs: migration guide
    
    * remove slashes
    
    * Update website/docs/guides/migrating-from-v2-to-v3.mdx
    
    Co-authored-by: Denis Badurina <badurinadenis@gmail.com>
    
    * feedback
    
    * document removing of orchestrated tracer
    
    * more feedback
    
    * update docs
    
    * update examples
    
    * async schema example
    
    Co-authored-by: Denis Badurina <badurinadenis@gmail.com>
    saihaj and enisdenjo committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    9399a33 View commit details
    Browse the repository at this point in the history
  2. Add redirects

    saihaj committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    1720176 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    049f13d View commit details
    Browse the repository at this point in the history
  4. export masked error plugin

    saihaj committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    43adce7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b063e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    6cbf555 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. doc: drop introspection utils

    saihaj committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    36b3d28 View commit details
    Browse the repository at this point in the history
  2. should fix ts issues on v15

    saihaj committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    af08536 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. test: stack error we should not match the error name since it can be …

    …different across impl
    saihaj committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    fbef7dd View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. feat: use engine plugin (#1535)

    * feat: use engine plugin
    
    * remove assertion
    
    * make useEngine plugin the only way to pass engine functions (#1536)
    
    * make useEngine plugin the only way to pass engine fns
    
    * update types
    
    * update docs
    
    * Update packages/plugins/apollo-datasources/README.md
    
    Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
    
    * prettier:
    
    Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
    
    Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
    saihaj and ardatan committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    b32fda2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5805d5a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    af295b0 View commit details
    Browse the repository at this point in the history
  2. fix

    saihaj committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    ce3728a View commit details
    Browse the repository at this point in the history
  3. versioned docs with v3 default

    saihaj committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    32d6c10 View commit details
    Browse the repository at this point in the history
  4. fix build

    saihaj committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    a7819c6 View commit details
    Browse the repository at this point in the history
  5. fix

    saihaj committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    f2afa3b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. feat this is cool

    saihaj committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    748132d View commit details
    Browse the repository at this point in the history
  2. docs reword schema tracing

    saihaj committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    a0bbe32 View commit details
    Browse the repository at this point in the history
  3. docs add graphql error example

    saihaj committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    27375db View commit details
    Browse the repository at this point in the history
  4. docs restructuring, fix typos

    saihaj committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    4851db7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bdc22a View commit details
    Browse the repository at this point in the history
  6. cleanup changeset

    saihaj committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    5eba9aa View commit details
    Browse the repository at this point in the history
  7. docs sycn patch

    saihaj committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    78febf3 View commit details
    Browse the repository at this point in the history