stable
Clone or download
Read-only
Part of request #10799 Migrate cross tracker widget in vuejs How to test: - Empty state for artifact result is displayed only when query don't have result - Load more button is dsiplayed if query has more than 30 result - Artifacts of saved query are displayed - If you update query and search, results are reload from new query Change-Id: I09fcd2b9da8bd57d03161980fdfa83c1da979acc
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/templates/widgets/project-cross-tracker-search.mustache | +1 | −1 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/po/fr.po | +0 | −3 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/po/template.pot | +0 | −3 | Go to diff View file |
A | plugins/crosstracker/www/scripts/cross-tracker/src/app/ArtifactTableRenderer.spec.js | +102 | −0 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/ArtifactTableRenderer.vue | +129 | −19 | Go to diff View file |
A | plugins/crosstracker/www/scripts/cross-tracker/src/app/ArtifactTableRow.vue | +46 | −0 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/CrossTrackerWidget.spec.js | +2 | −4 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/CrossTrackerWidget.vue | +33 | −6 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/app.spec.js | +1 | −0 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/index.js | +2 | −19 | Go to diff View file |
D | plugins/crosstracker/www/scripts/cross-tracker/src/app/query-result-controller.js | +0 | −162 | Go to diff View file |
D | plugins/crosstracker/www/scripts/cross-tracker/src/app/query-result-rows.mustache | +0 | −21 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/reading-mode/ReadingMode.vue | +3 | −3 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/reading-mode/reading-mode-controller.js | +1 | −21 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/user-service.js | +14 | −3 | Go to diff View file |
D | plugins/crosstracker/www/scripts/cross-tracker/src/app/user.js | +0 | −36 | Go to diff View file |
M | plugins/crosstracker/www/themes/BurningParrot/css/_cross-tracker.scss | +13 | −48 | Go to diff View file |
M | plugins/crosstracker/www/themes/BurningParrot/css/_reading-mode.scss | +0 | −10 | Go to diff View file |