stable
Clone or download
Read-only
Part of story #10408 have a burning parrot git repository list How to test: - When browsing the repository list grouped by path and filtering, the filter is applied. - Filtering on parts of the path, for example "reactor", should return all repositories with "reactor" somewhere in their path. - An empty state should be shown when filtering yields no result No other functional change expected Change-Id: I2ae7ff4df9011cbd5db72819d4c00362b5426f42
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/www/scripts/repositories/src/components/ActionBar/ListFilter.vue | +1 | −2 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/components/FilterEmptyState.vue | +3 | −3 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/components/GitRepository.vue | +2 | −9 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/components/folders/FolderRepositoryList.vue | +2 | −2 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/store/getters.js | +55 | −10 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/store/mutations.js | +4 | −0 | Go to diff View file |
M | plugins/git/www/scripts/repositories/src/store/mutations.spec.js | +12 | −8 | Go to diff View file |