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

Package update #17

Merged
merged 148 commits into from
May 15, 2023
Merged

Package update #17

merged 148 commits into from
May 15, 2023

Commits on Jun 25, 2019

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

    eloyekunle committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    d5b02b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2019

  1. Configuration menu
    Copy the full SHA
    6110b37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f68317 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    f39c0f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    641ae19 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Configuration menu
    Copy the full SHA
    c94cde5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be8816b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f7a8e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    943d21c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Merge pull request graph-gophers#338 from eloyekunle/master

    Support for embedded struct type in resolver
    pavelnikolov authored Sep 17, 2019
    Configuration menu
    Copy the full SHA
    38a077b View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Fixes graph-gophers#357

    MaxInertia authored Oct 4, 2019
    Configuration menu
    Copy the full SHA
    5fe34fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4edb8fa View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Print context to panic log

    ivanp committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    01c95b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Add Example of Custom Errors

    Adding example and documentation for how to create custom error
     implementations which include `extensions` within their `error` payload
    dackroyd committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    0fb5fc2 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Merge pull request graph-gophers#361 from dackroyd/add-example-of-cus…

    …tom-errors
    
    Add Example of Custom Errors
    pavelnikolov authored Oct 24, 2019
    Configuration menu
    Copy the full SHA
    9068de6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request graph-gophers#360 from kumparan/old_ver

    Print context to panic log
    pavelnikolov authored Oct 24, 2019
    Configuration menu
    Copy the full SHA
    0a9cfbe View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Clarify errors for mismatching input implementation

    Producing clearer error messages when field input arguments are
     implemented by code:
    
     * Which does not match the schema e.g. missing field; or
     * Function missing struct wrapper for field arguments
    dackroyd committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    81e957c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    6c0f0e3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request graph-gophers#363 from dackroyd/clearer-error-for-…

    …input-resolver-mismatch-with-schema
    
    Clarify errors for mismatching input implementation
    pavelnikolov authored Oct 30, 2019
    Configuration menu
    Copy the full SHA
    72f6639 View commit details
    Browse the repository at this point in the history
  3. Merge pull request graph-gophers#364 from dackroyd/populate-default-e…

    …ntrypoints-without-explicit-schema
    
    Allow `schema` to be omitted when using default root op names
    pavelnikolov authored Oct 30, 2019
    Configuration menu
    Copy the full SHA
    a5bf804 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Merge pull request graph-gophers#358 from MaxInertia/master

    Fix graph-gophers#357 - Allow passing integers as arguments to graphql.Time parameters
    pavelnikolov authored Oct 31, 2019
    Configuration menu
    Copy the full SHA
    4450565 View commit details
    Browse the repository at this point in the history
  2. Strip Common Indentation from BlockString Descriptions

    Multi-line descriptions need to have their common indentation level
     (which results from indentation of that part of the schema, rather than
     being intentional for the description text) removed to ensure the
     descriptions use the correct value, are formatted correctly etc
    
    This is to meet the condition documented in the GraphQL spec:
    
    https://graphql.github.io/graphql-spec/June2018/#sec-String-Value
    
    > Since block strings represent freeform text often used in indented
    >  positions, the string value semantics of a block string excludes
    >  uniform indentation and blank initial and trailing lines via
    >  BlockStringValue().
    dackroyd committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    698f651 View commit details
    Browse the repository at this point in the history
  3. Merge pull request graph-gophers#356 from dackroyd/strip-common-inden…

    …tation-from-blockstring-descriptions
    
    Strip Common Indentation from BlockString Descriptions
    pavelnikolov authored Oct 31, 2019
    Configuration menu
    Copy the full SHA
    adde0d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Configuration menu
    Copy the full SHA
    5098fd4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request graph-gophers#366 from pavemaksim/patch-1

    Syntax highlighting fixed in README
    tonyghita authored Nov 13, 2019
    Configuration menu
    Copy the full SHA
    5ef3e23 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Add walkthrough

    Fixed small punctuation and added my walkthrough package
    zaydek authored Nov 14, 2019
    Configuration menu
    Copy the full SHA
    9508a02 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    zaydek authored Nov 14, 2019
    Configuration menu
    Copy the full SHA
    98f2350 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Merge pull request graph-gophers#367 from ZAYDEK/master

    Adding walkthrough
    tonyghita authored Nov 15, 2019
    Configuration menu
    Copy the full SHA
    f33e813 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Add support for directives in schema parser

    Sylvain Cleymans committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    a579090 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Use operationName from query if missing from POST

    will@newrelic.com committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    d51b8b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Merge pull request graph-gophers#374 from willnewrelic/operationName-…

    …from-query
    
    Use operationName from query if missing from POST
    pavelnikolov authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    8334863 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Merge pull request graph-gophers#370 from Ackar/directives

    Add support for directives in schema parser
    pavelnikolov authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    dae41bd View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2020

  1. Fix SIGSEGV when client subs to multiple fields

    Nicolas Maquet committed Jun 13, 2020
    Configuration menu
    Copy the full SHA
    c80e625 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Merge pull request graph-gophers#398 from nmaquet/master

    Fix SIGSEGV when client subs to multiple fields
    pavelnikolov authored Jun 17, 2020
    Configuration menu
    Copy the full SHA
    83ba819 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. bugfix: correctly determine fragment usage

    In previous versions of this code, this validation would exit when it
    encountered a fragment legitimately used twice. This bugfix skips the recursion
    but does not stop progress altogether allowing other fragments to be marked as
    used.
    seansorr committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    96ea6f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Merge pull request graph-gophers#399 from rudle/fragment-not-used-bug

    bugfix: correctly determine fragment usage
    tonyghita authored Jun 22, 2020
    Configuration menu
    Copy the full SHA
    c1d9693 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Limit the number of concurrent list nodes processed

    It uses the current capacity of the limiter as a hint as this is set
    based on the maxParallelism field on the schema.
    ryanslade committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    ee832ef View commit details
    Browse the repository at this point in the history
  2. Remove need for WaitGroup

    ryanslade committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    557f50a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. More descriptive error when unmarshaling ID/Time

    This adds a tiny bit more information to the error messages produced
    when unmarshaling an input value to an ID or Time fails.
    mrnugget committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    90e03d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Improve README.md

    Fixes graph-gophers#307
    
    Add short descriptions for different schema options.
    Move community examples to wiki.
    Add companies that use this library.
    obeis committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    f3aefbe View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Configuration menu
    Copy the full SHA
    5e581ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request graph-gophers#402 from mrnugget/sourcegraph/better…

    …-error-msg
    
    More descriptive error when unmarshaling ID/Time
    pavelnikolov authored Aug 19, 2020
    Configuration menu
    Copy the full SHA
    3b5ddcd View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. fix graph-gophers#241

    Similar to graph-gophers#407, but adds test cases.
    sqs committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    5b0cad1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

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

