Feat/3.0.0 beta1 - #2335
Merged
Merged
Conversation
…r (052) - P0: batch_check_actions/batch_check_visible 对 per-target 的 PermissionPublishNotReadyError 做 fail-soft(视为不可见), 单条 stale 投影不再导致整页 25008 - P1: ensure_readable 异常携带 8 个诊断字段 - P1: 新增 stale_projection_reconciler 后台定时(每 10 分钟) 自动修复 resource_permission_mode 的 parent 漂移行 - P1: 注册 Celery beat 任务 reconcile_stale_parent_projections - 测试: 4 个单测覆盖 fail-soft 行为和诊断字段
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.
What
简要描述做了什么改动。
Why
为什么需要这个改动?
How
实现方式、设计决策(如有)。
Test
Related