refactor(ae): rename dx_attack_graph → dx_evidence_graph (malignant view)#77
refactor(ae): rename dx_attack_graph → dx_evidence_graph (malignant view)#77ConstanzeTU wants to merge 1 commit into
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…iew) Restacks the dx graph rename onto the #73 /query-runner tip. Renames across the AE forensic path: - table forensic_db.dx_attack_graph → dx_evidence_graph - view dx_attack_graph_malicious → dx_evidence_graph_malignant (medical terminology: malignant, not malicious) - endpoint /dx/attack_graph → /dx/evidence_graph - Go WriteAttackGraph/handleDXAttackGraph → *EvidenceGraph Done mechanically on #73 so it also covers order_query_test.go (absent from the original rename branch's lineage). Also fixes two pre-existing #73 lint nits surfaced by touching the package: gofumpt blank lines in order_query_test.go and the missing order_query_test.go entry in controller/BUILD.bazel's controller_test srcs (gazelle).
d19fe47 to
2a9d070
Compare
AE gap found while testing dx
|
What
Renames the AE forensic dx graph across the whole path, stacked on top of #73 (the
/queryrunner):forensic_db.dx_attack_graphforensic_db.dx_evidence_graphdx_attack_graph_maliciousdx_evidence_graph_malignant/dx/attack_graph/dx/evidence_graphWriteAttackGraph,handleDXAttackGraphWriteEvidenceGraph,handleDXEvidenceGraphMedical terminology per request: malignant, not malicious.
How
The prior
refactor/ae-evidence-graph-renamebranch was built on a divergent pre-consolidation AE lineage (shared only an ancient merge-base with #73). Rather than restack that history, the rename was re-applied mechanically on the current #73 tip — which also catchesorder_query_test.go, a query-runner file absent from the old branch's lineage.Incidental #73 lint fixes (surfaced by touching the package)
order_query_test.go: gofumpt blank lines between funcs.controller/BUILD.bazel: added the missingorder_query_test.gotocontroller_testsrcs (gazelle staleness pre-existing on adaptive_export: wire the /query runner — dx OrderQuery → forensic capture (dx#93) #73).Stacking
Base =
feat/ae-query-runner(#73). Merge #73 first. Release build kicked from this tip.