fix: preserve restored step config on approval resume#1959
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThis PR fixes the issue where Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1959 +/- ##
==========================================
- Coverage 68.05% 68.04% -0.01%
==========================================
Files 475 475
Lines 61310 61323 +13
==========================================
+ Hits 41724 41727 +3
- Misses 15610 15622 +12
+ Partials 3976 3974 -2
... and 18 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Summary
registry_authsrebuilt from DAG YAML andbase.yamlcontentTesting
go test ./internal/runtime ./internal/cmd ./internal/service/frontend/api/v1 -run 'Test(RetryPlan|StepRetryPlan|RestoreDAGFromStatus|ApproveDAGRunStep)' -count=1go test ./internal/intg -run 'TestStepLevelContainer' -count=1Closes #1958
Summary by CodeRabbit
Improvements
Tests