summaryrefslogtreecommitdiff
path: root/app/models/clusters
Commit message (Expand)AuthorAgeFilesLines
* Backports relevant changes made in https://gitlab.com/gitlab-org/gitlab-ee/me...Tiago Botelho2018-07-251-0/+8
* Resolve "Unable to install Prometheus on Clusters: 'Error: Chart incompatible...Mayra Cabrera2018-06-201-1/+2
* Fix attr_encryption key settingsStan Hu2018-06-022-3/+3
* Merge branch 'sh-bump-ruby-2.4' into 'master'Stan Hu2018-06-012-3/+3
|\
| * Upgrade to Ruby 2.4.4sh-bump-ruby-2.4Stan Hu2018-05-292-3/+3
* | Merge branch '46010-add-more-validations-for-runners-and-runner-type' into 'm...Kamil Trzciński2018-06-011-2/+3
|\ \
| * | Fix some failuresKamil Trzciński2018-05-311-2/+3
| |/
* | Rename clusters_applications_jupyters to uncountableDmitriy Zaporozhets2018-05-301-1/+1
* | Add some tests for jupyter app AR modelDmitriy Zaporozhets2018-05-251-2/+10
* | Don't allow jupyter install unless ingress external ip is assignedDmitriy Zaporozhets2018-05-252-0/+9
* | Add oauth reference to jupyter cluster appDmitriy Zaporozhets2018-05-251-3/+29
* | Add support for Jupyter in GitLab via KubernetesDmitriy Zaporozhets2018-05-252-4/+28
* | Add Applications::Jupyter class sceletonDmitriy Zaporozhets2018-05-252-1/+30
|/
* Rescue Kubeclient::HttpError when generating prometheus_clientShinya Maeda2018-05-211-0/+5
* Set `runner_type` for cluster/applicationKamil Trzciński2018-05-091-1/+9
* Revert the addition of goldiloaderYorick Peterse2018-04-181-1/+1
* Use Goldiloader for handling N+1 queriesYorick Peterse2018-04-091-1/+1
* Extract cluster installed query to scopeMatija Čupić2018-03-301-0/+2
* Extract installed cluster application scope to concernMatija Čupić2018-03-295-8/+2
* Merge branch 'master' into 44291-usage-ping-for-kubernetes-integrationMatija Čupić2018-03-291-0/+2
|\
| * Rearrange DeploymentPlatform methodsMayra Cabrera2018-03-221-0/+2
* | Add installed scope to cluster applicationsMatija Čupić2018-03-294-0/+8
* | Add user_provided and gcp_provided cluster scopesMatija Čupić2018-03-291-0/+2
|/
* Merge branch 'master' into 'update-kubeclient'Grzegorz Bizon2018-03-171-12/+12
|\
| * DRY remaining instances of predefined variablesGrzegorz Bizon2018-03-141-12/+12
* | 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-067-12/+133
|\
| * Resolve "Enable privileged mode for Runner installed on Kubernetes"Mayra Cabrera2018-03-061-2/+3
| * Extend Cluster Applications to install GitLab Runner to Kubernetes clusterMayra Cabrera2018-03-016-13/+109
| * Remove redundant code and increase delay for ClusterWaitForIngressIpAddressWo...Dylan Griffith2018-02-251-4/+3
| * Simplify retrying for ClusterWaitForIngressIpAddressWorker and style changesDylan Griffith2018-02-232-4/+4
| * Schedule Ingress IP address fetch from K8s after clusters page load (#42643)Dylan Griffith2018-02-202-0/+13
| * Refactor ingress IP address waiting code (#42643)Dylan Griffith2018-02-202-9/+10
| * Persist external IP of ingress controller created for GKE (#42643)Dylan Griffith2018-02-152-0/+11
* | use deployment_platform DI in environment and revert changes to k8s cert veri...Pawel Chojnacki2018-02-261-1/+1
* | drop the ! from synchronize_service_state! + remove unused scopePawel Chojnacki2018-02-241-2/+0
* | Squashed commit of the following:Pawel Chojnacki2018-02-243-3/+4
|/
* Merge branch 'master' into pawel/connect_to_prometheus_through_proxy-30480Mike Greiling2018-02-062-4/+7
|\
| * Replace "cluster" with "Kubernetes cluster"winh-kubernetes-clustersWinnie Hellmann2018-02-061-1/+1
| * Enable Prometheus metrics for deployed IngressesJoshua Lambert2018-02-051-1/+5
| * use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-2/+1
* | use find_or_initialize to fetch prometheus_service instancePawel Chojnacki2018-02-061-1/+1
* | remove unnecessary commentPawel Chojnacki2018-02-061-1/+0
* | Test Prometheus proxy client generationPawel Chojnacki2018-01-041-2/+7
* | Cleanup implementation and add cluster finding testsPawel Chojnacki2018-01-041-0/+3
* | Add test checking if prometheus integration is enabled after prometheus is in...Pawel Chojnacki2018-01-041-0/+9
* | Move client creation to Prometheus Application, manufacture proper rest clientPawel Chojnacki2018-01-021-4/+11
* | wipPawel Chojnacki2018-01-021-0/+12
|/
* Extend Cluster Applications to allow installation of PrometheusMayra Cabrera2017-12-225-38/+64
* Merge branch '35616-move-k8-to-cluster-page' into cluster-page-with-list-clus...Kamil Trzcinski2017-12-051-5/+0
|\