stable
Clone or download
Read-only
This is a part of story #10737 have a kanban of Scrum elements To test: Artifact edition (kanban artifact, API REST, form artifact, Planning v2 ...) and move is working. Change-Id: I686841dff98f26a119370e936821200fb007f4c7
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/agiledashboard/include/AgileDashboard/Kanban/RealTime/KanbanArtifactMessageBuilder.php | +184 | −0 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/Kanban/RealTime/KanbanArtifactMessageSender.php | +138 | −0 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/Kanban/RealTime/KanbanArtifactMovedMessageRepresentation.php | +56 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanItemsResource.php | +4 | −50 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php | +4 | −88 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +4 | −3 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ResourcesPatcher.class.php | +16 | −2 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/RealTime/RealTimeArtifactMessageController.php | +88 | −0 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/RealTime/RealTimeArtifactMessageException.php | +25 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/RealTime/RealTimeArtifactMessageSender.php | +17 | −23 | Go to diff View file |
M | plugins/agiledashboard/include/agiledashboardPlugin.class.php | +67 | −17 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +7 | −2 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-column/kanban-column-service.js | +34 | −12 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-column/kanban-column-service.spec.js | +74 | −13 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/socket/socket-service.js | +15 | −24 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/NewChangesetCreatorBase.class.php | +1 | −2 | Go to diff View file |
A | plugins/tracker/include/Tracker/Artifact/Event/ArtifactsReordered.php | +46 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Tracker_Artifact_ChangesetFactory.class.php | +22 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/Tracker_Artifact_ChangesetDao.class.php | +23 | −4 | Go to diff View file |
M | plugins/tracker/include/Tracker/Semantic/Tracker_Semantic_Status.class.php | +5 | −0 | Go to diff View file |
M | plugins/tracker/include/autoload.php | +3 | −2 | Go to diff View file |