summaryrefslogtreecommitdiff
path: root/app/models/clusters/applications/ingress.rb
Commit message (Expand)AuthorAgeFilesLines
* Avoid calling freeze on already frozen strings in app/modelsdineshpanda2019-09-011-1/+1
* Enables ingress for uninstallationJoão Cunha2019-07-021-4/+11
* Expose can_uninstall in cluster_status.jsonThong Kuah2019-04-291-0/+7
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Add support for ingress hostnamesingress-hostnameswalkafwalka2019-03-071-0/+1
* Bump nginx-ingress chart to 1.1.2Thong Kuah2019-01-101-1/+1
* Prefer to use after_transitionuse-after-transitionKamil Trzciński2019-01-021-1/+1
* Expose external_ip to knative cluster applicationChris Baumbauer2018-11-261-0/+4
* Enable Kubernetes RBAC for GitLab Managed Apps for existing clustersThong Kuah2018-09-061-0/+1
* Resolve "Mutual SSL Auth For Helm TIller"Mayra Cabrera2018-08-071-2/+2
* Enable frozen string for app/models/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models-moregfyoung2018-08-031-0/+2
* Lock helm charts to the VERSION already specified for each application.Thong Kuah2018-08-021-1/+5
* Revert "Merge branch '48098-mutual-auth-cluster-applications' into 'master'"Mayra Cabrera2018-07-311-2/+2
* Refactor Cluster Application classes to pass through a has of config filesDylan Griffith2018-07-281-2/+2
* Extend Cluster Applications to install GitLab Runner to Kubernetes clusterMayra Cabrera2018-03-011-5/+6
* Remove redundant code and increase delay for ClusterWaitForIngressIpAddressWo...Dylan Griffith2018-02-251-4/+3
* Simplify retrying for ClusterWaitForIngressIpAddressWorker and style changesDylan Griffith2018-02-231-3/+3
* Schedule Ingress IP address fetch from K8s after clusters page load (#42643)Dylan Griffith2018-02-201-0/+8
* Refactor ingress IP address waiting code (#42643)Dylan Griffith2018-02-201-5/+10
* Persist external IP of ingress controller created for GKE (#42643)Dylan Griffith2018-02-151-0/+7
* Enable Prometheus metrics for deployed IngressesJoshua Lambert2018-02-051-1/+5
* Extend Cluster Applications to allow installation of PrometheusMayra Cabrera2017-12-221-21/+2
* Make ingress to use install_commandKamil Trzcinski2017-11-071-0/+4
* Fix ingress.rbKamil Trzcinski2017-11-071-0/+2
* Fix initial status againKamil Trzcinski2017-11-071-6/+4
* Fix initial_statusKamil Trzcinski2017-11-071-4/+6
* Add support for not_installable/scheduled and to not show created bannerKamil Trzcinski2017-11-061-0/+6
* Add ingress applicationKamil Trzcinski2017-11-061-0/+32