stable
Clone or download
Read-only
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. You can change anything. - you should see a second log message in /var/log/tuleap/program_management_syslog: [debug] Title field id #1001 The log message only exists for testing purposes, to show that we retrieve fields. It will be removed on next commits. Change-Id: Iff841b6816f3e7dd891b8ca44ce8f8bb1bb5fe8f
Modified Files
Name | ||||
---|---|---|---|---|
R | plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/Changeset/Values/ArtifactFieldValuesRetriever.php | Go to diff View file | ||
M | plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/Changeset/Values/FieldValuesGathererRetriever.php | +1 | −1 | Go to diff View file |
A | plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldsGatherer.php | +57 | −0 | Go to diff View file |
A | plugins/program_management/include/Adapter/Program/Backlog/ProgramIncrement/Source/Fields/TitleFieldReferenceProxy.php | +50 | −0 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementUpdateProcessor.php | +10 | −1 | Go to diff View file |
M | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/FieldNotFoundException.php | +1 | −1 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/GatherSynchronizedFields.php | +27 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/RetrieveTitleField.php | +34 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldReferences.php | +46 | −0 | Go to diff View file |
A | plugins/program_management/include/Domain/Program/Backlog/ProgramIncrement/Source/Fields/TitleFieldReference.php | +33 | −0 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +17 | −7 | Go to diff View file |
R | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Changeset/Values/ArtifactFieldValuesRetrieverTest.php | Go to diff View file | ||
A | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldsGathererTest.php | +135 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Adapter/Program/Backlog/ProgramIncrement/Source/Fields/TitleFieldReferenceProxyTest.php | +53 | −0 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementUpdateEventHandlerTest.php | +5 | −1 | Go to diff View file |
M | plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementUpdateProcessorTest.php | +18 | −5 | Go to diff View file |
A | plugins/program_management/tests/unit/Domain/Program/Backlog/ProgramIncrement/Source/Fields/SynchronizedFieldReferencesTest.php | +53 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/GatherSynchronizedFieldsStub.php | +47 | −0 | Go to diff View file |
A | plugins/program_management/tests/unit/Stub/RetrieveTitleFieldStub.php | +57 | −0 | Go to diff View file |