stable

Clone or download

Read-only

Disable sending message to socket io if mercure is enabled

This patch aims to disable sending socket io message if mercure is enabled Part of story #28301 Have Kanban realtime be Mercure based Change-Id: Ieba30c8d7879e90af2062fc69803737a4d534ed6

Modified Files

Name
M plugins/kanban/include/Kanban/REST/v1/KanbanColumnsResource.php +32 −47 Go to diff View file
M plugins/kanban/include/Kanban/REST/v1/KanbanResource.php +41 −83 Go to diff View file
A plugins/kanban/include/Kanban/RealTime/KanbanRealtimeArtifactMessageSender.php +50 −0 Go to diff View file
A plugins/kanban/include/Kanban/RealTime/KanbanRealtimeStructureMessageSender.php +71 −0 Go to diff View file
M plugins/kanban/include/Kanban/RealTime/RealTimeArtifactMessageController.php +1 −1 Go to diff View file
M plugins/kanban/include/Kanban/RealTimeMercure/RealTimeArtifactMessageControllerMercure.php +1 −1 Go to diff View file
M plugins/kanban/include/kanbanPlugin.php +37 −18 Go to diff View file
A plugins/kanban/tests/unit/RealTime/KanbanRealtimeArtifactMessageSenderTest.php +80 −0 Go to diff View file
A plugins/kanban/tests/unit/RealTime/KanbanRealtimeMessageSenderTest.php +103 −0 Go to diff View file