summaryrefslogtreecommitdiff
path: root/spec/models/clusters
Commit message (Expand)AuthorAgeFilesLines
* Refactor syntax for spec/models/clusters/applications/jupyter_spec.rbDmitriy Zaporozhets2018-05-301-2/+2
* Add some tests for jupyter app AR modelDmitriy Zaporozhets2018-05-251-0/+59
* Add support for Jupyter in GitLab via KubernetesDmitriy Zaporozhets2018-05-251-1/+2
* Update Prometheus URL spec for 1.10 formatJoshua Lambert2018-05-221-1/+1
* Remove unnecessary `with` from `allow`fix-kube_client-proxy_url-exceptionShinya Maeda2018-05-211-1/+1
* Add spec for unathrozied proxy_urlShinya Maeda2018-05-211-0/+10
* Backport CE changes from gitlab-ee#518a29073a9Matija Čupić2018-05-101-2/+2
* Stub deployments in Clusters::Platforms::Kubernetes specMatija Čupić2018-05-101-1/+4
* Backport EE runner spec changes to CEMatija Čupić2018-05-101-5/+1
* Set `runner_type` for cluster/applicationKamil Trzciński2018-05-091-2/+1
* Extract cluster installed query to scopeMatija Čupić2018-03-301-0/+12
* Add installed scope to cluster applicationsMatija Čupić2018-03-294-0/+48
* Add user_provided and gcp_provided cluster scopesMatija Čupić2018-03-291-0/+24
* Replace KubeException with Kubeclient::HttpError (kubeclient 3.0)Pirate Praveen2018-03-151-1/+1
* Merge remote-tracking branch 'upstream/master' into 5029-support-cluster-metr...5029-support-cluster-metrics-cePawel Chojnacki2018-03-065-107/+212
|\
| * Resolve "Enable privileged mode for Runner installed on Kubernetes"Mayra Cabrera2018-03-061-0/+30
| * Extend Cluster Applications to install GitLab Runner to Kubernetes clusterMayra Cabrera2018-03-015-108/+136
| * 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
* | Squashed commit of the following:Pawel Chojnacki2018-02-241-6/+6
|/
* fix tests for find or initialize service 'prometheus'Pawel Chojnacki2018-02-061-1/+1
* Fix rubocop warningsPawel Chojnacki2018-01-041-7/+10
* Test Prometheus proxy client generationPawel Chojnacki2018-01-041-0/+51
* Add test checking if prometheus integration is enabled after prometheus is in...Pawel Chojnacki2018-01-041-0/+18
* Extend Cluster Applications to allow installation of PrometheusMayra Cabrera2017-12-224-110/+30
* Merge remote-tracking branch 'origin/list-multiple-clusters' into cluster-pag...Kamil Trzcinski2017-12-031-0/+22
|\
| * Add created? to Cluster modelMatija Čupić2017-12-011-0/+22
* | Fix integraetion testsShinya Maeda2017-11-281-1/+0
* | Aling shared_exmaples to "same behavior between KubernetesService and Platfor...Shinya Maeda2017-11-281-49/+0
* | Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda2017-11-281-46/+46
* | Fix tests for Clusters::Platforms::KubernetesShinya Maeda2017-11-281-12/+4
* | Revert KubernetesService logic in Platforms::KubernetesShinya Maeda2017-11-281-0/+135
|/
* Merge branch '38464-k8s-apps' of https://gitlab.com/gitlab-org/gitlab-ce into...Kamil Trzcinski2017-11-071-1/+1
|\
| * Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-081-1/+1
| |\
| | * Change new occurrencies of n1-default-439649-change-default-size-for-gke-cluster-creationbikebilly2017-11-071-1/+1
* | | Make ingress to use install_commandKamil Trzcinski2017-11-071-2/+18
* | | Merge remote-tracking branch 'origin/38464-k8s-apps' into add-ingress-to-clus...Kamil Trzcinski2017-11-071-0/+6
|\ \ \ | |/ /
| * | Add Helm InstallCommandAlessio Caiazza2017-11-071-0/+6
* | | Add specs for ingressKamil Trzcinski2017-11-072-0/+113
|/ /
* | Fix tests for initial statusKamil Trzcinski2017-11-071-2/+14
* | Do not use RSpec.describeAlessio Caiazza2017-11-071-1/+1
* | Rename application_helm factory to cluster_application_helmAlessio Caiazza2017-11-071-5/+5
* | Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-072-22/+22
|\ \ | |/
| * Remove 10.3 comments (Tracked by a tech debts issue). Refactor spec factory n...refactor-clustersShinya Maeda2017-11-062-22/+22
* | Add Clusters::Applications::Helm testsAlessio Caiazza2017-11-031-6/+76
* | Merge branch 'refactor-clusters' into 38464-k8s-appsAlessio Caiazza2017-11-032-137/+50
|\ \ | |/
| * Fix tests. Remove NOT NULL constraint from cluster.user.Shinya Maeda2017-11-031-2/+1