GitNexus/gitnexus/test/fixtures
wuhongteng e5d4f10a51 feat(orm): MyBatis XML mapper scanning
Adds MyBatis XML mapper support to the ORM phase. Scans <mapper> XML
files, extracts table names from SQL, and creates QUERIES edges from
Mapper methods to table nodes. No schema changes needed.

Key behaviors:
- Namespace to Java file path resolution (dot-to-slash)
- Table extraction handles FROM/INTO/UPDATE/JOIN, CDATA, XML comments
- Method-level edges via pre-built index; strips #N overload suffix
- Inherited methods (e.g. MybatisBaseMapper) fall back to file-level
- XML-only orphan statements skipped (no edge)

Tests: test/integration/orm-dataflow.test.ts, 6 pass.
2026-05-15 10:55:44 +08:00
..
cross-file-binding feat(php): migrate PHP to scope-based resolution model (#938) [supersedes #1124] (#1497) 2026-05-12 16:56:31 +01:00
expo-app feat: add Expo Router file-based route detection (#503) 2026-03-25 11:05:55 +00:00
group fix(group): add configurable cross-link path exclusions to reduce false positives (#1093) 2026-04-28 08:22:14 +01:00
lang-resolution fix(cpp): workspace-wide dependent-base name resolution for cross-file templates (#1586) 2026-05-14 13:06:39 +01:00
mini-repo/src test: add integration test coverage and fix KuzuDB fork crashes (#209) 2026-03-08 18:00:45 +00:00
orm-repo/src feat(orm): MyBatis XML mapper scanning 2026-05-15 10:55:44 +08:00
pipeline-golden/mini-repo feat(analyze): incremental indexing (parse cache + DB writeback + scope-res short-circuit) (#1479) 2026-05-12 13:14:56 +01:00
python-scope-integration feat(python): scope-based call resolution + registry-primary flip + perf + generalization (RFC #909 Ring 3) (#980) 2026-04-21 15:50:00 +01:00
sample-code feat: add Dart language support (#204) 2026-03-26 08:42:49 +00:00
api-impact-seed.ts feat: deep flow detection — consumer access tracking, middleware chains, error shapes, api_impact tool (#482) 2026-03-23 22:13:48 +00:00
local-backend-seed.ts fix(mcp): project tool_map flows from handlers (#1113) 2026-04-27 17:13:02 +01:00
search-seed.ts test: add integration test coverage and fix KuzuDB fork crashes (#209) 2026-03-08 18:00:45 +00:00