modelRT/task
douxu b05219ef4c refactor: replace topology tree with graph cache
- replace globalTree startup loading with globalTopologyGraph
- add topologyGraph adjacency cache with in/out edges, start nodes, and end nodes
- remove multiBranchTreeNode and legacy tree-building helpers
- make topology queries independent of the all-zero UUID virtual root
- keep TOPOLOGY_ANALYSIS on per-task DB querying while clarifying point-to-point reachability results
- add coverage for multi-parent topology reachability
2026-07-07 10:01:14 +08:00
..
base_task.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
handler_factory.go refactor: replace topology tree with graph cache 2026-07-07 10:01:14 +08:00
initializer.go style: normalize log messages to lowercase across task package 2026-06-01 15:50:11 +08:00
metrics_logger.go style: normalize log messages to lowercase across task package 2026-06-01 15:50:11 +08:00
queue_message.go refactor: overhaul async task handler routing and fix data consistency 2026-04-27 17:55:38 +08:00
queue_producer.go fix: fix K8s service names, deployment command, and GORM logger 2026-06-03 17:11:54 +08:00
retry_manager.go style: normalize log messages to lowercase across task package 2026-06-01 15:50:11 +08:00
retry_queue.go style: normalize log messages to lowercase across task package 2026-06-01 15:50:11 +08:00
test_task.go style: normalize log messages to lowercase across task package 2026-06-01 15:50:11 +08:00
types.go refactor: overhaul async task handler routing and fix data consistency 2026-04-27 17:55:38 +08:00
worker.go chore: add imagePullPolicy and migrate WaitGroup to wg.Go 2026-06-10 16:40:50 +08:00