stable

Clone or download

Read-only

Add RT at post save artifact

This is a part of story #10737 have a kanban of Scrum elements To test: Use this patch https://gerrit.tuleap.net/#/c/9982/ of tuleap-realtime server. Artifact creation (kanban in place artifact, API REST, form artifact, Planning v2 ...) and artifact copy are working. Edit (and move) will be done in next commit. Change-Id: Ifcdad2c016e6f883292e13787e7a4002efda8282

Modified Files

Name
A plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/ItemRepresentationBuilder.php +67 −0 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemRepresentation.php +6 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php +14 −52 Go to diff View file
A plugins/agiledashboard/include/AgileDashboard/RealTime/RealTimeArtifactMessageSender.php +79 −0 Go to diff View file
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +48 −1 Go to diff View file
M plugins/agiledashboard/include/autoload.php +4 −2 Go to diff View file
M plugins/fulltextsearch/include/fulltextsearchPlugin.class.php +7 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Changeset/InitialChangesetCreatorBase.class.php +4 −2 Go to diff View file
A plugins/tracker/include/Tracker/Artifact/Event/ArtifactCreated.php +46 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_ArtifactCreator.class.php +0 −1 Go to diff View file
M plugins/tracker/include/autoload.php +3 −2 Go to diff View file