summaryrefslogtreecommitdiff
path: root/spec/models/clusters/applications/ingress_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-301-1/+1
* Enables ingress for uninstallationJoão Cunha2019-07-021-1/+15
* Expose can_uninstall in cluster_status.jsonThong Kuah2019-04-291-0/+6
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-3/+3
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Add support for ingress hostnamesingress-hostnameswalkafwalka2019-03-071-0/+8
* Rename scope to imply :installed and :updated resultJoão Cunha2019-02-151-12/+0
* Upgrade cluster applications, starting with runnerThong Kuah2019-02-071-0/+1
* Refactor specs to run shared parts only when usedThong Kuah2019-02-071-0/+1
* Update version on :installed, not :installingThong Kuah2019-02-071-14/+0
* Bump nginx-ingress chart to 1.1.2Thong Kuah2019-01-101-3/+3
* Make RBAC enabled default for new clustersDylan Griffith2019-01-041-4/+4
* Fix coding offenceShinya Maeda2018-12-041-2/+2
* fix wordingShinya Maeda2018-12-031-1/+1
* Fix the coding styleShinya Maeda2018-12-031-1/+2
* Validate enum uniquenessShinya Maeda2018-12-031-0/+1
* Expose external_ip to knative cluster applicationChris Baumbauer2018-11-261-1/+1
* Refactor cluster application tests to centralize helm CA cert verificationChris Baumbauer2018-11-061-23/+1
* Show available clusters when installed or updatedPeter Leitzen2018-10-161-1/+1
* Enable Kubernetes RBAC for GitLab Managed Apps for existing clustersThong Kuah2018-09-061-0/+9
* Resolve "Mutual SSL Auth For Helm TIller"Mayra Cabrera2018-08-071-8/+34
* Lock helm charts to the VERSION already specified for each application.Thong Kuah2018-08-021-1/+23
* Revert "Merge branch '48098-mutual-auth-cluster-applications' into 'master'"Mayra Cabrera2018-07-311-33/+8
* Ensure CA + Tiller cert never expire and Helm client cert expires quicklyDylan Griffith2018-07-301-0/+3
* Get mutual SSL working with helm tillerDylan Griffith2018-07-301-1/+23
* Refactor Cluster Application classes to pass through a has of config filesDylan Griffith2018-07-281-8/+8
* Resolve "Unable to install Prometheus on Clusters: 'Error: Chart incompatible...Mayra Cabrera2018-06-201-0/+1
* Add installed scope to cluster applicationsMatija Čupić2018-03-291-0/+12
* Extend Cluster Applications to install GitLab Runner to Kubernetes clusterMayra Cabrera2018-03-011-4/+27
* Remove redundant code and increase delay for ClusterWaitForIngressIpAddressWo...Dylan Griffith2018-02-251-2/+2
* Simplify retrying for ClusterWaitForIngressIpAddressWorker and style changesDylan Griffith2018-02-231-5/+6
* Schedule Ingress IP address fetch from K8s after clusters page load (#42643)Dylan Griffith2018-02-201-0/+29
* Refactor ingress IP address waiting code (#42643)Dylan Griffith2018-02-201-5/+8
* Persist external IP of ingress controller created for GKE (#42643)Dylan Griffith2018-02-151-0/+14
* Extend Cluster Applications to allow installation of PrometheusMayra Cabrera2017-12-221-101/+1
* Make ingress to use install_commandKamil Trzcinski2017-11-071-2/+18
* Add specs for ingressKamil Trzcinski2017-11-071-0/+92