stable

Clone or download

Read-only

Delete an artifact must purge all the data

This is part of story #11342 have a base REST route to move id, title, description Check that delete operation deletes everything: * computed field caches * burnup caches * visited items * unsubscribed notifications Change-Id: Iba82960f6f999ddaf58bd0a4773ecdfe1c56b17b

Modified Files

Name
M plugins/agiledashboard/include/agiledashboardPlugin.class.php +9 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactDeletor.php +18 −2 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/ArtifactsDeletion/ArtifactDeletorBuilder.php +6 −1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/RecentlyVisited/RecentlyVisitedDao.php +10 −0 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php +10 −0 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_ComputedDao.class.php +11 −2 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/dao/Tracker_FormElement_Field_ComputedDaoCache.class.php +5 −0 Go to diff View file
R plugins/tracker/phpunit/Tracker/Artifact/ArtifactsDeletion/ArtifactDeletorTests.php Go to diff View file