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

[WIP] Add deferred executions to rename transform #559

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    213005a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    285bdaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ab00db View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. [READY] Initial defer implementation (#553)

    * nextgen engine changes for defer
    
    * adding defer tests
    
    * adding more stuff to defer tests
    
    * Ignore failing tests (defer queries with multiple service call)
    
    * ignore location field in defer test errors (#554)
    
    * fix error locations bug (#555)
    
    * changing defer tests
    
    * remove @ignore on previously failing tests
    
    * update test snapshots
    
    * cleaning up defer tests
    sbarker2 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    0d1d3cf View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Bump GraphQL Java (#560)

    * Bump GraphQL Java
    
    Should pull in
    
    Fix builder return type and expose generic toSpecification #3642
    graphql-java/graphql-java#3642
    
    * Fix build
    
    * Fix test expected errors
    gnawf committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    596626d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Individual update snapshot func (#561)

    * Add individual update snapshot functions
    
    * Update tests
    
    * Make private
    gnawf committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    fe02676 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Merge branch 'master' into add-deferred-executions-to-rename-transform

    # Conflicts:
    #	test/src/test/kotlin/graphql/nadel/tests/next/fixtures/defer/ComprehensiveDeferQueryWithDifferentServiceCallsSnapshot.kt
    #	test/src/test/kotlin/graphql/nadel/tests/next/fixtures/defer/DeferOnListItemsTestSnapshot.kt
    #	test/src/test/kotlin/graphql/nadel/tests/next/fixtures/defer/DeferThrowsErrorTestSnapshot.kt
    #	test/src/test/kotlin/graphql/nadel/tests/next/fixtures/defer/DeferWithIfFalseTestSnapshot.kt
    #	test/src/test/kotlin/graphql/nadel/tests/next/fixtures/defer/DeferWithLabelTestSnapshot.kt
    #	test/src/test/kotlin/graphql/nadel/tests/next/fixtures/defer/DeferWithoutLabelTestSnapshot.kt
    #	test/src/test/kotlin/graphql/nadel/tests/next/fixtures/defer/MultipleDeferDirectivesTestSnapshot.kt
    #	test/src/test/kotlin/graphql/nadel/tests/next/fixtures/defer/MultipleDeferWithDifferentServiceCalls.kt
    #	test/src/test/kotlin/graphql/nadel/tests/next/fixtures/defer/MultipleDeferWithDifferentServiceCallsSnapshot.kt
    #	test/src/test/kotlin/graphql/nadel/tests/next/fixtures/defer/MultipleFieldsinMultipleDeferDirectivesTestSnapshot.kt
    #	test/src/test/kotlin/graphql/nadel/tests/next/fixtures/defer/MultipleFieldsinSingleDeferDirectiveTestSnapshot.kt
    #	test/src/test/kotlin/graphql/nadel/tests/next/fixtures/defer/NestedDefersTest.kt
    #	test/src/test/kotlin/graphql/nadel/tests/next/fixtures/defer/NestedDefersTestSnapshot.kt
    sbarker2 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    7b817ef View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Enable union validation (#567)

    * Enable union validation
    
    * Add more tests around omitted union members
    
    * Let's sunset this behavior, it introduces complexity without consumers
    
    * Add unit tests for union validation
    
    * Wording
    
    * More tests
    gnawf committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    53f4a43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7305c42 View commit details
    Browse the repository at this point in the history
  3. stashed changes

    sbarker2 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    4b69623 View commit details
    Browse the repository at this point in the history