Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify retrying for ClusterWaitForIngressIpAddressWorker and style changes | Dylan Griffith | 2018-02-23 | 1 | -3/+3 |
| | | | | (#42643) | ||||
* | Schedule Ingress IP address fetch from K8s after clusters page load (#42643) | Dylan Griffith | 2018-02-20 | 1 | -0/+5 |
| | |||||
* | Replace "cluster" with "Kubernetes cluster"winh-kubernetes-clusters | Winnie Hellmann | 2018-02-06 | 1 | -3/+3 |
| | |||||
* | Allow environment_scope in cluster controllers | Matija Čupić | 2017-12-16 | 1 | -0/+2 |
| | |||||
* | Remove cluster scope from ClustersController#index | Matija Čupić | 2017-12-11 | 1 | -5/+2 |
| | |||||
* | Use ClustersFinder for setting counts | Matija Čupić | 2017-12-05 | 1 | -4/+3 |
| | |||||
* | Merge remote-tracking branch 'origin/list-multiple-clusters' into ↵ | Kamil Trzcinski | 2017-12-05 | 1 | -1/+1 |
|\ | | | | | | | cluster-page-with-list-clusters | ||||
| * | Remove references of project.cluster from specs | Matija Čupić | 2017-12-04 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '35616-move-k8-to-cluster-page' into ↵ | Kamil Trzcinski | 2017-12-05 | 1 | -2/+3 |
|\ \ | | | | | | | | | | cluster-page-with-list-clusters | ||||
| * | | Use find instead of find_by! | Shinya Maeda | 2017-12-05 | 1 | -1/+1 |
| | | | |||||
| * | | Optimize Projects::ClustersController#cluster | Shinya Maeda | 2017-12-04 | 1 | -1/+2 |
| | | | |||||
| * | | Use status polling definitino | Shinya Maeda | 2017-12-04 | 1 | -1/+1 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/list-multiple-clusters' into ↵ | Kamil Trzcinski | 2017-12-03 | 1 | -9/+33 |
|\ \ \ | |/ / |/| / | |/ | cluster-page-with-list-clusters | ||||
| * | Refactor ClustersController pagination test | Matija Čupić | 2017-12-01 | 1 | -1/+1 |
| | | |||||
| * | Use strings for @scope in ClustersController#index | Matija Čupić | 2017-11-30 | 1 | -1/+1 |
| | | |||||
| * | Default to :all scope for ClustersController#index | Matija Čupić | 2017-11-29 | 1 | -1/+1 |
| | | |||||
| * | Move cluster sourcing from before_action to #index | Matija Čupić | 2017-11-28 | 1 | -8/+2 |
| | | |||||
| * | Expose scope to view in ClustersController#index | Matija Čupić | 2017-11-28 | 1 | -0/+1 |
| | | |||||
| * | Changes after Frontend and UX review: | Filipa Lacerda | 2017-11-28 | 1 | -1/+2 |
| | | | | | | | | | | | | | | - Moves toggle button to a shared location - Adds tests for toggle button - Transforms Clusters class into function - Improves UX | ||||
| * | Fix symbolization error in #clusters | Matija Čupić | 2017-11-27 | 1 | -1/+1 |
| | | |||||
| * | Use current_user in ClustersController#clusters | Matija Čupić | 2017-11-27 | 1 | -1/+1 |
| | | |||||
| * | Add cluster pagination to ClustersController#index | Matija Čupić | 2017-11-27 | 1 | -0/+1 |
| | | |||||
| * | Use ClustersFinder in ClustersController#clusters | Matija Čupić | 2017-11-27 | 1 | -2/+6 |
| | | |||||
| * | Add cluster counts to ClustersController#index | Matija Čupić | 2017-11-27 | 1 | -1/+3 |
| | | |||||
| * | Handle toggle button with API request | Filipa Lacerda | 2017-11-24 | 1 | -0/+2 |
| | | | | | | | | | | | | Add tests Update empty state [ci skip] | ||||
| * | Adds JS to toggle buttons [ci skip] | Filipa Lacerda | 2017-11-24 | 1 | -4/+14 |
| | | |||||
| * | Move cluster loading to ClustersController#index | Matija Čupić | 2017-11-16 | 1 | -5/+1 |
| | | |||||
| * | List multiple clusters on ClustersController#index | Matija Čupić | 2017-11-16 | 1 | -5/+5 |
| | | | | | | | | | | | | Also: * Stub out index view * Adds the clusters before_action that returns all clusters | ||||
| * | Find cluster by id in ClustersController#cluster | Matija Čupić | 2017-11-16 | 1 | -1/+1 |
| | | | | | | | | | | Prepares the controller for handling multiple clusters instead of just one. | ||||
* | | Update specs | Kamil Trzcinski | 2017-12-03 | 1 | -0/+2 |
| | | |||||
* | | First round of tests | Kamil Trzcinski | 2017-12-03 | 1 | -1/+1 |
| | | |||||
* | | Filter update params | Kamil Trzcinski | 2017-12-03 | 1 | -9/+19 |
| | | |||||
* | | Fix controllers and links | Kamil Trzcinski | 2017-12-03 | 1 | -1/+5 |
| | | |||||
* | | Expand update_params to accept platform_kubernetes_attributes(api_url, etc) | Shinya Maeda | 2017-12-03 | 1 | -1/+8 |
| | | |||||
* | | Extend controllers to support a new data structure for manual Kubernetes ↵ | Kamil Trzcinski | 2017-12-03 | 1 | -73/+3 |
|/ | | | | clusters | ||||
* | Merge branch '35616-move-gke-form-1st-iteration' into ↵ | Shinya Maeda | 2017-11-04 | 1 | -5/+8 |
|\ | | | | | | | move-kubernetes-from-service-to-clusters-page-10-2-ver | ||||
| * | Fix pipeline. Fix routing when validation failed. | Shinya Maeda | 2017-11-01 | 1 | -1/+1 |
| | | |||||
| * | Fix paths to the first page | Kamil Trzcinski | 2017-11-01 | 1 | -9/+7 |
| | | |||||
| * | Adds buttons to the first page. | Filipa Lacerda | 2017-10-27 | 1 | -1/+6 |
| | | | | | | | | Moves first page into a new one | ||||
* | | Fix some tests | Shinya Maeda | 2017-11-03 | 1 | -1/+0 |
| | | |||||
* | | Fix out of sync with KubernetesService. Remove namespace pramas from ↵ | Shinya Maeda | 2017-11-02 | 1 | -8/+1 |
| | | | | | | | | controller. Use time_with_zone in schema. Remove Gcp::Clusters from safe_model_attributes.ym | ||||
* | | Revert back FetchKubernetesTokenService | Kamil Trzcinski | 2017-11-01 | 1 | -1/+0 |
| | | |||||
* | | specs for feature | Shinya Maeda | 2017-11-01 | 1 | -8/+4 |
| | | |||||
* | | specs for controller. Improved validation | Shinya Maeda | 2017-10-31 | 1 | -7/+8 |
| | | |||||
* | | This works | Shinya Maeda | 2017-10-23 | 1 | -10/+16 |
| | | |||||
* | | Refactor Clusters to be consisted from GcpProvider and KubernetesPlatform | Kamil Trzcinski | 2017-10-23 | 1 | -10/+18 |
|/ | |||||
* | Improve redirect uri state and fix all remaining tests | Kamil Trzcinski | 2017-10-06 | 1 | -6/+10 |
| | |||||
* | Security fix: redirection in google_api/authorizations_controller | Shinya Maeda | 2017-10-06 | 1 | -3/+7 |
| | |||||
* | Fix almost all unresolved comments from Docs and UX review | Kamil Trzcinski | 2017-10-05 | 1 | -2/+2 |
| | |||||
* | Add ClusterPresenter. Fix Static Analysys. | Shinya Maeda | 2017-10-06 | 1 | -1/+1 |
| |