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

Cascade Terminate/Purge support #1243

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

shivamkm07
Copy link
Contributor

Description

This PR updates the Microsoft.DurableTask Dependency and makes Recursive as true by default in terminate and purge operations. This makes recursive termination/purge as the default behavior.

Issue reference

We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.

Please reference the issue this PR will close: #1226

Checklist

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • Code compiles correctly
  • Created/updated tests
  • Extended the documentation

@shivamkm07 shivamkm07 requested review from a team as code owners February 19, 2024 09:15
Copy link

codecov bot commented Feb 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (17b504c) 67.28% compared to head (2707def) 67.28%.

Additional details and impacted files
@@              Coverage Diff              @@
##           release-1.13    #1243   +/-   ##
=============================================
  Coverage         67.28%   67.28%           
=============================================
  Files               174      174           
  Lines              6025     6025           
  Branches            671      671           
=============================================
  Hits               4054     4054           
  Misses             1802     1802           
  Partials            169      169           
Flag Coverage Δ
net6 67.26% <ø> (ø)
net7 67.26% <ø> (ø)
net8 67.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
@shivamkm07 shivamkm07 changed the base branch from master to release-1.13 February 19, 2024 09:18
@halspang halspang merged commit 5922fd7 into dapr:release-1.13 Feb 20, 2024
12 checks passed
philliphoff added a commit that referenced this pull request Mar 8, 2024
* Update protos and related use for Dapr 1.13. (#1236)

* Update protos and related use.

Signed-off-by: Phillip Hoff <phillip@orst.edu>

* Update Dapr runtime version.

Signed-off-by: Phillip Hoff <phillip@orst.edu>

* Init properties.

Signed-off-by: Phillip Hoff <phillip@orst.edu>

---------

Signed-off-by: Phillip Hoff <phillip@orst.edu>

* Update artifact action versions. (#1240)

Signed-off-by: Phillip Hoff <phillip@orst.edu>

* Make recursive true as default (#1243)

Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>

* Make final 1.13 changes.

Signed-off-by: Phillip Hoff <phillip@orst.edu>

---------

Signed-off-by: Phillip Hoff <phillip@orst.edu>
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
Co-authored-by: Shivam Kumar <shivamkm07@gmail.com>
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.

Cascade Terminate/Purge for workflow
2 participants