chore(tesseract): rename view filters to default_filters#10930
chore(tesseract): rename view filters to default_filters#10930waralexrom wants to merge 1 commit into
filters to default_filters#10930Conversation
Renames the view-level default-value filter key introduced in #10892 from `filters` to `default_filters` (camelCase `defaultFilters` in JS) across the TS schema-compiler, YAML/JS transpilers, Rust bridge, planner, fixtures, and tests.
|
Claude finished @waralexrom's task in 2m 17s —— View job Code Review: PR #10930
SummaryThis PR cleanly renames the view-level ReviewCompleteness: No missed references — I searched for remaining uses of the old Regex patterns updated correctly — The transpiler patterns in This is actually more specific than the old YAML-to-JS camelization handled — Rust bridge is consistent — The Validator schema renamed — Test coverage is thorough — The PR updates:
No backward compatibility concerns — The VerdictLooks good to me. Clean, mechanical rename with no logic changes. All references are updated consistently across JS and Rust, the regex patterns are correct, and test coverage is comprehensive. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #10930 +/- ##
=======================================
Coverage 78.93% 78.93%
=======================================
Files 470 470
Lines 92868 92868
Branches 3450 3450
=======================================
+ Hits 73307 73309 +2
+ Misses 19056 19054 -2
Partials 505 505
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
Renames the view-level default-value filter key introduced in #10892 from
filterstodefault_filters(camelCasedefaultFiltersin JS) so the data-model surface reflects that these are default filters, distinct from the per-queryfiltersoption.