Fix: preprocessing related fields removed from PATCH endpoint#13112
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 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 |
|
✅ Migration Validation Passed All migrations follow the Expand-Contract pattern correctly. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-1.10.0 #13112 +/- ##
==================================================
+ Coverage 54.72% 54.73% +0.01%
==================================================
Files 2145 2145
Lines 200205 200199 -6
Branches 28489 28490 +1
==================================================
+ Hits 109562 109586 +24
+ Misses 89461 89431 -30
Partials 1182 1182
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Removing pre-processing related fields from being updated through the PATCH endpoint since they should be immutable once created.