Commits on Oct 3, 2020

  1. Merge pull request graph-gophers#400 from sourcegraph/limit-goroutines

    Limit the number of concurrent list nodes processed
    pavelnikolov authored Oct 3, 2020
    Configuration menu
    Copy the full SHA
    c5bdf3b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2020

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

Commits on Oct 7, 2020

  1. Configuration menu
    Copy the full SHA
    653514d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fff3ceb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43e20d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd7bafd View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Update logic to always check for nil pointer returns

    Barry Dutton committed Oct 9, 2020
    Configuration menu
    Copy the full SHA
    3152bd3 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

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

Commits on Oct 27, 2020

  1. Merge pull request graph-gophers#413 from OuranosSkia/AlwaysCheckNil

    Update logic to always check for nil pointer returns
    tonyghita authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    4c772c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Fixed reflect.Value.Type on zero Value panic when subscription reso…

    …lver itself panicks
    
    The internal exec Subscribe method had code to deal with subscription resolver panicking
    when being called. But when such handling happen, the error is attached to the request
    object and it never checked later on.
    
    This leads to some zero checks to fail when we try to extract the type from the resolver's
    channel since this variable was never set. Doing this creates a second panic which is not
    handled and make the application die.
    
    To fix the issue, we now check if there is errors on the request object before continuing
    with the rest of the check, if there is errors, it's because a panic occurs and we return
    the response right away.
    Matthieu Vachon committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    848e84a View commit details
    Browse the repository at this point in the history
  2. Added possibility to customize subscription resolver timeout value

    The previous value was hard-coded to 1 second. This is problematic for resolver that
    takes more time than this to return a result.
    
    When parsing the schema, it's not possible to pass a custom value for the subscription
    resolver timeout.
    
    Extracted from graph-gophers#317
    Matthieu Vachon committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    d77614a View commit details
    Browse the repository at this point in the history
  3. Allowed Subscription resolver to return *QueryError directly

    Previously, any error returned by the Subscription resolver was immediately wrapped inside
    its own `*QueryError` value even if the returned error was already a `*QueryError`.
    
    Now, when receiving such types, we use it as-is without wrapping again.
    Matthieu Vachon committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    46cf654 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Merge pull request graph-gophers#418 from dfuse-io/feature/subscribe-…

    …resolver-timeout
    
    Added possibility to customize subscription resolver timeout value
    pavelnikolov authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    7a585a0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request graph-gophers#420 from dfuse-io/feature/subscripti…

    …on-query-error
    
    Allowed Subscription resolver to return `*QueryError` directly
    pavelnikolov authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    3c9ac91 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into fix/subscription-panic-in-resolver

    # Conflicts:
    #	subscription_test.go
    Matthieu Vachon committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    5940bf3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request graph-gophers#417 from dfuse-io/fix/subscription-p…

    …anic-in-resolver
    
    Fixed `reflect.Value.Type on zero Value` panic when subscription resolver itself panics
    pavelnikolov authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    1f70736 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Merge pull request graph-gophers#415 from smotavitaendava/master

    Adding variables parameter for query validations.
    pavelnikolov authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    d5f4f41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4af9f16 View commit details
    Browse the repository at this point in the history
  3. Merge pull request graph-gophers#412 from suntoucha/master

    Issue graph-gophers#299: unclear error message in case of multiline string argument
    pavelnikolov authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    9c36bba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    beb923f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

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

