Skip to content

Commit 6f485f4

Browse files
authored
test(fixtures): add modern Vue applications (#2940)
1 parent cd34baf commit 6f485f4

30 files changed

Lines changed: 846 additions & 1 deletion

.gitmodules

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,3 +539,128 @@
539539
path = tests/_fixtures/_git/antares
540540
url = https://github.com/antares-sql/antares
541541
shallow = true
542+
543+
[submodule "tests/_fixtures/_git/heyui"]
544+
path = tests/_fixtures/_git/heyui
545+
url = https://github.com/heyui/heyui
546+
shallow = true
547+
548+
[submodule "tests/_fixtures/_git/vue-data-ui"]
549+
path = tests/_fixtures/_git/vue-data-ui
550+
url = https://github.com/graphieros/vue-data-ui
551+
shallow = true
552+
553+
[submodule "tests/_fixtures/_git/splitpanes"]
554+
path = tests/_fixtures/_git/splitpanes
555+
url = https://github.com/antoniandre/splitpanes
556+
shallow = true
557+
558+
[submodule "tests/_fixtures/_git/tailwind-config-viewer"]
559+
path = tests/_fixtures/_git/tailwind-config-viewer
560+
url = https://github.com/rogden/tailwind-config-viewer
561+
shallow = true
562+
563+
[submodule "tests/_fixtures/_git/frappe-builder"]
564+
path = tests/_fixtures/_git/frappe-builder
565+
url = https://github.com/frappe/builder
566+
shallow = true
567+
568+
[submodule "tests/_fixtures/_git/vue-uploader"]
569+
path = tests/_fixtures/_git/vue-uploader
570+
url = https://github.com/simple-uploader/vue-uploader
571+
shallow = true
572+
573+
[submodule "tests/_fixtures/_git/vant-demo"]
574+
path = tests/_fixtures/_git/vant-demo
575+
url = https://github.com/vant-ui/vant-demo
576+
shallow = true
577+
578+
[submodule "tests/_fixtures/_git/vue-dropzone"]
579+
path = tests/_fixtures/_git/vue-dropzone
580+
url = https://github.com/rowanwins/vue-dropzone
581+
shallow = true
582+
583+
[submodule "tests/_fixtures/_git/multiple-select"]
584+
path = tests/_fixtures/_git/multiple-select
585+
url = https://github.com/wenzhixin/multiple-select
586+
shallow = true
587+
588+
[submodule "tests/_fixtures/_git/alexandrie"]
589+
path = tests/_fixtures/_git/alexandrie
590+
url = https://github.com/Smaug6739/Alexandrie
591+
shallow = true
592+
593+
[submodule "tests/_fixtures/_git/vue-fullpage-js"]
594+
path = tests/_fixtures/_git/vue-fullpage-js
595+
url = https://github.com/alvarotrigo/vue-fullpage.js
596+
shallow = true
597+
598+
[submodule "tests/_fixtures/_git/arco-design-pro-vue"]
599+
path = tests/_fixtures/_git/arco-design-pro-vue
600+
url = https://github.com/arco-design/arco-design-pro-vue
601+
shallow = true
602+
603+
[submodule "tests/_fixtures/_git/vue-datepicker"]
604+
path = tests/_fixtures/_git/vue-datepicker
605+
url = https://github.com/Vuepic/vue-datepicker
606+
shallow = true
607+
608+
[submodule "tests/_fixtures/_git/layoutit-grid"]
609+
path = tests/_fixtures/_git/layoutit-grid
610+
url = https://github.com/layoutit/layoutit-grid
611+
shallow = true
612+
613+
[submodule "tests/_fixtures/_git/jellyfin-vue"]
614+
path = tests/_fixtures/_git/jellyfin-vue
615+
url = https://github.com/jellyfin/jellyfin-vue
616+
shallow = true
617+
618+
[submodule "tests/_fixtures/_git/lew-ui"]
619+
path = tests/_fixtures/_git/lew-ui
620+
url = https://github.com/lewkamtao/lew-ui
621+
shallow = true
622+
623+
[submodule "tests/_fixtures/_git/vue-sonner"]
624+
path = tests/_fixtures/_git/vue-sonner
625+
url = https://github.com/xiaoluoboding/vue-sonner
626+
shallow = true
627+
628+
[submodule "tests/_fixtures/_git/element-plus-x"]
629+
path = tests/_fixtures/_git/element-plus-x
630+
url = https://github.com/element-plus-x/Element-Plus-X
631+
shallow = true
632+
633+
[submodule "tests/_fixtures/_git/vue-vine"]
634+
path = tests/_fixtures/_git/vue-vine
635+
url = https://github.com/vue-vine/vue-vine
636+
shallow = true
637+
638+
[submodule "tests/_fixtures/_git/vue-calendar"]
639+
path = tests/_fixtures/_git/vue-calendar
640+
url = https://github.com/jinzhe/vue-calendar
641+
shallow = true
642+
643+
[submodule "tests/_fixtures/_git/prevue"]
644+
path = tests/_fixtures/_git/prevue
645+
url = https://github.com/open-source-labs/PreVue
646+
shallow = true
647+
648+
[submodule "tests/_fixtures/_git/bym-vue-echarts"]
649+
path = tests/_fixtures/_git/bym-vue-echarts
650+
url = https://github.com/bym110/vue-echarts
651+
shallow = true
652+
653+
[submodule "tests/_fixtures/_git/vue-apexcharts"]
654+
path = tests/_fixtures/_git/vue-apexcharts
655+
url = https://github.com/apexcharts/vue-apexcharts
656+
shallow = true
657+
658+
[submodule "tests/_fixtures/_git/vue-lottie"]
659+
path = tests/_fixtures/_git/vue-lottie
660+
url = https://github.com/chenqingspring/vue-lottie
661+
shallow = true
662+
663+
[submodule "tests/_fixtures/_git/vue-cal-v4"]
664+
path = tests/_fixtures/_git/vue-cal-v4
665+
url = https://github.com/antoniandre/vue-cal-v4
666+
shallow = true

tests/_fixtures/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ are recorded in `vue-ecosystem-fixtures.json`.
77
Do not patch fixture source to make a Vize test pass. Fix Vize itself, then rerun the same pinned
88
revision. When adding a fixture, keep its upstream license files in the submodule and declare every
99
license that applies to the tested source tree.
10+
11+
If an upstream revision publishes no license, record `NONE` with no license files instead of
12+
guessing a license. The entry remains an external, read-only gitlink and does not grant permission
13+
to copy or redistribute its source as part of Vize.

tests/_fixtures/_git/alexandrie

Submodule alexandrie added at 8188f99
Submodule arco-design-pro-vue added at 2702081
Submodule bym-vue-echarts added at c7326b0
Submodule element-plus-x added at c3e0177
Submodule frappe-builder added at 0d6d373

tests/_fixtures/_git/heyui

Submodule heyui added at dcd5fe9

tests/_fixtures/_git/jellyfin-vue

Submodule jellyfin-vue added at a1e76a9

tests/_fixtures/_git/layoutit-grid

Submodule layoutit-grid added at bac9964

0 commit comments

Comments
 (0)