<feature>[sdk]: add shared block LV range descriptor SDK - #4672
Open
ZStack-Robot wants to merge 1 commit into
Open
<feature>[sdk]: add shared block LV range descriptor SDK#4672ZStack-Robot wants to merge 1 commit into
ZStack-Robot wants to merge 1 commit into
Conversation
Resolves: ZSV-12867 Change-Id: I796f6b717671746f6775797361617765676f7562
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves: ZSV-12867
Change-Id: I727974746b646768656f766e617579687378686f
sync from gitlab !10680