stable
Clone or download
Read-only
This patch aims to remove all connection attempts to socket io when using mercure 1) Build, Install and enable mercure on your own tuleap instance 2) setting feature_flag_enable_mercure_dev_kanban to 1 in bash-web Kanban should be using mercure and no trace of request to socket.io should appear Part of story #28301 Have Kanban realtime be Mercure based Change-Id: I79cb7f53d78aef1519468ab8d890ece5482ba852
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/scripts/kanban/src/app/app-kanban-controller.js | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/app-kanban-controller.test.js | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/socket/socket-factory.js | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/socket/socket-service.js | +4 | −0 | Go to diff View file |