Thanks to visit codestin.com
Credit goes to github.com

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: elgopher/batch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: elgopher/batch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 8 commits
  • 5 files changed
  • 1 contributor

Commits on May 6, 2022

  1. Update README.md

    elgopher committed May 6, 2022
    Configuration menu
    Copy the full SHA
    aff6c4d View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Add info about server-database round-trips.
    elgopher committed May 6, 2022
    Configuration menu
    Copy the full SHA
    e7fb6a9 View commit details
    Browse the repository at this point in the history
  3. Update Processor.Run documentation

    Add information about always leaving resource in a consistent state.
    elgopher committed May 6, 2022
    Configuration menu
    Copy the full SHA
    8569438 View commit details
    Browse the repository at this point in the history
  4. [example] Do not log errors when operation was cancelled

    In case when HTTP connection was closed and the operation was still waiting to be run. Then OperationCancelled error is returned by processor.Run.
    elgopher committed May 6, 2022
    Configuration menu
    Copy the full SHA
    bc57aa9 View commit details
    Browse the repository at this point in the history
  5. [README] Rewording

    elgopher committed May 6, 2022
    Configuration menu
    Copy the full SHA
    a4430a1 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Configuration menu
    Copy the full SHA
    a17ed95 View commit details
    Browse the repository at this point in the history
  2. Reuse context.Context for the entire batch

    This is needed to support database transactions. After LoadResource succeeded the context cannot be canceled, because in the database driver there might be a running go-routine dedicated for transaction which will automatically roll back the transaction once context is canceled.
    elgopher committed May 7, 2022
    Configuration menu
    Copy the full SHA
    166b653 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    elgopher authored May 7, 2022
    Configuration menu
    Copy the full SHA
    dafdb21 View commit details
    Browse the repository at this point in the history
Loading