-
Notifications
You must be signed in to change notification settings - Fork 16
Commit 14507c7
committed
Break out IDEWithStatus conversions
The available IDE conversion will be used when checking for an update,
and installed conversion might eventually be used as well (in case there
is a more recent version already installed in the workspace).1 parent 0d954e7 commit 14507c7
File tree
2 files changed
+32
-23
lines changed- src/main/kotlin/com/coder/gateway
- models
- views/steps
2 files changed
+32
-23
lines changedLines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | + | ||
5 | + | ||
4 | 6 |
| |
7 | + | ||
5 | 8 |
| |
6 | 9 |
| |
7 | 10 |
| |
| |||
177 | 180 |
| |
178 | 181 |
| |
179 | 182 |
| |
183 | + | ||
184 | + | ||
185 | + | ||
186 | + | ||
187 | + | ||
188 | + | ||
189 | + | ||
190 | + | ||
191 | + | ||
192 | + | ||
193 | + | ||
194 | + | ||
195 | + | ||
196 | + | ||
197 | + | ||
198 | + | ||
199 | + | ||
200 | + | ||
201 | + | ||
202 | + | ||
203 | + | ||
204 | + | ||
205 | + | ||
206 | + | ||
207 | + | ||
208 | + | ||
180 | 209 |
| |
181 | 210 |
| |
182 | 211 |
| |
|
Lines changed: 3 additions & 23 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | + | ||
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
| |||
351 | 352 |
| |
352 | 353 |
| |
353 | 354 |
| |
354 | - | ||
355 | - | ||
356 | - | ||
357 | - | ||
358 | - | ||
359 | - | ||
360 | - | ||
361 | - | ||
362 | - | ||
363 | - | ||
364 | - | ||
355 | + | ||
365 | 356 |
| |
366 | 357 |
| |
367 | 358 |
| |
368 | 359 |
| |
369 | 360 |
| |
370 | 361 |
| |
371 | - | ||
372 | - | ||
373 | - | ||
374 | - | ||
375 | - | ||
376 | - | ||
377 | - | ||
378 | - | ||
379 | - | ||
380 | - | ||
381 | - | ||
382 | - | ||
362 | + | ||
383 | 363 |
| |
384 | 364 |
| |
385 | 365 |
| |
|
0 commit comments