Commits on Feb 19, 2021

  1. Add context to validation tracing

    Context is needed for tracing to access the current span, in order to
     add tags to it, or create child spans. As presently defined (without a
     context), this cannot be done: new spans could be created, but they
     would not be associated with the existing request trace.
    
    OpenTracingTracer implements the new interface (it never implemented the
     old one). Via this 'extension interface', the tracer configured (or the
     default tracer) will be used as the validation tracer if:
    
     * The tracer implements the (optional) interface; and
     * A validation tracer isn't provided using the deprecated option
    
    What this means is that the deprecated option is _preferred_ as an
     override. This allows users to migrate in a non-breaking, non-behaviour
     changing way, until such time as they intentionally remove the use of
     the deprecated option. For those who are currently using the default
     tracer, and not supplying a validation tracer, validation will be traced
     immediately with no change required to configuration options.
    dackroyd committed Feb 19, 2021
    Configuration menu
    Copy the full SHA
    1a55b96 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Add support for nullable types

    This allows to differentiate between an omitted value and a null value
    in an input struct.
    Sylvain Cleymans committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    fced4f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Merge pull request graph-gophers#430 from Ackar/nullable-types

    Add support for null vs missing input value
    pavelnikolov authored Mar 5, 2021
    Configuration menu
    Copy the full SHA
    6859f27 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Merge pull request graph-gophers#411 from dackroyd/trace-validation-c…

    …ontext
    
    Add context to validation tracing
    pavelnikolov authored Mar 6, 2021
    Configuration menu
    Copy the full SHA
    bd703c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2021

  1. Merge pull request graph-gophers#423 from Epsirom/master

    DisableIntrospection should skip __typename
    pavelnikolov authored Mar 19, 2021
    Configuration menu
    Copy the full SHA
    d2656e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Configuration menu
    Copy the full SHA
    fe4cb53 View commit details
    Browse the repository at this point in the history
  2. Merge pull request graph-gophers#443 from eko/fix-369

    Fixed duplicated __typename in response (fixes graph-gophers#369)
    pavelnikolov authored Mar 29, 2021
    Configuration menu
    Copy the full SHA
    21b77bd View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Create CHANGELOG.md

    pavelnikolov authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    e0b00b8 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    pavelnikolov authored Apr 13, 2021
    Configuration menu
    Copy the full SHA
    1a8cd9c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    c46cc71 View commit details
    Browse the repository at this point in the history
  2. expose packer.Unmarshaler interface as graphql.Unmarshaler

    - add tests for graphql.Time as reference implementation
    sGy1980de committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    04aa634 View commit details
    Browse the repository at this point in the history
  3. move packer.Unmarshaler interface to decode.Unmarshaler, so the metho…

    …ds are actually visible
    sGy1980de committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    60ab3c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Merge pull request graph-gophers#450 from esome/master

    expose packer.Unmarshaler as decode.Unmarshaler to the public
    pavelnikolov authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    21f7aef View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. add types package

    Part of graph-gophers#434 and related to graph-gophers#116 this change adds a new package containing all
    types used by graphql-go in representing the GraphQL specification. The names
    used in this package should match the specification as closely as possible.
    
    In order to have cohesion, all internal packages that use GraphQL types have
    been changed to use this new package.
    
    This change is large but mostly mechanical. I recommend starting by reading
    through the `types` package to build familiarity. I'll call out places in the
    code where I made decisions and what the tradeoffs were.
    seansorr committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    bf0a0cc View commit details
    Browse the repository at this point in the history
  2. add getter for the types.Schema field

    This additive function shouldn't break backward compatibility will allow those
    who want access to the types to get at an AST version of the `types.Schema`
    seansorr committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    d3bed17 View commit details
    Browse the repository at this point in the history
  3. unused fields

    seansorr committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    d0dc5cd View commit details
    Browse the repository at this point in the history
  4. rename to match types

    seansorr committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    31fbb90 View commit details
    Browse the repository at this point in the history
  5. remove unused

    seansorr committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    2af5fa3 View commit details
    Browse the repository at this point in the history
  6. use a string and not an Ident for a FieldDefinition's name

    This was an error. When this field was renamed from schema.Field (to avoid
    ambiguity) its name field changed to match query.Field (to Ident). This caused a
    cascade of useless changes that will be rolled back in the next commit
    seansorr committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    d579b56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d304f9 View commit details
    Browse the repository at this point in the history
  8. merge conflict errors

    seansorr committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    502fac2 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

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

Commits on Apr 27, 2021

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

Commits on Apr 29, 2021

  1. Fix dir in readme

    jinleileiking authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    5b1abb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8967594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    422bda0 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    c126754 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d887704 View commit details
    Browse the repository at this point in the history
  3. checkErrors ignores the raw error for purposes of determining if the …

    …test passed or failed
    savaki committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    ce94028 View commit details
    Browse the repository at this point in the history
  4. Merge pull request graph-gophers#454 from ssko1/loc-types

    Add location fields to type definitions
    pavelnikolov authored Apr 30, 2021
    Configuration menu
    Copy the full SHA
    b8f211c View commit details
    Browse the repository at this point in the history
  5. Merge pull request graph-gophers#456 from savaki/master

    errors.Errorf preserves original error similar to fmt.Error
    pavelnikolov authored Apr 30, 2021
    Configuration menu
    Copy the full SHA
    4378f8e View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    pavelnikolov authored Apr 30, 2021
    Configuration menu
    Copy the full SHA
    7aec311 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

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

Commits on May 4, 2021

  1. Merge pull request graph-gophers#453 from Kalbi/coerce-null-int

    Coerce float64 to int32 in `NullInt` and vice versa in `NullFloat`
    pavelnikolov authored May 4, 2021
    Configuration menu
    Copy the full SHA
    091f91f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    8b5d032 View commit details
    Browse the repository at this point in the history
  2. Merge pull request graph-gophers#462 from graph-gophers/fix-typename-…

    …trace
    
    internal/exec: assign parent type name to __typename fields
    pavelnikolov authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    af5bb93 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

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

Commits on Sep 16, 2021

  1. Add option for custom panic handler (graph-gophers#468)

    Add option for custom panic handler
    JohnStarich authored Sep 16, 2021
    Configuration menu
    Copy the full SHA
    446a2dd View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

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

Commits on Oct 27, 2021

  1. README nit -- Move '$' out of cut/paste buffer (graph-gophers#473)

    Move '$' out of cut/paste buffer
    wejafoo authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    c32bb42 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. internal/exec/resolvable: include struct field name in errors (graph-…

    …gophers#477)
    
    * internal/exec/resolvable: include struct field name in errors
    
    We were only adding method name, which meant that it was taking
    an empty string if the resolver was a struct field. This was
    making the error messages hard to parse as the user can't know
    which field has the error.
    
    Added a check to use the correct variable.
    
    * improve test
    agnivade authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    aa16691 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. ci: setup SemaphoreCI v2 (graph-gophers#479)

    Update Semaphore configuration
    tonyghita authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    417fcd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21d1871 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. README.md: Fix build status badge

    I broke this accidentally when removing the legacy SemaphoreCI integration.
    tonyghita authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    8672be4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request graph-gophers#480 from graph-gophers/fix-readme-bu…

    …ild-status
    
    README.md: Fix build status badge
    tonyghita authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    5b025f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. fix golangci lint errors in the codebase (graph-gophers#478)

    Added a base golangci-config to the codebase to get
    started. Some more changes are pending, and those
    checks are commented out in the config.
    agnivade authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    5a4e6a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Improve Sempahore CI (graph-gophers#481)

    Improve Sempahore CI build
    agnivade authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    da45ffe View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

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

Commits on Dec 21, 2021

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

Commits on Jan 18, 2022

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

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    e3f5859 View commit details
    Browse the repository at this point in the history
  2. Add OpenTelemetry Support (graph-gophers#493)

    Add OpenTelemetry tracer implementation
    steve-gray authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    c2fd39a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f942e27 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    pavelnikolov authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    e3e8cf0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6618d4 View commit details
    Browse the repository at this point in the history
  6. Create SECURITY.md

    pavelnikolov authored Jan 20, 2022
    Configuration menu
    Copy the full SHA
    ff0c18a View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

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

Commits on Feb 23, 2022

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

Commits on Mar 1, 2022

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

Commits on Mar 20, 2022

  1. Configuration menu
    Copy the full SHA
    d48b659 View commit details
    Browse the repository at this point in the history
  2. Apollo Federation Spec: Fetch service capabilities (graph-gophers#507)

    Add basic support for Apollo Federation
    
    Co-authored-by: Alam <sulthan.alam@lemonilo.com>
    Co-authored-by: pavelnikolov <me@pavelnikolov.net>
    3 people authored Mar 20, 2022
    Configuration menu
    Copy the full SHA
    67f7173 View commit details
    Browse the repository at this point in the history
  3. Ignore yarn.lock file

    pavelnikolov committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    426e470 View commit details
    Browse the repository at this point in the history
  4. add support for repeatable directives (graph-gophers#502)

    add support for repeatable directives
    speezepearson authored Mar 20, 2022
    Configuration menu
    Copy the full SHA
    0140894 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Fix example/social code (graph-gophers#510)

    The `Friends` field had higher priority than the `FriendsResolver` method. This is the reason why the field was renamed to a value, that doesn't match the GraphQL resolver.
    roaris authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    f56ac25 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Configuration menu
    Copy the full SHA
    7c39d63 View commit details
    Browse the repository at this point in the history
  2. Refactor trace package (graph-gophers#513)

    Remove dependency for graphql-go on OpenTracing and OpenTelemetry except
     where those tracers are explicitly configured for use.
    pavelnikolov authored Apr 10, 2022
    Configuration menu
    Copy the full SHA
    24abfa5 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    ce6dc97 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    pavelnikolov authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    e767024 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    pavelnikolov authored Apr 13, 2022
    Configuration menu
    Copy the full SHA
    3a8c713 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Improve type assertion method argument validation (require zero) (gra…

    …ph-gophers#516)
    
    Improve type assertion method argument validation (require zero)
    
    It's tempting to include a context argument (or think it's allowed), but
    not discover that this will fail until a query is executed. Validating
    the resolver during schema parsing reduces the chance of inadvertant
    errors here.
    
    Signed-off-by: Evan Owen <kainosnoema@gmail.com>
    kainosnoema authored May 12, 2022
    Configuration menu
    Copy the full SHA
    5a1c172 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Disallow repeat of non repeatable directives (graph-gophers#525)

    * Disallow repeat of non repeatable directives
    
    * Remove unnecessary scallar
    ostrea authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    64f8084 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    8557171 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86f5bb0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #18 from tokopedia/previous_changes

    Added changes lost after package update
    mittalaa authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    06a882d View commit details
    Browse the repository at this point in the history
  4. merging old prs

    mittalaa committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    e1e0243 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. adding gqlerrors support

    mittalaa committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    e788b87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c90c13 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

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

Commits on Nov 4, 2022

  1. Merge pull request #21 from tokopedia/package-update-export-query-name

    Readded Export query name method functionality after package update
    kumaramritansh authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    64f230f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    12026c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7c9ca6 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

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