stable
Clone or download
Read-only
Merge commit 'refs/changes/43/3943/19' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master
* ssh://gerrit.tuleap.net:29418/tuleap: story #7967: refactoring AD to load faster (no more array_slice)
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/include/AgileDashboard/BacklogItemDao.class.php | +95 | −7 | Go to diff View file |
D | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/ArtifactsFinder.class.php | +0 | −123 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemCollection.class.php | +11 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogItemCollectionFactory.class.php | +70 | −32 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogStrategy.class.php | +3 | −24 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/BacklogStrategyFactory.class.php | +20 | −19 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/DescendantBacklogStrategy.class.php | +95 | −27 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/DescendantItemsCollection.class.php | +64 | −0 | Go to diff View file |
A | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/DescendantItemsFinder.class.php | +271 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/Milestone/Backlog/IBacklogItemCollection.class.php | +4 | −0 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/MilestoneResource.class.php | +12 | −10 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/REST/v1/ProjectBacklogResource.class.php | +7 | −11 | Go to diff View file |
M | plugins/agiledashboard/include/AgileDashboard/SequenceIdManager.php | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/include/autoload.php | +4 | −3 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/Milestone/Backlog/AgileDashboard_Milestone_Backlog_BacklogItemCollectionFactoryTest.php | +6 | −17 | Go to diff View file |
D | plugins/agiledashboard/tests/include/AgileDashboard/Milestone/Backlog/ArtifactsFinderTest.php | +0 | −172 | Go to diff View file |
M | plugins/agiledashboard/tests/include/AgileDashboard/SequenceIdManagerTest.php | +41 | −31 | Go to diff View file |
M | plugins/agiledashboard/www/js/planning-v2/src/app/app-planning-controller.js | +5 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/dao/Tracker_ArtifactDao.class.php | +232 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Hierarchy/HierarchyFactory.class.php | +19 | −0 | Go to diff View file |