docs(changelog): add resource removal guard fix entry for #6886
CI / helm (pull_request) Failing after 0s
CI / push-validation (pull_request) Successful in 23s
CI / build (pull_request) Successful in 3m52s
CI / lint (pull_request) Successful in 4m1s
CI / quality (pull_request) Successful in 4m25s
CI / typecheck (pull_request) Successful in 4m26s
CI / security (pull_request) Successful in 4m39s
CI / e2e_tests (pull_request) Successful in 6m54s
CI / unit_tests (pull_request) Successful in 7m24s
CI / integration_tests (pull_request) Successful in 7m48s
CI / docker (pull_request) Successful in 1m36s
CI / coverage (pull_request) Failing after 19m43s
CI / benchmark-publish (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 3s
CI / benchmark-regression (pull_request) Failing after 14m51s
CI / helm (pull_request) Failing after 0s
CI / push-validation (pull_request) Successful in 23s
CI / build (pull_request) Successful in 3m52s
CI / lint (pull_request) Successful in 4m1s
CI / quality (pull_request) Successful in 4m25s
CI / typecheck (pull_request) Successful in 4m26s
CI / security (pull_request) Successful in 4m39s
CI / e2e_tests (pull_request) Successful in 6m54s
CI / unit_tests (pull_request) Successful in 7m24s
CI / integration_tests (pull_request) Successful in 7m48s
CI / docker (pull_request) Successful in 1m36s
CI / coverage (pull_request) Failing after 19m43s
CI / benchmark-publish (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 3s
CI / benchmark-regression (pull_request) Failing after 14m51s
This commit is contained in:
@@ -127,6 +127,11 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
||||
|
||||
### Fixed
|
||||
|
||||
- **Resource Removal Guard** (#6886): Fixed `agents resource remove` silently deleting
|
||||
parent resources that still have linked children. The guard now queries
|
||||
`ResourceLinkModel` (the active DAG link table) instead of the legacy
|
||||
`ResourceEdgeModel`, so the child-link check correctly blocks deletion.
|
||||
|
||||
- **Validation Gate Empty-Run Guard** (#7508): Fixed `ApplyValidationSummary.all_required_passed`
|
||||
returning `True` when zero validations were run, silently bypassing the apply gate. The property
|
||||
now returns `False` when the validation result set is empty (`is_empty` is `True`), ensuring
|
||||
|
||||
Reference in New Issue
Block a user