stable
Clone or download
Read-only
part of story #22675 replicate program increment changes to mirrored program increments No functional change expected Notes: Exception is renamed to be more generic: it can be used for Iterations and Program Increments, hence "Timebox". It can be used to create new mirrors or to update them, hence "Replication" ArtifactNotFoundException is moved to Workspace namespace. UserManagerAdapter throws a dedicated UserNotFoundException. Change-Id: I68bbd8bbfa4bf3b3cc1543137d4a6864fbd14824
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/CreateProgramIncrementsTask.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/Changeset/ChangesetRetriever.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Adapter/Workspace/TrackerOfArtifactRetriever.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Adapter/Workspace/UserManagerAdapter.php | +2 | −1 | Go to diff View file |
R | plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementCreationException.php | Go to diff View file | ||
M | plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ProcessProgramIncrementUpdate.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementArtifactCreationException.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/PendingArtifactChangesetNotFoundException.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/PendingArtifactNotFoundException.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/PendingArtifactUserNotFoundException.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/ChangesetValueNotFoundException.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SourceTimeboxChangesetValues.php | +3 | −3 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/UnsupportedTitleFieldException.php | +2 | −2 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/FieldNotFoundException.php | +2 | −2 | Go to diff View file |
R | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/ArtifactNotFoundException.php | Go to diff View file | ||
A | plugins/program_management/include/Domain/Workspace/UserNotFoundException.php | +33 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Changeset/ChangesetRetrieverTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Workspace/TrackerOfArtifactRetrieverTest.php | +1 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Adapter/Workspace/UserManagerAdapterTest.php | +3 | −2 | Go to diff View file |