stable
Clone or download
Read-only
This patch aims to add error handling to AgileDashboard/Kanban when using Mercure It also reworks the way token refreshes are handled 1) Build, Install and enable mercure on your own tuleap instance 2) setting feature_flag_enable_mercure_dev to 1 in bash-web /!\ Enabling mercure will disable socket.io, if you wish to revert you can simply set feature_flag_enable_mercure_dev to 0 3) Open the kanban page, then shut down tuleap-mercure, an error message should appear Part of story #28301 Have Kanban realtime be Mercure based Change-Id: I68a965edc3f1f1f2ef8bd4a2c291434d579b6ead
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/scripts/kanban/src/app/realtime/mercure-service.js | +30 | −17 | Go to diff View file |
M | plugins/agiledashboard/scripts/kanban/src/app/realtime/realtime-mercure.ts | +17 | −6 | Go to diff View file |