Skip to content
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

feat: Implement transaction context #312

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Nov 11, 2024

  1. Adding the transaction context class.

    Signed-off-by: André Silva <[email protected]>
    askpt committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    59b7faf View commit details
    Browse the repository at this point in the history
  2. Adding the transaction builder.

    Signed-off-by: André Silva <[email protected]>
    askpt committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4839683 View commit details
    Browse the repository at this point in the history
  3. Adding transaction context to the API.

    Signed-off-by: André Silva <[email protected]>
    askpt committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c181710 View commit details
    Browse the repository at this point in the history
  4. Adding the context propagator.

    Signed-off-by: André Silva <[email protected]>
    askpt committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9b92c48 View commit details
    Browse the repository at this point in the history
  5. Removed TransactionContextBuilder.cs

    Signed-off-by: André Silva <[email protected]>
    askpt committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    2aa2073 View commit details
    Browse the repository at this point in the history
  6. Renamed to ContextBuilder.

    Signed-off-by: André Silva <[email protected]>
    askpt committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4303a37 View commit details
    Browse the repository at this point in the history
  7. Removed comment.

    Signed-off-by: André Silva <[email protected]>
    askpt committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    1beaf8c View commit details
    Browse the repository at this point in the history
  8. Adding unit tests.

    Signed-off-by: André Silva <[email protected]>
    askpt committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    f4b514a View commit details
    Browse the repository at this point in the history
  9. Fix formatting.

    Signed-off-by: André Silva <[email protected]>
    askpt committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e5af270 View commit details
    Browse the repository at this point in the history
  10. Changed unit test.

    Signed-off-by: André Silva <[email protected]>
    askpt committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b123c14 View commit details
    Browse the repository at this point in the history
  11. Fix unit test.

    Signed-off-by: André Silva <[email protected]>
    askpt committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b695f49 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    914cd08 View commit details
    Browse the repository at this point in the history
  2. Adding to the shutdown.

    Signed-off-by: André Silva <[email protected]>
    askpt committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1698e27 View commit details
    Browse the repository at this point in the history
  3. Rollback change.

    Signed-off-by: André Silva <[email protected]>
    askpt committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e88a71c View commit details
    Browse the repository at this point in the history