refactor(storage): remove 0.5 credential compatibility - #567
Conversation
|
Warning Review limit reached
Next review available in: 6 minutes Limit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?Wait for the limit to reset, then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (33)
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 |
PR readiness for
|
| Fact | Value |
|---|---|
| Blocking conditions | 1 |
| Waiting conditions | 0 |
| Current unresolved threads | 0 |
| Current-head approvals | 0 |
| Stale latest reviews | 0 |
- BLOCK: Current head requires a human approval
This report is deterministic and updated for the current pull request head.
d347d33 to
e21f835
Compare
e21f835 to
f6e8e16
Compare
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
f6e8e16 to
94c2a46
Compare
2681773 to
c50924f
Compare
Summary
Closes #463.
This PR finalizes the AsterDrive 0.5.1 storage-policy schema boundary:
database-migrateto copy only current policy envelopes and connector-owned credentials, while rejecting unmigrated legacy source data;CHANGELOG.mdunderv0.5.1.Validation
cargo check -p aster_drive_migrationcargo check -p aster_drive --libcargo check -p aster_drive --testscargo test -p aster_drive_migration --libcargo test -p aster_drive --test platform migrations::cargo fmt --all -- --checkgit diff --checkThe complete platform matrix was started separately; external PostgreSQL/MySQL smoke coverage remains environment-dependent.