summaryrefslogtreecommitdiff
path: root/spec/javascripts/projects/gke_cluster_dropdowns
Commit message (Collapse)AuthorAgeFilesLines
* Move gke_cluster_dropdowns to create_cluster dirEnrique Alcantara2019-08-278-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.8Tim Zallmann2019-03-271-24/+20
| | | | Upgrade to latest Version
* Prettify all spec filesMike Greiling2018-10-173-39/+66
|
* enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer2018-10-171-0/+1
|
* enable jasmine/no-promise-without-done-failJohann Hubert Sonntagbauer2018-10-163-9/+9
|
* update testsDennis Tang2018-05-282-3/+22
|
* use testAction for validateProjectBillingDennis Tang2018-05-231-8/+11
|
* update mutation spec to use real storeDennis Tang2018-05-231-46/+26
|
* add tests for validating project billing statusDennis Tang2018-05-233-0/+30
|
* fix testsDennis Tang2018-05-235-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 practicesDennis Tang2018-05-141-6/+6
|
* fix when no GCP projects are foundDennis Tang2018-05-111-1/+1
|
* rename vuex dir to storeDennis Tang2018-05-116-7/+7
|
* eslint fixesDennis Tang2018-05-111-12/+9
|
* clean up component testsDennis Tang2018-05-113-27/+20
|
* use component mixin to refactor componentsDennis Tang2018-05-093-4/+4
|
* remove unused dependenciesDennis Tang2018-05-091-2/+0
|
* removed „fetched“ prefix from mutation and stateDennis Tang2018-05-096-35/+32
|
* gcp dropdown component testsDennis Tang2018-05-094-0/+279
|
* removed unused vars in vuex actions_specDennis Tang2018-05-081-8/+1
|
* tests: add vuex specsDennis Tang2018-05-075-0/+386