stable

Clone or download

Read-only

Gather synchronized fields from each mirrored PI tracker

part of story #22675 replicate program increment changes to mirrored program increments How to test: Make sure your redis worker is running - Edit an existing Program Increment artifact and change its title. - you should see a log message in /var/log/tuleap/program_management_syslog: [debug] Mirror PI title field id: 1001 For each mirrored program increment, you should see a log message with its title field id. The log message only exists for testing purposes. It will be removed on next commits. Change-Id: Ia3644d028fc2e65daea5aaeb7ac562bfc25ff177

Modified Files

Name
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementUpdateProcessor.php +7 −5 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/CreationCheck/RequiredFieldCheckerTest.php +49 −49 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementUpdateEventHandlerTest.php +6 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementUpdateProcessorTest.php +12 −10 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementsCreatorTest.php +5 −1 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/CreationCheck/TimeboxCreatorCheckerTest.php +50 −84 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/Changeset/Values/SynchronizedFieldFromProgramAndTeamTrackersCollectionTest.php +10 −7 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/Fields/MirroredProgramIncrementChangesetTest.php +10 −7 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldReferencesTest.php +10 −7 Go to diff View file
M plugins/program_management/tests/unit/Stub/GatherSynchronizedFieldsStub.php +30 −20 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveArtifactLinkFieldStub.php +15 −7 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveDescriptionFieldStub.php +13 −4 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveEndPeriodFieldStub.php +13 −4 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveStartDateFieldStub.php +13 −4 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveStatusFieldStub.php +13 −4 Go to diff View file
M plugins/program_management/tests/unit/Stub/RetrieveTitleFieldStub.php +15 −7 Go to diff View file
A plugins/program_management/tests/unit/Stub/SynchronizedFieldsStubPreparation.php +49 −0 Go to diff View file