stable
Clone or download
Read-only
part of story #18405 distinguish Features and P.I. that comes from a Program in a Team Have a team backlog with 2 releases: - one created by program (mirrored) - once locally created The mirrored milestone have dashed card and the program it comes from is displayed Change-Id: If273a05c78a090430138df3bbd8f3f3c8e379448
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Milestone/MilestoneRepresentationBuilder.php | +5 | −1 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/REST/v1/Milestone/OriginalProjectCollector.php | +71 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneRepresentation.class.php | +19 | −3 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/milestone/milestone-controller.js | +5 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/milestone/milestone-controller.test.js | +22 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/planning-v2/src/app/milestone/milestone.tpl.html | +8 | −1 | Go to diff View file |
M | plugins/agiledashboard/themes/BurningParrot/css/scrum/planning/_milestone.scss | +9 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/Source/ArtifactLinkFieldNotFoundException.php | +31 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/Source/ChangesetValueNotFoundException.php | +31 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/Source/NatureAnalyzerException.php | +27 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/Source/ProgramNotFoundException.php | +31 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Adapter/Program/Backlog/ProgramIncrement/Source/SourceArtifactNatureAnalyzer.php | +90 | −0 | Go to diff View file |
A | plugins/scaled_agile/include/Program/Backlog/ProgramIncrement/Source/AnalyzeNatureOfSourceArtifact.php | +35 | −0 | Go to diff View file |
M | plugins/scaled_agile/include/scaled_agilePlugin.php | +23 | −0 | Go to diff View file |
A | plugins/scaled_agile/tests/unit/Program/Backlog/ProgramIncrement/Source/SourceArtifactNatureAnalyzerTest.php | +264 | −0 | Go to diff View file |