stable
Clone or download
Read-only
part of request #22648 Convert AngularJS directives and controllers to hybrids web components No functional change. This only adds new types for the REST API payloads. Change-Id: I3e1d9c9809a9c2834fc24bdea1d9cb48578e04c8
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document_generation/scripts/lib/docx/src/type.ts | +3 | −3 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ArtifactLinkTypesSelector.test.ts | +1 | −1 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/TrackerReportSelector.test.ts | +1 | −1 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/TrackerReportSelector.vue | +1 | −1 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/TrackerSelector.test.ts | +1 | −1 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Components/TrackerSelector.vue | +1 | −1 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/rest-querier.test.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/REST/fields/open-list-field/open-list-field-initializer.ts | +3 | −3 | Go to diff View file |
M | plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/fields/link-field/AllowedLinksTypesCollection.ts | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/rest-api-types/package.json | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/rest-api-types/src/artifacts.ts | +5 | −36 | Go to diff View file |
A | plugins/tracker/scripts/lib/rest-api-types/src/changesets.ts | +55 | −0 | Go to diff View file |
R | plugins/tracker/scripts/lib/rest-api-types/src/index.ts | Go to diff View file | ||
M | plugins/tracker/scripts/lib/rest-api-types/src/open-list-field.ts | +2 | −2 | Go to diff View file |
A | plugins/tracker/scripts/lib/rest-api-types/src/users.ts | +58 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/rest-api-types/vite.config.ts | +1 | −1 | Go to diff View file |