8000 Comparing graphql-java:e5e5bf5...Alex079:399fe86 · graphql-java/java-dataloader · GitHub
[go: up one dir, main page]

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: e5e5bf5
Choose a base ref
...
head repository: Alex079/java-dataloader
Failed to load 10000 repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 399fe86
Choose a head ref
  • 6 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 1, 2022

  1. implement recursive dispatching

    Support composition of data loader invocations.
    - when using 'thenCompose' method to chain data loader calls, all composed load calls will be dispatched
    - the methods 'dispatchAll' or 'dispatchAllWithCount' will recur until there are no more calls to dispatch
    - the method 'dispatchAllWithCount' will block in order to return the counter of dispatches
    alex079 committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    0b33b8a View commit details
    Browse the repository at this point in the history
  2. remove unused imports

    alex079 committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    bc20cb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Configuration menu
    Copy the full SHA
    c46521a View commit details
    Browse the repository at this point in the history
  2. trying to fix after review

    - revert changes in `dispatchAll` and `dispatchAllWithCount` methods
    - add a new method `dispatch`
    alex079 committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    a986615 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master'

    alex079 committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    a463d8c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. update after merge

    alex079 committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    399fe86 View commit details
    Browse the repository at this point in the history
Loading
0