stable
Clone or download
Read-only
part of story #18408 plan Features in Program Increment How to test: Have a user story linked to feature, plan feature, plan user story in team project go back in program, you should not able to drag and drop the feature Change-Id: Ib3d6875443f73810ba0744147bff1aec0f016afa
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Feature/FeatureRepresentationBuilder.php | +39 | −5 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Feature/Links/ArtifactsLinkedToParentDao.php | +18 | −0 | Go to diff View file |
M | plugins/program_management/include/REST/v1/FeatureRepresentation.php | +12 | −6 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProgramIncrementResource.php | +5 | −1 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProjectResource.php | +5 | −1 | Go to diff View file |
M | plugins/program_management/scripts/program_management/po/fr_FR.po | +8 | −1 | Go to diff View file |
A | plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/FeatureCard.test.ts | +98 | −0 | Go to diff View file |
A | plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/FeatureCard.vue | +102 | −0 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/ProgramIncrementFeatureList.vue | +3 | −3 | Go to diff View file |
A | plugins/program_management/scripts/program_management/src/components/Backlog/ProgramIncrement/__snapshots__/FeatureCard.test.ts.snap | +120 | −0 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/components/Backlog/ToBePlanned/ToBePlanned.test.ts | +5 | −5 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/components/Backlog/ToBePlanned/ToBePlanned.vue | +6 | −6 | Go to diff View file |
R | plugins/program_management/scripts/program_management/src/components/Backlog/ElementCard.test.ts | Go to diff View file | ||
R | plugins/program_management/scripts/program_management/src/components/Backlog/ElementCard.vue | Go to diff View file | ||
R | plugins/program_management/scripts/program_management/src/components/Backlog/__snapshots__/ElementCard.test.ts.snap | Go to diff View file | ||
M | plugins/program_management/scripts/program_management/src/helpers/ProgramIncrement/Feature/feature-retriever.test.ts | +2 | −0 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/helpers/ProgramIncrement/Feature/feature-retriever.ts | +3 | −7 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/helpers/ToBePlanned/element-to-plan-retriever.test.ts | +2 | −2 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/helpers/ToBePlanned/element-to-plan-retriever.ts | +2 | −10 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/actions.test.ts | +3 | −4 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/actions.ts | +3 | −3 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/getters.test.ts | +3 | −4 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/getters.ts | +2 | −3 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/mutations.test.ts | +9 | −10 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/store/mutations.ts | +4 | −5 | Go to diff View file |
M | plugins/program_management/scripts/program_management/src/type.ts | +9 | −2 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/Content/ProgramIncrementContentRetrieverTest.php | +17 | −3 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureElementsRetrieverTest.php | +17 | −3 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Feature/FeatureRepresentationBuilderTest.php | +38 | −2 | Go to diff View file |