stable
Clone or download
Read-only
part of request #31907 Have TypeScript typechecking in dedicated task Note: I did the best I could with the existing types without embarking on a major refactoring. How to test: - The CI should be happy - No functional changes expected Change-Id: Ied9698f5a3b098018a1f79f91bdc0c822f021a9f
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/frontend/rest-api-types/src/main.ts | +1 | −0 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/jest.config.js | +4 | −0 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/package.json | +3 | −0 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/pnpm-lock.yaml | +6 | −0 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.test.ts | +11 | −9 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.vue | +2 | −2 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/api/rest-querier.ts | +5 | −4 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/backend-cross-tracker-report.ts | +5 | −3 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/components/ErrorInactiveProjectMessage.vue | +3 | −3 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/components/ErrorMessage.vue | +1 | −1 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/components/ListBindUser.vue | +3 | −3 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/reading-mode/ReadingMode.vue | +2 | −2 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/store/getters.test.ts | +4 | −4 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/store/mutations.ts | +2 | −2 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/type.ts | +38 | −34 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/QueryEditor.vue | +2 | −1 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerListWritingMode.test.ts | +5 | −5 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerListWritingMode.vue | +5 | −5 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerSelection.test.ts | +14 | −14 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerSelection.vue | +14 | −9 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/WritingMode.test.ts | +20 | −19 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/WritingMode.vue | +4 | −10 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/__snapshots__/TrackerListWritingMode.test.ts.snap | +2 | −2 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/project-cache.test.ts | +5 | −5 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/projects-cache.ts | +5 | −5 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/writing-cross-tracker-report.ts | +2 | −2 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/tsconfig.json | +3 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequests-app/src/app/helpers/vue-overview-url-builder.test.ts | +1 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/REST/ArtifactWithStatus.ts | +3 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/REST/ProjectProxy.test.ts | +3 | −3 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/REST/ProjectProxy.ts | +3 | −3 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/REST/fields/link-field/LinkableArtifactProxy.test.ts | +1 | −1 | Go to diff View file |