Commit ca8e9e6
committed
fix(cli,wizard): re-home the add-only rewriter guards on the v3-only base
Rebasing onto remove-v2 drops `eql install --drizzle` and
`generate-drizzle-migration.test.ts` with it, so the fail-closed work that
lived on that path moves to the surviving one:
- port the `isPartialRewriteResult` narrowing from the deleted
`generateDrizzleMigration` into `eql migration --drizzle`, replacing the
unchecked cast on the thrown sweep result
- port the non-object sweep-failure coverage (`null` / `undefined` / a bare
string) into `commands/eql/__tests__/migration.test.ts`
- say "switch the application to the encrypted column by name, then drop
plaintext" wherever the rewriter, the wizard prompt, and the shipped skill
used to say "cutover" — `stash encrypt cutover` no longer exists1 parent a5d5aaf commit ca8e9e6
2 files changed
Lines changed: 49 additions & 1 deletion
Lines changed: 48 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
69 | 88 | | |
70 | 89 | | |
71 | 90 | | |
| |||
76 | 95 | | |
77 | 96 | | |
78 | 97 | | |
| 98 | + | |
79 | 99 | | |
80 | 100 | | |
81 | 101 | | |
| |||
363 | 383 | | |
364 | 384 | | |
365 | 385 | | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
366 | 414 | | |
367 | 415 | | |
368 | 416 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments