stable

Clone or download

Read-only

REST route /users/{id}/history have information about the project for each entry

This is part of story #10257: show artifact view history Change-Id: I7a2abf6794834e83bfffd87d20a41a3dc690b9ff

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/RecentlyVisited/VisitRetriever.php +2 −1 Go to diff View file
M plugins/tracker/tests/Artifact/RecentlyVisited/VisitRetrieverTest.php +5 −1 Go to diff View file
M src/common/autoload.php +3 −2 Go to diff View file
A src/common/project/REST/MinimalProjectRepresentation.php +57 −0 Go to diff View file
M src/common/project/REST/ProjectRepresentation.class.php +8 −33 Go to diff View file
M src/common/user/History/HistoryEntry.php +14 −1 Go to diff View file
M src/common/user/REST/v1/UserHistoryEntryRepresentation.php +9 −0 Go to diff View file
M tests/simpletest/common/User/History/HistoryRetrieverTest.php +4 −4 Go to diff View file