summaryrefslogtreecommitdiff
path: root/spec/javascripts/projects
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.
* Handling password on import by url pageSam Bigelow2019-05-291-2/+12
|
* Upgraded Vue to 2.6.8Tim Zallmann2019-03-271-24/+20
| | | | Upgrade to latest Version
* Prettify all spec filesMike Greiling2018-10-174-40/+70
|
* 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
|
* Resolve "Create new project: Re-add project name field"Martin Wortschack2018-09-081-0/+30
|
* 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
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* Rest of Dispatcher RefactorJacob Schatz2018-02-211-1/+1
|
* Update to jQuery 3.Jacob Schatz2018-02-201-2/+2
|
* Fix import project url not updating project namejivl-fix-import-project-url-bugJose Ivan Vargas2018-01-031-14/+18
|
* Merge branch 'master' into zj-project-templatesFilipa Lacerda2017-08-071-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | * master: (623 commits) Fix issues with pdf-js dependencies fix missing changelog entries for security release on 2017-01-23 Update top bar issues icon Fix pipeline icon in contextual nav for projects Since mysql is not a priority anymore, test it less Fix order of CI lint ace editor loading Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Fix spec Fix spec Fix spec Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Add changelog Install yarn via apt in update guides Use long curl options fix Add a spec for concurrent process Remove monkey-patched Array.prototype.first() and last() methods ...
* Derive project path from import URLWinnie Hellmann2017-08-011-0/+127