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

DaprDriver support #62

Merged
merged 14 commits into from
Dec 8, 2022
Merged

DaprDriver support #62

merged 14 commits into from
Dec 8, 2022

Conversation

heavenwing
Copy link
Contributor

Support DaprDriver in .NET client sdk:

  • Generate Dtm Server url for dapr sidecar
  • Generate saga action and compensate url for dapr app follow up with DaprDriver specification
  • Generate tcc local try url and remote confirm/cancel url for dapr app follow up with DaprDriver specification
  • Generate msg action url for dapr app follow up with DaprDriver specification
  • Improve DtmOptions to distinguish sqldb or mongodb
  • Include DtmOnDaprSample project to explain how to use dtm in dapr app

@heavenwing
Copy link
Contributor Author

This PR will implement this requirement issue: #57

@codecov-commenter
Copy link

Codecov Report

Merging #62 (fc480e4) into main (b434076) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #62      +/-   ##
==========================================
+ Coverage   85.94%   85.96%   +0.02%     
==========================================
  Files          34       34              
  Lines        1174     1176       +2     
==========================================
+ Hits         1009     1011       +2     
  Misses        165      165              
Impacted Files Coverage Δ
src/DtmCommon/Barrier/BranchBarrier.cs 61.26% <100.00%> (ø)
src/DtmCommon/DtmOptions.cs 100.00% <100.00%> (ø)
src/DtmCommon/Imp/DbSpecialDelegate.cs 100.00% <100.00%> (ø)
src/DtmCommon/Imp/DbUtils.cs 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@catcherwong catcherwong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@catcherwong catcherwong merged commit 549c622 into dtm-labs:main Dec 8, 2022
@heavenwing heavenwing deleted the DaprSupport branch December 8, 2022 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants