stable

Clone or download

Read-only

Convert cross tracker rest-querier into typescript

part of request #18830 Convert cross tracker search in typescript How to test: No functional changes: - widget is loaded, you can add/remove tracker - you can perform search and save/cancel your query Change-Id: Ic7f00aaea958e8df48e014317ec6407bc6843378

Modified Files

Name
M plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.test.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.vue +1 −1 Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/api/rest-querier.test.js Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/api/rest-querier.js Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ArtifactTable.test.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ArtifactTable.vue +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ExportCSVButton.test.js +3 −3 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ExportCSVButton.vue +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.test.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.vue +1 −1 Go to diff View file
A plugins/crosstracker/scripts/cross-tracker/src/type.ts +50 −0 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerSelection.test.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerSelection.vue +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/WritingMode.test.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/project-cache.test.js +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/writing-mode/projects-cache.js +1 −1 Go to diff View file
A plugins/crosstracker/tsconfig.json +6 −0 Go to diff View file
M plugins/crosstracker/webpack.common.js +7 −0 Go to diff View file