Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graphql-java/graphql-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 42efd9b
Choose a base ref
...
head repository: graphql-java/graphql-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5876cc8
Choose a head ref
  • 15 commits
  • 17 files changed
  • 3 contributors

Commits on Aug 31, 2023

  1. Enable builds on 21.x

    dondonz committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    36f8633 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3278 from graphql-java/3276_variable_validation_bug

    Bug 3276 - default values not being used correctly during validation
    
    (cherry picked from commit ba589a8)
    bbakerman authored and dondonz committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    92e67fb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3286 from graphql-java/3285_default_value_problems

    deprecated default value method produces bad results
    
    (cherry picked from commit a54bb43)
    dondonz committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e11e254 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Merge pull request #3315 from graphql-java/21.x-backport-of-3286-null…

    …-fix
    
    21.x Cherry pick pull request #3286
    dondonz authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    ff491fe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3314 from graphql-java/21.x-backport-of-3278-defa…

    …ult-value
    
    21.x cherry pick of #3278 default value bugfix
    dondonz authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    9816ec8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd0b6e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    fc5d4e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1c4069 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    498f1eb View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Fix typo

    dondonz committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    81b41b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfd6478 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3529 from graphql-java/21.x-backport-3526-disable…

    …-introspection
    
    21.x Backport PR 3526 and PR 3527
    dondonz authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    990ee73 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3528 from graphql-java/21.x-backport-3525-max-res…

    …ult-nodes
    
    21.x backport 3525 max result nodes
    dondonz authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ddc53be View commit details
    Browse the repository at this point in the history
  5. Merge commit '42efd9b23ef9ae7ba862d9affefe04a03a9b99cb' into 21.x-pul…

    …l-in-21.3-commits
    
    # Conflicts:
    #	build.gradle
    #	src/test/groovy/graphql/introspection/IntrospectionTest.groovy
    #	src/test/groovy/graphql/schema/idl/SchemaPrinterTest.groovy
    dondonz committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a79bebf View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3538 from graphql-java/21.x-pull-in-21.3-commits

    21.x pull in 21.3 commits
    dondonz authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5876cc8 View commit details
    Browse the repository at this point in the history
Loading