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/java-dataloader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.2
Choose a base ref
...
head repository: graphql-java/java-dataloader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.0
Choose a head ref
  • 9 commits
  • 34 files changed
  • 2 contributors

Commits on Mar 10, 2024

  1. Minor javadoc fixes

    dfa1 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    01b5102 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Pre-size resulting list

    dfa1 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    58ad658 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #142 from dfa1/presize-result-loadMany

    Pre-size resulting lists
    bbakerman authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    e5e449e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #141 from dfa1/master

    Minor javadoc fixes
    bbakerman authored Mar 17, 2024
    Configuration menu
    Copy the full SHA
    b90e4cd View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    6c87d75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69efc4e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #144 from graphql-java/close-executor

    Shuts down executor if its was auto added by our code
    bbakerman authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    1cd8029 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    432733b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #145 from graphql-java/specific-predicate-for-dl-i…

    …s-respected
    
    If there is a specific predicate for a dataloader - its is the final say on whether to dispatch
    bbakerman authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    bd101a2 View commit details
    Browse the repository at this point in the history
Loading