- pipelines: new schema_scope ('selected'|'all') and include_fk fields with
lightweight ALTER TABLE migration for existing DBs
- atlas: computeSchemaExcludes() limits diff/apply to selected tables via
repeated --exclude (bare-name globs); avoids unsupported-type failures on
unrelated tables (e.g. TiDB VECTOR) and prevents DROP of target-only tables
- fk toggle off appends --exclude '*[type=foreign-key]'; FKs referencing
excluded parent tables are skipped by Atlas automatically
- pipeline form extracted to shared component; new /pipelines/[id]/edit page
with full prefill; edit entries in list and detail pages
|
||
|---|---|---|
| .. | ||
| ui | ||
| api.ts | ||
| app-sidebar.tsx | ||
| confirm-dialog.tsx | ||
| connection-dialog.tsx | ||
| format.ts | ||
| health-banner.tsx | ||
| log-viewer.tsx | ||
| pipeline-form.tsx | ||
| status-badge.tsx | ||