stable
Clone or download
Read-only
part of request #31907 Have TypeScript typechecking in dedicated task How to test: - CI should be happy - No functional changes expected Change-Id: I2d8016388442f591f66dc821f1ac37b546926649
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/taskboard/scripts/taskboard/jest.config.js | +3 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/package.json | +1 | −0 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Add/AddCard.vue | +2 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/BaseCard.vue | +2 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardAssignees.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/CardAssignees.vue | +3 | −3 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/Editor/Label/LabelEditor.vue | +9 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ParentCardRemainingEffort.test.ts | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Card/ParentCardRemainingEffort.vue | +16 | −4 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/CellDisallowsDropOverlay.test.ts | +0 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/CellDisallowsDropOverlay.vue | +12 | −2 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Body/Swimlane/Cell/InvalidMappingCell.vue | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/src/components/TaskBoard/Header/Expanded/CardsInColumnCount.vue | +1 | −1 | Go to diff View file |
M | plugins/taskboard/scripts/taskboard/tsconfig.json | +3 | −0 | Go to diff View file |