stable

Clone or download

Read-only

chore: request #40093 Organize reading / writing components

No functional change in Cross-Tracker search widget. Why? All Vue components are moved to src/components/ folder. Report classes (BackendCrossTrackerReport & so on) are moved to src/domain/, and now use named exports. This will make it easier to track their usages. This should give us a folder structure that's easier to understand. Change-Id: I71cb87d4ce3157a7fbd5d464f03a29428a8ec18f

Modified Files

Name
M plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.test.ts +5 −5 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.vue +5 −5 Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/writing-mode/ProjectsCache.test.ts Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/writing-mode/ProjectsCache.ts Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/EmptyState.test.ts +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/EmptyState.vue +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/ErrorMessage.vue +1 −1 Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.test.ts Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.vue Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/reading-mode/TrackerListReadingMode.vue Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/SelectableTable.test.ts +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/selectable-table/SelectableTable.vue +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/table/ArtifactTable.test.ts +1 −1 Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/components/table/ArtifactTable.vue +1 −1 Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/writing-mode/QueryEditor.test.ts Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/writing-mode/QueryEditor.vue Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerListWritingMode.test.ts Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerListWritingMode.vue Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerSelection.test.ts Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerSelection.vue Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/writing-mode/WritingMode.test.ts Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/writing-mode/WritingMode.vue Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/backend-cross-tracker-report.ts Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/reading-mode/reading-cross-tracker-report.ts Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/writing-mode/writing-cross-tracker-report.ts Go to diff View file
R plugins/crosstracker/scripts/cross-tracker/src/writing-mode/tql-configuration.ts Go to diff View file
M plugins/crosstracker/scripts/cross-tracker/src/index.ts +4 −4 Go to diff View file