Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move gke_cluster_dropdowns to create_cluster dir | Enrique Alcantara | 2019-08-27 | 8 | -714/+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. | ||||
* | Upgraded Vue to 2.6.8 | Tim Zallmann | 2019-03-27 | 1 | -24/+20 |
| | | | | Upgrade to latest Version | ||||
* | Prettify all spec files | Mike Greiling | 2018-10-17 | 3 | -39/+66 |
| | |||||
* | enable jasmine/new-line-before-expect | Johann Hubert Sonntagbauer | 2018-10-17 | 1 | -0/+1 |
| | |||||
* | enable jasmine/no-promise-without-done-fail | Johann Hubert Sonntagbauer | 2018-10-16 | 3 | -9/+9 |
| | |||||
* | update tests | Dennis Tang | 2018-05-28 | 2 | -3/+22 |
| | |||||
* | use testAction for validateProjectBilling | Dennis Tang | 2018-05-23 | 1 | -8/+11 |
| | |||||
* | update mutation spec to use real store | Dennis Tang | 2018-05-23 | 1 | -46/+26 |
| | |||||
* | add tests for validating project billing status | Dennis Tang | 2018-05-23 | 3 | -0/+30 |
| | |||||
* | fix tests | Dennis Tang | 2018-05-23 | 5 | -44/+59 |
| | | | | 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 | ||||
* | rename vuex actions as per best practices | Dennis Tang | 2018-05-14 | 1 | -6/+6 |
| | |||||
* | fix when no GCP projects are found | Dennis Tang | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | rename vuex dir to store | Dennis Tang | 2018-05-11 | 6 | -7/+7 |
| | |||||
* | eslint fixes | Dennis Tang | 2018-05-11 | 1 | -12/+9 |
| | |||||
* | clean up component tests | Dennis Tang | 2018-05-11 | 3 | -27/+20 |
| | |||||
* | use component mixin to refactor components | Dennis Tang | 2018-05-09 | 3 | -4/+4 |
| | |||||
* | remove unused dependencies | Dennis Tang | 2018-05-09 | 1 | -2/+0 |
| | |||||
* | removed „fetched“ prefix from mutation and state | Dennis Tang | 2018-05-09 | 6 | -35/+32 |
| | |||||
* | gcp dropdown component tests | Dennis Tang | 2018-05-09 | 4 | -0/+279 |
| | |||||
* | removed unused vars in vuex actions_spec | Dennis Tang | 2018-05-08 | 1 | -8/+1 |
| | |||||
* | tests: add vuex specs | Dennis Tang | 2018-05-07 | 5 | -0/+386 |