Skip to content
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b12cfc0
refactor: analyse
psteinroe Dec 14, 2025
dc098c0
fix: dont use dyn
psteinroe Dec 14, 2025
6fae041
fix: correct AnalyserRules reference in codegen
psteinroe Dec 15, 2025
4e9757f
fix: update test imports to use LinterOptions and LinterDiagnostic
psteinroe Dec 15, 2025
4f16e91
style: apply rustfmt to test files
psteinroe Dec 15, 2025
4798b24
chore: integrate splinter into codegen
psteinroe Dec 14, 2025
821dd3a
fix: update bun.lock and remove unused mut
psteinroe Dec 15, 2025
0379759
chore: rebase onto refactor/rules with test import fixes
psteinroe Dec 15, 2025
cc43d1f
fix: use relative paths in splinter registry codegen
psteinroe Dec 15, 2025
85b1802
fix: remove unused RuleMeta import and apply clippy fixes
psteinroe Dec 15, 2025
a197a12
fix: apply clippy format! macro fix in convert.rs
psteinroe Dec 15, 2025
5f46e53
fix: panic on unknown splinter rule instead of fallback
psteinroe Dec 15, 2025
df44cfd
fix: apply formatting
psteinroe Dec 15, 2025
8c982d8
chore: integrate splinter runtime with analyse
psteinroe Dec 15, 2025
13afe90
fix: resolve configuration.rs from parent branch
psteinroe Dec 15, 2025
e2950b5
fix: strip outer parentheses from SQL queries before UNION ALL
psteinroe Dec 15, 2025
7a2d56e
fix: wrap queries in SELECT * FROM to handle CTEs in UNION ALL
psteinroe Dec 15, 2025
947426b
fix: add alias to subqueries in FROM clause
psteinroe Dec 15, 2025
404bab9
fix: simplify SQL query combination in run_splinter
psteinroe Dec 15, 2025
a8c551c
fix: ensure all SQL queries are wrapped in parentheses for UNION ALL
psteinroe Dec 15, 2025
7dd9257
fix: use column names with ! suffix in FromRow implementation
psteinroe Dec 15, 2025
3f06f59
fix: add ORDER BY to combined SQL for deterministic result ordering
psteinroe Dec 15, 2025
d00534e
test: update snapshots with corrected formatting
psteinroe Dec 15, 2025
0b27360
chore: apply clippy formatting suggestions
psteinroe Dec 15, 2025
22cfd84
chore(splinter): integrate into docs codegen (#621)
psteinroe Dec 16, 2025
56484d9
Merge main into chore/integrate-splinter-runtime
psteinroe Dec 16, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading