stable
Clone or download
Read-only
part of request #17991 Convert Git Vue to TypeScript No functional changes, In repository list view you can - display full repository list - change the way you wish to display your repositories (sort by name, sort by date) - filter your repository - display fork of users - gitlab repositories are still displayed Change-Id: I48867da49b75059285baa8a9ee59ee5db214cd2b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/scripts/repositories/src/components/RepositoryList.vue | +2 | −2 | Go to diff View file |
M | plugins/git/scripts/repositories/src/components/folders/FolderRepositoryList.vue | +3 | −3 | Go to diff View file |
M | plugins/git/scripts/repositories/src/store/getters.js | +23 | −115 | Go to diff View file |
M | plugins/git/scripts/repositories/src/store/getters.test.js | +53 | −41 | Go to diff View file |
A | plugins/git/scripts/repositories/src/support/filter.test.ts | +294 | −0 | Go to diff View file |
A | plugins/git/scripts/repositories/src/support/filter.ts | +167 | −0 | Go to diff View file |
A | plugins/git/scripts/repositories/src/type.ts | +79 | −0 | Go to diff View file |