stable
Clone or download
Read-only
closes request #18830 Convert cross tracker search in typescript No functional changes you should be able to switch from reading/writing mode. Change-Id: I31b9d8409538d7738905c06ea105f512acc25221
Modified Files
Name | ||||
---|---|---|---|---|
R | plugins/crosstracker/scripts/cross-tracker/po/fr.po | Go to diff View file | ||
R | plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.test.js | Go to diff View file | ||
M | plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.vue | +93 | −79 | Go to diff View file |
R | plugins/crosstracker/scripts/cross-tracker/src/components/ArtifactTable.test.js | Go to diff View file | ||
M | plugins/crosstracker/scripts/cross-tracker/src/components/ArtifactTable.vue | +109 | −105 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/components/ArtifactTableRow.vue | +13 | −13 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/components/ErrorInactiveProjectMessage.vue | +17 | −9 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/components/ErrorMessage.vue | +13 | −9 | Go to diff View file |
R | plugins/crosstracker/scripts/cross-tracker/src/components/ExportCSVButton.test.js | Go to diff View file | ||
M | plugins/crosstracker/scripts/cross-tracker/src/components/ExportCSVButton.vue | +33 | −37 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/components/ListBindUser.vue | +11 | −7 | Go to diff View file |
D | plugins/crosstracker/scripts/cross-tracker/src/helpers/local-vue.js | +0 | −29 | Go to diff View file |
R | plugins/crosstracker/scripts/cross-tracker/src/index.js | Go to diff View file | ||
M | plugins/crosstracker/scripts/cross-tracker/src/reading-mode/reading-cross-tracker-report.ts | +6 | −0 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/type.ts | +10 | −0 | Go to diff View file |
R | plugins/crosstracker/scripts/cross-tracker/src/user-service.js | Go to diff View file | ||
M | plugins/crosstracker/webpack.common.js | +1 | −1 | Go to diff View file |