summaryrefslogtreecommitdiff
path: root/app/services/clusters/applications/check_installation_progress_service.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove unncessary `to_time` in cluster servicesDylan Griffith2019-04-291-1/+1
|
* Rename #timeouted -> #timed_outDylan Griffith2019-04-291-2/+2
|
* Upgrade cluster applications, starting with runnerThong Kuah2019-02-071-7/+16
|
* Merge branch 'json-logging-for-k8s' into 'master'Stan Hu2018-11-271-2/+1
|\ | | | | | | | | Json logging for k8s Integration See merge request gitlab-org/gitlab-ce!23328
| * Use JSON logging for helm install servicesDylan Griffith2018-11-271-2/+1
| |
* | Don't remove failed install podsDylan Griffith2018-11-271-9/+2
|/ | | | | | | | | | | | | We want to keep failed install pods around so that it is easier to debug why a failure occured. With this change we also need to ensure that we remove a previous pod with the same name before installing so that re-install does not fail. Another change here is that we no longer need to catch errors from delete_pod! in CheckInstallationProgressService as we now catch the ResourceNotFoundError in Helm::Api. The catch statement in CheckInstallationProgressService was also probably too broad before and should have been narrowed down simply to ResourceNotFoundError.
* Track Kubernetes errors using SentryDylan Griffith2018-11-141-0/+1
|
* Show HTTP response code for Kubernetes errorsThong Kuah2018-11-131-3/+3
|
* Add more logging for errors with kubernetes on helm installmore-helm-install-error-logsDylan Griffith2018-11-061-2/+4
|
* Do not persist errors from Kubernetes callsMayra Cabrera2018-09-171-3/+3
|
* Merge branch 'timeouted' into 'master'Grzegorz Bizon2018-08-011-1/+1
|\ | | | | | | | | correct error message on helm tiller installation timeout See merge request gitlab-org/gitlab-ce!20683
| * correct error messageDiana Stanley2018-07-171-1/+1
| |
* | Backports relevant changes made in ↵Tiago Botelho2018-07-251-3/+3
|/ | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5163 to CE
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-161-0/+2
| | | | | | For directories application_settings --> labels. Partially addresses #47424.
* Replace KubeException with Kubeclient::HttpError (kubeclient 3.0)Pirate Praveen2018-03-151-1/+1
|
* Add Helm InstallCommandAlessio Caiazza2017-11-071-3/+3
|
* Remove Clusters::Applications::FinalizeInstallationServiceAlessio Caiazza2017-11-071-7/+23
|
* Add Clusters::Applications services testsAlessio Caiazza2017-11-061-9/+2
|
* Add Clusters::Appplications::CheckInstallationProgressService testsAlessio Caiazza2017-11-061-2/+2
|
* Fix typosAlessio Caiazza2017-11-031-1/+1
|
* Remove `Clusters::Applications::FetchInstallationStatusService`Alessio Caiazza2017-11-031-19/+45
|
* Rename App to ApplicationsAlessio Caiazza2017-11-031-0/+30