]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
add channel and playlist stats to server stats endpoint (#3747)
authorRigel Kent <sendmemail@rigelk.eu>
Mon, 12 Apr 2021 09:19:07 +0000 (11:19 +0200)
committerGitHub <noreply@github.com>
Mon, 12 Apr 2021 09:19:07 +0000 (11:19 +0200)
commitfe19f600dab0f6b00a7aa146ba4bd4bb96536155
treebe388f89a41cbc257fc9a642a9205b4910b7a6b7
parenta472cf033003cf96b69a80808b2dce1fe382e09b
add channel and playlist stats to server stats endpoint (#3747)

* add channel and playlist stats to nodeinfo

* add tests for active video channels stats

* fix tests for active channel stats
server/lib/stat-manager.ts
server/models/video/video-channel.ts
server/models/video/video-playlist.ts
server/tests/api/server/stats.ts
shared/models/server/server-stats.model.ts