Files
dolt/go/libraries/doltcore/diff
David Dansby 3c9fb41e10 refactor(diff): add renamed filter and removed alias
Add DiffTypeRenamed constant and "removed" as user-friendly alias
for "dropped" filter option. This provides more granular filtering
and improves user experience with familiar terminology.

List of changes:
- Add DiffTypeRenamed constant for renamed tables
- Revert GetSummary to use DiffTypeRenamed instead of treating
renames as modified (table_deltas.go:742)
- Add "removed" as alias that maps to "dropped" internally for
user convenience
- Update filter validation to include renamed option
- Update CLI help text to document all filter options including
renamed and removed alias
- Handle renamed tables in merge stats alongside modified
- Update getDiffSummariesBetweenRefs and
getSchemaDiffSummariesBetweenRefs to handle renamed diff type
- Update all tests to use new constants and test renamed
filtering

Filter options now available: added, modified, renamed, dropped,
removed (alias for dropped).

Refs: #1430
2025-11-28 19:29:44 -08:00
..
2025-04-01 12:56:45 -07:00
2025-03-31 22:40:40 -07:00