-
Notifications
You must be signed in to change notification settings - Fork 664
C# implementation of Transactions for Procedures #3809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
e60ef4b
First pass on implementing Transactions for Procedures
rekhoff f4bf51b
Merge branch 'master' into rekhoff/csharp-procedure-transactions
rekhoff 3132d1f
Added a TxContext and pulled out ProcedureContext to the Runtime
rekhoff 758bd23
Updated C# formatting and snapshots
rekhoff 14d310b
More lint updates
rekhoff b9aafff
First pass on adding additional transaction tests
rekhoff c4d3fa9
Merge branch 'master' into rekhoff/csharp-procedure-transactions
rekhoff eaf5615
Merge branch 'master' into rekhoff/csharp-procedure-transactions
rekhoff c023c56
Cleaned up regression test client, removed Generated folder from regr…
rekhoff c98ce96
Removed tx offset tracking and erroneous static class
rekhoff 85415e2
Updated to resolve test client errors
rekhoff 793bffc
Merge branch 'master' into rekhoff/csharp-procedure-transactions
rekhoff 9c45746
Updated Lints and formatting
rekhoff 40269cf
Updated Codegen-Tests snapshots and regenerated bindings for quicksta…
rekhoff a9479fa
Updated formatting on regression tests server and client
rekhoff 86bd403
Remove unnecessary changes
rekhoff 645bded
Removed unnecessary async operation
rekhoff 7526796
Treating Unit as Void, revert ProcedureEvent changes
rekhoff 2c7a7b6
Reverted changes to csharp.rs and removed async elements from IIntern…
rekhoff ce58664
Dropped ProcedureContextManager in favor of folding functionality int…
rekhoff df534ac
Reverted csharp.rs
rekhoff 701d6e4
Removed unnecessary readonly flag
rekhoff becea5f
Rearranged generated FFI content and reverted LocalReadOnly to sealed
rekhoff ea07277
Merge branch 'master' into rekhoff/csharp-procedure-transactions
rekhoff 23b723a
Regenerating bindings for regression test client
rekhoff 550322d
Reverted a number of formatting and generated files
rekhoff ae3270b
Merge branch 'rekhoff/csharp-procedure-transactions' of https://githu…
rekhoff c22ab6e
Reverted changes to Event.cs
rekhoff 3cec56f
Merge branch 'master' into rekhoff/csharp-procedure-transactions
rekhoff 0feb718
Updated Lints
rekhoff 4e1fe9d
Merge branch 'rekhoff/csharp-procedure-transactions' of https://githu…
rekhoff 5a25ad5
Updated Codegen.Tests snapshots
rekhoff 4348c90
Updated Procedure results to use a more-Rust-like generic `Result<T,E>`
rekhoff 058e04d
Merge branch 'master' into rekhoff/csharp-procedure-transactions
rekhoff b380abb
Updated lints
rekhoff 4d5eb1e
Updated Codegen.Tests snapshots
rekhoff File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.