summaryrefslogtreecommitdiff
path: root/spec/services/clusters/applications/check_uninstall_progress_service_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Bring method back that was mistakenly removedJoão Cunha2019-09-041-2/+6
| | | | - We're also improving specs to avoid this could happen again
* DRY check progress servicesJoão Cunha2019-08-291-5/+5
| | | | Extract duplicated code from two similar classes into a parent one.
* Enable GitLabb runner to be uninstalled from clusterJoão Cunha2019-07-161-1/+7
| | | | | | - Set as uninstallable app - Update docs - Adjust specs
* Add a newline in spec for readabilityStan Hu2019-04-291-0/+1
|
* Rename #timeouted -> #timed_outDylan Griffith2019-04-291-2/+2
|
* Minor refactoring in check_uninstall_progress_service_specDylan Griffith2019-04-291-5/+5
|
* Fix uninstall specs: helm not uninstallableDylan Griffith2019-04-291-4/+4
|
* Destroy app on successful uninstallationThong Kuah2019-04-291-3/+20
| | | | | | | | 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.
* Services to uninstall cluster applicationThong Kuah2019-04-291-0/+127
+ to monitor progress of uninstallation pod