Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move gke_cluster_dropdowns to create_cluster dir | Enrique Alcantara | 2019-08-27 | 1 | -49/+0 |
| | | | | | | | | | | | This commit creates a create_cluster directory to collect all Vue applications related to creating kubernetes applications using gitlab. It also moves the gke_cluster_dropdowns collection of apps to the create_cluster directory. gke_cluster_dropdowns contains dropdown components used to select configuration options to create a Kubernetes cluster in Google Cloud. | ||||
* | fix tests | Dennis Tang | 2018-05-23 | 1 | -15/+10 |
| | | | | each suite needs its own instance of the store, but the state has to be returned via a factory otherwise the suites all share the same reference to one state object | ||||
* | removed „fetched“ prefix from mutation and state | Dennis Tang | 2018-05-09 | 1 | -3/+3 |
| | |||||
* | tests: add vuex specs | Dennis Tang | 2018-05-07 | 1 | -0/+54 |