stable
Clone or download
Read-only
part of: story #21385 display Program's iterations Change-Id: I8b595fa6a37f9540b40bc69686d4b60b390374a9
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/scripts/planned-iterations/src/components/App.test.ts | +7 | −5 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/App.vue | +5 | −3 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/IterationCard.test.ts | +5 | −3 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/IterationCard.vue | +7 | −4 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/IterationUserStoryList.test.ts | +99 | −13 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/IterationUserStoryList.vue | +13 | −3 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/PlannedIterationsSection.test.ts | +8 | −6 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/PlannedIterationsSection.vue | +11 | −6 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/PlannedIterationsSectionEmptyState.test.ts | +8 | −6 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/PlannedIterationsSectionEmptyState.vue | +7 | −5 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/UserStoryCard.test.ts | +3 | −1 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Backlog/Iteration/UserStoryCard.vue | +4 | −2 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Breadcrumb.test.ts | +13 | −11 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/components/Breadcrumb.vue | +9 | −7 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/store/actions.test.ts | +53 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/store/actions.ts | +38 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/store/configuration/index.ts | +61 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/store/getters.test.ts | +60 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/store/getters.ts | +37 | −0 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/store/index.ts | +20 | −5 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/store/mutations.test.ts | +42 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/store/mutations.ts | +29 | −0 | Go to diff View file |
A | plugins/program_management/scripts/planned-iterations/src/store/state-defaults.ts | +26 | −0 | Go to diff View file |
M | plugins/program_management/scripts/planned-iterations/src/type.ts | +1 | −29 | Go to diff View file |