Commit 5589c99
authored
[Streams] Add DLM phases flyout (#271395)
Closes #266039
## Summary
This PR:
- Added a new `EditDlmPhasesFlyout` with its own RHF+Zod model that
emits/saves `IngestStreamLifecycleDSL['dsl']` (frozen/delete “after”
only) and includes debounced `onChange`.
- Updated lifecycle UI to support frozen-phase warnings with reusable
enterprise/default-repository callouts and a warning icon on the frozen
phase button.
- Refactored shared flyout plumbing into `data_phases/shared` Flyout
shell, phase tabs row, blur-commit draft, debounced emit, phase syncing,
and “after” help text utilities) and switched shared copy to neutral
i18n namespaces.
- Updated the ILM flyout copy (including “Apply”) and switched
toggleable fields from switches to checkboxes.
- Expanded/added Jest and Storybook coverage for DLM flows, shared
utilities, and lifecycle-phase callout rendering.1 parent ae93a37 commit 5589c99
52 files changed
Lines changed: 3169 additions & 561 deletions
File tree
- oas_docs/output
- x-pack/platform
- plugins
- private/translations/translations
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78782 | 78782 | | |
78783 | 78783 | | |
78784 | 78784 | | |
| 78785 | + | |
| 78786 | + | |
| 78787 | + | |
| 78788 | + | |
78785 | 78789 | | |
78786 | 78790 | | |
78787 | 78791 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91249 | 91249 | | |
91250 | 91250 | | |
91251 | 91251 | | |
| 91252 | + | |
| 91253 | + | |
| 91254 | + | |
| 91255 | + | |
91252 | 91256 | | |
91253 | 91257 | | |
91254 | 91258 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 35 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50833 | 50833 | | |
50834 | 50834 | | |
50835 | 50835 | | |
50836 | | - | |
50837 | | - | |
50838 | | - | |
50839 | 50836 | | |
50840 | 50837 | | |
50841 | 50838 | | |
| |||
50868 | 50865 | | |
50869 | 50866 | | |
50870 | 50867 | | |
50871 | | - | |
50872 | 50868 | | |
50873 | 50869 | | |
50874 | 50870 | | |
50875 | 50871 | | |
50876 | | - | |
50877 | | - | |
50878 | 50872 | | |
50879 | 50873 | | |
50880 | 50874 | | |
50881 | 50875 | | |
50882 | 50876 | | |
50883 | 50877 | | |
50884 | | - | |
50885 | 50878 | | |
50886 | 50879 | | |
50887 | 50880 | | |
| |||
Lines changed: 0 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50663 | 50663 | | |
50664 | 50664 | | |
50665 | 50665 | | |
50666 | | - | |
50667 | | - | |
50668 | | - | |
50669 | 50666 | | |
50670 | 50667 | | |
50671 | 50668 | | |
| |||
50698 | 50695 | | |
50699 | 50696 | | |
50700 | 50697 | | |
50701 | | - | |
50702 | 50698 | | |
50703 | 50699 | | |
50704 | 50700 | | |
50705 | 50701 | | |
50706 | | - | |
50707 | | - | |
50708 | 50702 | | |
50709 | 50703 | | |
50710 | 50704 | | |
50711 | 50705 | | |
50712 | 50706 | | |
50713 | 50707 | | |
50714 | | - | |
50715 | 50708 | | |
50716 | 50709 | | |
50717 | 50710 | | |
| |||
0 commit comments