summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | revisionsDennis Tang2018-05-085-15/+11
| | | | | |
| | * | | | add tests for resuable dropdown componentsDennis Tang2018-05-084-0/+169
| | | | | |
| | * | | | refactor dropdown reusable componentsDennis Tang2018-05-089-75/+20
| | | | | |
| | * | | | removed unused vars in vuex actions_specDennis Tang2018-05-081-8/+1
| | | | | |
| | * | | | tests: add vuex specsDennis Tang2018-05-075-0/+386
| | | | | |
| | * | | | use v-model for dropdown search inputDennis Tang2018-05-071-8/+10
| | | | | |
| | * | | | namespace translationDennis Tang2018-05-071-2/+2
| | | | | |
| | * | | | revisionsDennis Tang2018-05-071-3/+3
| | | | | |
| | * | | | fix karma rewire issueDennis Tang2018-05-071-0/+3
| | | | | |
| | * | | | update rspec testsDennis Tang2018-05-074-6/+15
| | | | | |
| | * | | | refactor component mounts into reusable functionDennis Tang2018-05-071-42/+19
| | | | | |
| | * | | | typoDennis Tang2018-05-061-1/+1
| | | | | |
| | * | | | improve readability of toggleText chainDennis Tang2018-05-063-10/+10
| | | | | |
| | * | | | translate properlyDennis Tang2018-05-061-4/+10
| | | | | |
| | * | | | cleanupDennis Tang2018-05-063-6/+0
| | | | | |
| | * | | | fix some labelingDennis Tang2018-05-063-6/+6
| | | | | |
| | * | | | complete vuex implementation + refactoringDennis Tang2018-05-068-132/+182
| | | | | |
| | * | | | show button toggle value as primary text color when single project is selectedDennis Tang2018-05-062-1/+8
| | | | | |
| | * | | | put loading icon back in standard positionDennis Tang2018-05-061-13/+0
| | | | | |
| | * | | | fix issue with loading icon appearing on top of down chevronDennis Tang2018-05-061-0/+1
| | | | | |
| | * | | | refactoring!Dennis Tang2018-05-067-96/+106
| | | | | |
| | * | | | reduce UI jumping with fake help-block elementDennis Tang2018-05-061-0/+1
| | | | | |
| | * | | | revisionsDennis Tang2018-05-064-115/+121
| | | | | |
| | * | | | change entrypoints + dummy loading elementsDennis Tang2018-05-061-6/+21
| | | | | |
| | * | | | fix validation for zone dropdownsDennis Tang2018-05-041-1/+1
| | | | | |
| | * | | | fix number of form value bugsDennis Tang2018-05-044-32/+26
| | | | | |
| | * | | | fetch gke parameters from frontendDennis Tang2018-05-0315-7/+844
| | | | | |
| | * | | | Remove project billing context from controller specMatija Čupić2018-05-021-15/+7
| | | | | |
| | * | | | Merge branch 'master' into ↵Matija Čupić2018-05-02806-5609/+10431
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | 38759-fetch-available-parameters-directly-from-gke-when-creating-a-cluster
| | * | | | | Remove GCP Project list stub from GCP feature specMatija Čupić2018-05-021-1/+0
| | | | | | |
| | * | | | | Remove list_projects action from Google API checkMatija Čupić2018-05-021-1/+1
| | | | | | |
| | * | | | | Remove list_gcp_projects queueMatija Čupić2018-05-021-1/+0
| | | | | | |
| | * | | | | Remove Projects::Clusters::GcpController#list_projectsMatija Čupić2018-05-023-45/+0
| | | | | | |
| | * | | | | Remove ListGcpProjectsServiceMatija Čupić2018-05-022-44/+0
| | | | | | |
| | * | | | | Remove ListGcpProjectsWorkerMatija Čupić2018-05-022-208/+0
| | | | | | |
| | * | | | | Handle nil state in ListGcpProjectsWorker#read_projectsMatija Čupić2018-04-241-1/+1
| | | | | | |
| | * | | | | Use ListGcpProjectsWorker#read_projects instead of get_projectsMatija Čupić2018-04-231-1/+1
| | | | | | |
| | * | | | | Remove double before block from GcpController specMatija Čupić2018-04-201-3/+0
| | | | | | |
| | * | | | | Remove the GCP billing verification stepMatija Čupić2018-04-203-154/+77
| | | | | | |
| | * | | | | Merge branch 'master' into ↵Matija Čupić2018-04-2017-289/+193
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 38759-fetch-available-parameters-directly-from-gke-when-creating-a-cluster
| | * | | | | | Store projects in ListGcpProjectsWorkerMatija Čupić2018-04-205-50/+45
| | | | | | | |
| | * | | | | | Rename CheckGcpProjectBillingWorker to ListGcpProjectsWorkerMatija Čupić2018-04-205-8/+8
| | | | | | | |
| | * | | | | | Rename CheckGcpProjectBillingService to ListGcpProjectsServiceMatija Čupić2018-04-204-10/+11
| | | | | | | |
| | * | | | | | Merge branch 'master' into ↵Matija Čupić2018-04-202498-34401/+98629
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 38759-fetch-available-parameters-directly-from-gke-when-creating-a-cluster
| | * | | | | | | Expose CloudPlatform::Client#projects_list as GcpController#list_projects38759-fetch-available-parameters-directly-from-gke-when-creating-a-clusterMatija Čupić2018-03-163-1/+39
| | | | | | | | |
| | * | | | | | | Add zones_list and machine_types_list to Google Cloud API clientMatija Čupić2018-03-162-0/+43
| | | | | | | | |
| * | | | | | | | Merge branch 'ensure-remote-mirror-columns-in-ce' into 'master'Douwe Maan2018-05-293-1/+30
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds migration to ensure all remote mirror columns get created Closes #46775 See merge request gitlab-org/gitlab-ce!19196
| | * | | | | | | | Adds migration to ensure all remote mirror columns get createdTiago Botelho2018-05-293-1/+30
| |/ / / / / / / /
| * | | | | | | | Merge branch 'dz-redesign-group-settings-page' into 'master'Filipa Lacerda2018-05-2910-93/+204
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Redesign group settings page into expandable sections See merge request gitlab-org/gitlab-ce!19184
| | * | | | | | | | Use full path to group settings partialsDmitriy Zaporozhets2018-05-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>