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: master
Choose a base ref
...
head repository: dminkovsky/graphql-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: async
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 10 files changed
  • 2 contributors

Commits on Feb 22, 2017

  1. Async execution strategy

    dminkovsky committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    3af03bb View commit details
    Browse the repository at this point in the history
  2. Should allow for specific CompletableFuture implementations

    graphql-java async implmentation should allow for non-default CompletableFeatures as
    some users/frameworks/toolkits want to use their own thread pools.
    bmsantos authored and dminkovsky committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    dd574c3 View commit details
    Browse the repository at this point in the history
  3. Test for null with isNull

    dminkovsky committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    cfc56c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    101a9d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c4f59f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    182845d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3c5366 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    54d8c02 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a585ef7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d551919 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5d88bc5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4b063a1 View commit details
    Browse the repository at this point in the history
  13. Should set execution ID

    bmsantos authored and dminkovsky committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    3e4eee5 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. changed defaults

    dminkovsky committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    0c6f512 View commit details
    Browse the repository at this point in the history
Loading