-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: elgopher/batch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 5 files changed
- 1 contributor
Commits on May 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aff6c4d - Browse repository at this point
Copy the full SHA aff6c4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7fb6a9 - Browse repository at this point
Copy the full SHA e7fb6a9View commit details -
Update Processor.Run documentation
Add information about always leaving resource in a consistent state.
Configuration menu - View commit details
-
Copy full SHA for 8569438 - Browse repository at this point
Copy the full SHA 8569438View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for bc57aa9 - Browse repository at this point
Copy the full SHA bc57aa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4430a1 - Browse repository at this point
Copy the full SHA a4430a1View commit details
Commits on May 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a17ed95 - Browse repository at this point
Copy the full SHA a17ed95View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 166b653 - Browse repository at this point
Copy the full SHA 166b653View commit details -
Configuration menu - View commit details
-
Copy full SHA for dafdb21 - Browse repository at this point
Copy the full SHA dafdb21View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.0...v0.4.0