Commit c8a073a
authored
CR-8437 rollback installation in case of failure (#201)
* appending logs to summary
* change to global array
* clear array after print
* fixed duplicate code
* improve string
* postInstallationHandler
* bump
* move defer to later installation stage
* small improvement
* removed cli upgrade requirment
* removed unused import
* removed reportInstallationErrorToPlatform
* no rollback in case of timeout of failure in creating git integration
* cli upgrade requirement in case of a newer defVersion
* add link to docs with error message
* add info log
* small change
* small change
* added runtime name to error msg
* bump
* moved defVersion check to pre-installation checks
* added error decorator for docs link
* modified error decorator
* typo fix
* var name fix
* bump
* bump
* handle RunRuntimeUninstall error
* small fix1 parent 989c0ac commit c8a073a
File tree
11 files changed
+144
-133
lines changed- cmd/commands
- docs/releases
- manifests
- pkg
- store
- util
11 files changed
+144
-133
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
| |||
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 76 | | |
81 | 77 | | |
82 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | 183 | | |
188 | 184 | | |
189 | 185 | | |
| |||
402 | 398 | | |
403 | 399 | | |
404 | 400 | | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | 401 | | |
410 | 402 | | |
411 | 403 | | |
| |||
503 | 495 | | |
504 | 496 | | |
505 | 497 | | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | 498 | | |
511 | 499 | | |
512 | 500 | | |
| |||
578 | 566 | | |
579 | 567 | | |
580 | 568 | | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | 569 | | |
586 | 570 | | |
587 | 571 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | 79 | | |
84 | 80 | | |
85 | 81 | | |
| |||
115 | 111 | | |
116 | 112 | | |
117 | 113 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | 114 | | |
123 | 115 | | |
124 | 116 | | |
| |||
0 commit comments