stable

Clone or download

Read-only

chore: Extract local vue creation in a module

No functional change. CI should be happy. Code for creation of the local vue should not be copy/pasted. part of request #31168 Migration Vue2 => Vue3 Change-Id: Id15874ca442c89718210ae60e4f46559f51240a0

Modified Files

Name
M plugins/git/scripts/repositories-list/jest.config.js +1 −1 Go to diff View file
M plugins/git/scripts/repositories-list/package.json +0 −1 Go to diff View file
M plugins/git/scripts/repositories-list/pnpm-lock.yaml +0 −8 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/ActionBar.test.ts +8 −15 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/ActionBar/DisplayModeSwitcher.test.ts +8 −16 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/ActionBar/JenkinsServers.test.ts +4 −12 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/ActionBar/ListFilter.test.ts +4 −12 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/ActionBar/SelectOwner.test.ts +4 −12 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/AddGitlabRepositoryActionButton.test.ts +9 −15 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/DropdownActionButton.test.ts +14 −31 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/FilterEmptyState.test.ts +16 −21 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/GitBreadCrumbs.test.ts +4 −12 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/GitLabAdministration.test.ts +12 −20 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/GitRepository.test.ts +27 −34 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/GitlabModal/ArtifactClosureModal/ArtifactClosureModal.test.ts +13 −21 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/GitlabModal/CreateBranchPrefix/CreateBranchPrefixModal.test.ts +12 −20 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/GitlabModal/CreateGitlabLinkModal/CredentialsFormModal.test.ts +13 −22 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/GitlabModal/CreateGitlabLinkModal/GitlabRepositoryModal.test.ts +13 −22 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/GitlabModal/CreateGitlabLinkModal/ListRepositoriesModal.test.ts +17 −26 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/GitlabModal/EditAccessTokenGitlabModal/AccessTokenFormModal.test.ts +11 −20 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/GitlabModal/EditAccessTokenGitlabModal/ConfirmReplaceTokenModal.test.ts +10 −19 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/GitlabModal/EditAccessTokenGitlabModal/EditAccessTokenGitlabModal.test.ts +11 −19 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/GitlabModal/RegenerateGitlabWebhookModal/RegenerateGitlabWebhook.test.ts +9 −18 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/GitlabModal/UnlinkGitlabRepositoryModal/UnlinkRepositoryGitlabModal.test.ts +9 −17 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/NoRepositoryEmptyState.test.ts +10 −18 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/PullRequestBadge.test.ts +4 −12 Go to diff View file
M plugins/git/scripts/repositories-list/src/components/folders/CollapsibleFolder.test.ts +12 −20 Go to diff View file
A plugins/git/scripts/repositories-list/src/helpers/local-vue-for-tests.ts +34 −0 Go to diff View file