stable

Clone or download

Read-only

refactor: Stricter types in user history

No functional change expected in switch-to modal for recent items (history). part of story #24971 [modal] search for artifacts Change-Id: Ic29b047aad2860d18c59ee9900266a8a21dbf8ba

Modified Files

Name
M plugins/agiledashboard/include/AgileDashboard/Kanban/RecentlyVisited/VisitRetriever.php +46 −55 Go to diff View file
M plugins/agiledashboard/tests/unit/AgileDashboard/Kanban/RecentlyVisited/VisitRetrieverTest.php +86 −126 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/RecentlyVisited/VisitRetriever.php +10 −4 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +3 −1 Go to diff View file
M plugins/tracker/include/trackerPlugin.php +3 −1 Go to diff View file
M plugins/tracker/tests/unit/Tracker/Artifact/RecentlyVisited/VisitRetrieverTest.php +89 −62 Go to diff View file
M src/common/User/History/HistoryEntry.php +25 −89 Go to diff View file
M src/common/User/History/HistoryEntryCollection.php +8 −9 Go to diff View file
M src/common/User/History/HistoryRetriever.php +8 −10 Go to diff View file
M src/common/User/REST/v1/UserResource.php +6 −14 Go to diff View file
M tests/unit/common/User/History/HistoryRetrieverTest.php +32 −43 Go to diff View file