stable

Clone or download

Read-only

Refactoring: move ArtifactLinkUpdater outside of REST namespace

This is a preliminary step to be able to link a backlog item to a new test definition. This is also an opportunity to remove an hidden dependency between tracker and agiledashboard 😱 No functional changes. Part of story #14888: Create a new test with artifact view Change-Id: Ib05fc6e7055fc836ff5bb91ea8df730def62bc2c

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/REST/v1/BacklogItemResource.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/FilterValidBacklogItems.class.php +2 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/FilterValidContent.class.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/FilterValidSubmilestones.class.php +8 −5 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Kanban/KanbanResource.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/Milestone/MilestoneElementMover.php +1 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneContentUpdater.class.php +4 −4 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php +2 −1 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php +3 −2 Go to diff View file
M plugins/agiledashboard/include/AgileDashboard/REST/v1/ResourcesPatcher.class.php +1 −1 Go to diff View file
M plugins/agiledashboard/tests/unit/REST/v1/Milestone/MilestoneElementMoverTest.php +1 −1 Go to diff View file
M plugins/testmanagement/include/TestManagement/REST/v1/CampaignsResource.class.php +1 −1 Go to diff View file
R plugins/tracker/include/REST/v1/ArtifactLinkUpdater.php Go to diff View file
R plugins/tracker/include/REST/v1/IFilterValidElementsToUnkink.php Go to diff View file
R plugins/agiledashboard/include/AgileDashboard/REST/v1/SubmilestoneListedTwiceException.class.php Go to diff View file