summaryrefslogtreecommitdiff
path: root/spec/models/project_services/kubernetes_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Pass environment when finding deployment variables61156-pass-environment-when-generating-deployment-variablesTiger2019-06-211-2/+2
* Make KubernetesService readonlyJames Fargher2019-06-181-39/+5
* Remove legacy Kubernetes #actual_namespace61935-remove-code-left-over-from-when-clusters-were-always-project-specificTiger2019-05-211-10/+12
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-12/+12
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Update dashboards to additionally use new environment selectorJames Fargher2019-03-211-2/+3
* Tweak kubernetes_service_spec for EE compatibilityTiger2019-03-151-2/+5
* Resolve "Mask the existing variables"Matija Čupić2019-03-071-1/+1
* Incorporates Kubernetes Namespace into Cluster's flowThong Kuah2018-11-021-3/+3
* Use strings as properties key in kubernetes service spec.Jasper Maes2018-05-301-6/+6
* Replace KubeException with Kubeclient::HttpError (kubeclient 3.0)Pirate Praveen2018-03-151-1/+1
* Replace "cluster" with "Kubernetes cluster"winh-kubernetes-clustersWinnie Hellmann2018-02-061-1/+1
* 41054-Disallow creation of new Kubernetes integrationsMayra Cabrera2018-01-041-0/+101
* Fix unit testsShinya Maeda2017-11-281-1/+1
* Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda2017-11-281-1/+1
* Improve backend structure of dataKamil Trzcinski2017-11-021-1/+0
* Merge branch 'refactor-clusters' into 38464-k8s-appsKamil Trzcinski2017-11-021-27/+16
|\
| * Merge branch 'master' into refactor-clustersShinya Maeda2017-11-011-25/+14
| |\
| | * Merge branch 'ac-k8s-namespace-validator' into 'master'Rémy Coutable2017-10-271-25/+14
| | |\
| | | * Add KubernetesService#default_namespace testsac-k8s-namespace-validatorAlessio Caiazza2017-10-261-5/+22
| | | * Remove duped testsAlessio Caiazza2017-10-261-28/+0
| * | | specs for featureShinya Maeda2017-11-011-2/+2
| |/ /
* | | Install k8s application with helm running inside the clusterAlessio Caiazza2017-11-021-1/+2
|/ /
* | Fix broken certificate-authority-data with kubectl >= 1.8.0fix-kubectl-180Alessio Caiazza2017-10-031-1/+1
|/
* Improve kubernetes service specs readabilityGrzegorz Bizon2017-08-261-9/+4
* Update kubernetes_service_spec.rbfix/sm/34762-bad-validation-messageShinya Maeda2017-08-221-1/+1
* Enfouce namespace for Kubernetes to lowercaseShinya Maeda2017-08-221-1/+2
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
* Encode certificate-authority-data in base64Lin Jen-Shin2017-07-061-4/+13
* Rename KUBECONFIG_FILE to KUBECONFIGLin Jen-Shin2017-07-061-1/+1
* Changelog entry, doc, and only pass KUBECONFIG_FILELin Jen-Shin2017-06-161-1/+0
* Generate KUBECONFIG in KubernetesService#predefined_variablesLin Jen-Shin2017-06-161-15/+25
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-6/+18
* Backport EE changes to the Kubernetes serviceNick Thomas2017-06-141-26/+46
* Merge branch 'revert-b0498c17' into 'master'Robert Speicher2017-05-251-2/+2
|\
| * Revert "Remove changes that are not absolutely necessary"Douwe Maan2017-05-241-2/+2
* | Fix terminals support for Kubernetes serviceKamil Trzcinski2017-05-251-1/+30
|/
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-2/+2
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Don't autofill kubernetes namespaceZ.J. van de Weg2017-04-041-35/+54
* Make a default namespace of Kubernetes service to contain project IDdefault-kubernetes-namespaceKamil Trzcinski2017-03-061-2/+4
* Add KUBE_CA_PEM_FILE, deprecate KUBE_CA_PEMNick Thomas2017-03-031-0/+6
* Enable Style/SpaceInsideBracketsDouwe Maan2017-02-231-2/+2
* Introduce maximum session time for terminal websocket connectionterminal-max-session-timeAdam Niedzielski2017-02-061-2/+14
* Add terminals to the Kubernetes deployment serviceNick Thomas2016-12-191-25/+84
* Pass variables from deployment project services to CI runnerexpose-deployment-variablesAdam Niedzielski2016-12-161-0/+33
* Introduce deployment services, starting with a KubernetesServiceNick Thomas2016-12-141-0/+126