<feature>[sdk]: add shared block LV range descriptor SDK - #4672
<feature>[sdk]: add shared block LV range descriptor SDK#4672ZStack-Robot wants to merge 1 commit into
Conversation
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 59 minutes Limit details: You’ve used the included review currently available. Your 95 included PR review attempts over the past 7 days set your current allowance at 1 review per hour. Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. 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: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (9)
WalkthroughChanges新增共享块卷快照无代理布局 SDK。变更包括请求与响应数据模型、同步和异步 API Action、类型双向映射,以及 共享块卷快照无代理布局
Estimated code review effort: 3 (Moderate) | ~20 minutes Mergeability Score: ⚪ Minimal · up to This SDK-only change adds shared block volume layout descriptors without any identified merge-blocking risk; it is ready to merge after normal checks and review. Sequence Diagram(s)sequenceDiagram
participant TestHelper as ApiHelper
participant Action as GetSharedBlockVolumeSnapshotLanFreeLayoutAction
participant Client as ZSClient
participant API as Layout API
TestHelper->>Action: 配置卷快照配对和标签
Action->>Client: 执行 POST 请求
Client->>API: 提交布局请求
API-->>Client: 返回错误或布局结果
Client-->>Action: 转换为 Result
Action-->>TestHelper: 返回调用结果
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 Generate unit tests (beta)
Comment |
Resolves: ZSV-12867 Change-Id: I796f6b717671746f6775797361617765676f7562
c1fc562 to
db455cc
Compare
Resolves: ZSV-12867
Change-Id: I727974746b646768656f766e617579687378686f
sync from gitlab !10680