summaryrefslogtreecommitdiff
path: root/spec/javascripts/projects/gke_cluster_dropdowns/helpers.js
Commit message (Collapse)AuthorAgeFilesLines
* Move gke_cluster_dropdowns to create_cluster dirEnrique Alcantara2019-08-271-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 testsDennis Tang2018-05-231-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 stateDennis Tang2018-05-091-3/+3
|
* tests: add vuex specsDennis Tang2018-05-071-0/+54