stable

Clone or download

Read-only

Select pending row with changeset

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] Title value: <your updated title> Previously if you had existing pending rows for the same artifact, you could see an old title. Now, you should see the correct title for the changeset you just created. The log message only exists for testing purposes, to show that we retrieve field values. It will be removed on next commits. Change-Id: I734b930323098b0dc870b7916d1708d7dd2dc958

Modified Files

Name
M plugins/program_management/include/Adapter/Events/ProgramIncrementUpdateEventProxy.php +8 −3 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/PendingProgramIncrementUpdateDAO.php +4 −4 Go to diff View file
M plugins/program_management/include/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementUpdateDispatcher.php +4 −3 Go to diff View file
M plugins/program_management/include/Domain/Events/ProgramIncrementUpdateEvent.php +1 −0 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementUpdateEventHandler.php +1 −1 Go to diff View file
M plugins/program_management/include/Domain/Program/Backlog/AsynchronousCreation/SearchPendingProgramIncrementUpdates.php +1 −1 Go to diff View file
M plugins/program_management/tests/integration/Adapter/Program/Backlog/AsynchronousCreation/PendingProgramIncrementUpdateDAOTest.php +3 −3 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Events/ProgramIncrementUpdateEventProxyTest.php +4 −2 Go to diff View file
M plugins/program_management/tests/unit/Adapter/Program/Backlog/AsynchronousCreation/ProgramIncrementUpdateDispatcherTest.php +12 −14 Go to diff View file
M plugins/program_management/tests/unit/Domain/Program/Backlog/AsynchronousCreation/ProgramIncrementUpdateEventHandlerTest.php +17 −16 Go to diff View file
M plugins/program_management/tests/unit/Stub/SearchPendingProgramIncrementUpdatesStub.php +1 −1 Go to diff View file