stable
Clone or download
Read-only
Tests that are not yet planned does not link to anything. Part of story #15094: have more effective test plan Change-Id: I84e021767c567aa233bc2a50f446496c07a84ff8
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testplan/include/REST/v1/BacklogItemResource.php | +3 | −4 | Go to diff View file |
M | plugins/testplan/include/REST/v1/DefinitionLinkedToABacklogItemRepresentation.php | +36 | −14 | Go to diff View file |
M | plugins/testplan/include/TestDefinition/TestPlanTestDefinitionWithTestStatus.php | +37 | −8 | Go to diff View file |
M | plugins/testplan/include/TestDefinition/TestPlanTestDefinitionWithTestStatusRetriever.php | +3 | −1 | Go to diff View file |
M | plugins/testplan/include/TestDefinition/TestPlanTestDefinitionsTestStatusDAO.php | +48 | −28 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardStatus.test.ts | +54 | −35 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardStatus.vue | +15 | −46 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardStatusTooltipIcon.test.ts | +63 | −0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardStatusTooltipIcon.vue | +83 | −0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/helpers/BacklogItems/url-builder.test.ts | +55 | −0 | Go to diff View file |
A | plugins/testplan/scripts/test-plan/src/helpers/BacklogItems/url-builder.ts | +38 | −0 | Go to diff View file |
M | plugins/testplan/scripts/test-plan/src/type.ts | +20 | −3 | Go to diff View file |
M | plugins/testplan/tests/rest/v1/BacklogItemTest.php | +4 | −0 | Go to diff View file |
M | plugins/testplan/tests/unit/TestDefinition/TestPlanTestDefinitionWithTestStatusRetrieverTest.php | +2 | −2 | Go to diff View file |
M | plugins/testplan/tests/unit/TestDefinition/TestPlanTestDefinitionWithTestStatusTest.php | +5 | −1 | Go to diff View file |
M | plugins/tracker/include/REST/Artifact/ArtifactReferenceRepresentation.class.php | +8 | −12 | Go to diff View file |