Commit graph

8 commits

Author SHA1 Message Date
João Cunha
1cec47ec1a DRY check progress services
Extract duplicated code from two similar classes into a parent one.
2019-08-29 17:21:35 +00:00
João Cunha
bd31c4be0d Enable GitLabb runner to be uninstalled from cluster
- Set as uninstallable app
- Update docs
- Adjust specs
2019-07-16 16:11:10 +00:00
Dylan Griffith
3d94ab3222 Remove unncessary to_time in cluster services 2019-04-29 22:55:13 -07:00
Dylan Griffith
d252b99a0e Internationalize errors CheckUninstallProgressService 2019-04-29 22:55:13 -07:00
Dylan Griffith
f84fae1386 Rename #timeouted -> #timed_out 2019-04-29 22:55:13 -07:00
Dylan Griffith
50fa7847bb CheckUninstallProgressService remove unnecessary begin 2019-04-29 22:55:12 -07:00
Thong Kuah
3c8df0c944 Destroy app on successful uninstallation
Rescue and put into :uninstall_errored if something goes wrong while
destroying, which can happen. I think it is safe to expose the full
error message from the destroy error.

Remove the :uninstalled state as no longer used.
2019-04-29 22:55:11 -07:00
Thong Kuah
938e90f472 Services to uninstall cluster application
+ to monitor progress of uninstallation pod
2019-04-29 22:55:11 -07:00