<fix>[storage]: keep partial groups#4450
Conversation
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 16 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (15)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
APIImpact Resolves: ZSV-9792 Change-Id: I6c6b656d77706671687561696d7669777863646f
4becc08 to
c70a9b6
Compare
Root cause: the group tree response was modeled as a query inventory, which can conflict with the normal volume snapshot group query mapping and return the wrong inventory type. Solution: expose the group tree as a dedicated API get message, build the tree in the snapshot service, and keep tree inventories outside the generic query inventory mapping. Impact: this changes the group tree API message type from query to get while preserving the existing REST path and returning only the tree inventory payload. APIImpact Resolves: ZSV-9792 Change-Id: I696867747a666d6d6967686f66696278776b6f63
APIImpact
Resolves: ZSV-9792
Change-Id: I6c6b656d77706671687561696d7669777863646f
sync from gitlab !10413