stable

Clone or download

Read-only

Provide the "last update by" information in Heartbeats

Part of story #10334: Widget Heartbeat - artifacts The last user who updated the artifact is returned in the representation. If the user is anonymous, then we return null. Change-Id: Ibab77b0733fca41dca3a9db0a7d6a51be351b821

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/LatestHeartbeatsCollector.php +30 −3 Go to diff View file
M plugins/tracker/include/trackerPlugin.class.php +2 −1 Go to diff View file
M plugins/tracker/tests/Tracker/Artifact/LatestHeartbeatsCollectorTest.php +6 −1 Go to diff View file
M src/common/project/HeartbeatsEntry.php +14 −1 Go to diff View file
M src/common/project/REST/HeartbeatsEntryRepresentation.php +12 −0 Go to diff View file