Commit a030b9e
authored
Boot order (#2464)
* bump API for boot disk changes
* implement instance update endpoint
* show boot disk with badge in table
* add row actions
* instance create works good
* point at the actual omicron PR
* split instance disks into two tables
* move the disk buttons into the table headers
* fix one our most pointless e2es
* assert about boot disks after instance create
* add e2e test for instance create with more disks, test disk create
* move the buttons back under the tables
* take the button out, always disable detach for boot disk
* split frankenstein actions array into two, make e2e tests pass
* update omicron to latest commit on PR, fix breakage thereby introduced
* mock update errors out if boot disk is not attached
* update to a commit on omicron main
* cite omicron source for logic about when you can set a boot disk
* test for changing boot disk
* ixi's feedback, clean up mock API logic
* moderately deranged boot disk empty state copy
* tweak empty state copy and assert about it in e2e test
* clean up copy TODOs in confirm modals
* bump API to latest dogfood version (only doc comment changes)
* rename disks to otherDisks, existing disk test looks at boot vs. other1 parent dec4849 commit a030b9e
File tree
16 files changed
+663
-137
lines changed- app
- api
- __generated__
- components/form/fields
- forms
- pages/project/instances/instance/tabs
- ui/lib
- util
- mock-api
- msw
- test/e2e
16 files changed
+663
-137
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
93 | 96 | | |
94 | 97 | | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
99 | 105 | | |
100 | 106 | | |
101 | 107 | | |
| |||
104 | 110 | | |
105 | 111 | | |
106 | 112 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | 113 | | |
111 | 114 | | |
112 | 115 | | |
| |||
149 | 152 | | |
150 | 153 | | |
151 | 154 | | |
| 155 | + | |
| 156 | + | |
152 | 157 | | |
153 | 158 | | |
154 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
42 | | - | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | | - | |
48 | 46 | | |
49 | | - | |
| 47 | + | |
50 | 48 | | |
51 | 49 | | |
52 | 50 | | |
| |||
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
71 | | - | |
| 69 | + | |
72 | 70 | | |
73 | 71 | | |
74 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
| 320 | + | |
320 | 321 | | |
321 | 322 | | |
322 | 323 | | |
| |||
0 commit comments