stable

Clone or download

Read-only

Convert ActionBar components into typescript

part of request #18836 Convert git repository list to typescript No functionnal changes: - user can still chose repository sorted by date/pathx - badge of existing Jenkins server is still displayed - repositories can still be filtered by name - fork repositories are listed Change-Id: I81656f1c4ce7290b44075752ac75a34a2390a4d1

Modified Files

Name
A plugins/git/scripts/repositories/src/components/ActionBar/DisplayModeSwitcher.test.ts +58 −0 Go to diff View file
M plugins/git/scripts/repositories/src/components/ActionBar/DisplayModeSwitcher.vue +34 −32 Go to diff View file
A plugins/git/scripts/repositories/src/components/ActionBar/JenkinsServers.test.ts +44 −0 Go to diff View file
M plugins/git/scripts/repositories/src/components/ActionBar/JenkinsServers.vue +26 −16 Go to diff View file
A plugins/git/scripts/repositories/src/components/ActionBar/ListFilter.test.ts +47 −0 Go to diff View file
M plugins/git/scripts/repositories/src/components/ActionBar/ListFilter.vue +23 −19 Go to diff View file
A plugins/git/scripts/repositories/src/components/ActionBar/SelectOwner.test.ts +57 −0 Go to diff View file
M plugins/git/scripts/repositories/src/components/ActionBar/SelectOwner.vue +41 −38 Go to diff View file
A plugins/git/scripts/repositories/src/components/ActionBar/__snapshots__/DisplayModeSwitcher.test.ts.snap +119 −0 Go to diff View file
A plugins/git/scripts/repositories/src/components/ActionBar/__snapshots__/JenkinsServers.test.ts.snap +24 −0 Go to diff View file
A plugins/git/scripts/repositories/src/components/ActionBar/__snapshots__/ListFilter.test.ts.snap +3 −0 Go to diff View file
A plugins/git/scripts/repositories/src/components/ActionBar/__snapshots__/SelectOwner.test.ts.snap +17 −0 Go to diff View file
M plugins/git/scripts/repositories/src/type.ts +1 −0 Go to diff View file