]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/api/server/plugins.ts
Add runner server tests
authorChocobozzz <me@florianbigard.com>
Fri, 21 Apr 2023 13:00:01 +0000 (15:00 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Tue, 9 May 2023 06:57:34 +0000 (08:57 +0200)
commitd102de1b38f2877463529c3b27bd35ffef4fd8bf
tree31fa0bdf26ad7a2ee46d600d804a6f03260266c8
parent2fe978744e5b74eb824e4d79c1bb9b840169f125
Add runner server tests
95 files changed:
server/tests/api/activitypub/cleaner.ts
server/tests/api/activitypub/fetch.ts
server/tests/api/activitypub/refresher.ts
server/tests/api/activitypub/security.ts
server/tests/api/check-params/config.ts
server/tests/api/check-params/index.ts
server/tests/api/check-params/runners.ts [new file with mode: 0644]
server/tests/api/check-params/video-blacklist.ts
server/tests/api/check-params/video-playlists.ts
server/tests/api/check-params/videos.ts
server/tests/api/index.ts
server/tests/api/live/live.ts
server/tests/api/notifications/admin-notifications.ts
server/tests/api/object-storage/live.ts
server/tests/api/object-storage/video-static-file-privacy.ts
server/tests/api/object-storage/videos.ts
server/tests/api/runners/index.ts [new file with mode: 0644]
server/tests/api/runners/runner-common.ts [new file with mode: 0644]
server/tests/api/runners/runner-live-transcoding.ts [new file with mode: 0644]
server/tests/api/runners/runner-socket.ts [new file with mode: 0644]
server/tests/api/runners/runner-vod-transcoding.ts [new file with mode: 0644]
server/tests/api/server/config.ts
server/tests/api/server/follow-constraints.ts
server/tests/api/server/follows.ts
server/tests/api/server/handle-down.ts
server/tests/api/server/plugins.ts
server/tests/api/transcoding/audio-only.ts
server/tests/api/transcoding/transcoder.ts
server/tests/api/users/oauth.ts
server/tests/api/videos/multiple-servers.ts
server/tests/api/videos/resumable-upload.ts
server/tests/api/videos/single-server.ts
server/tests/api/videos/video-channel-syncs.ts
server/tests/api/videos/video-channels.ts
server/tests/api/videos/video-static-file-privacy.ts
server/tests/api/views/videos-views-cleaner.ts
server/tests/cli/create-transcoding-job.ts [deleted file]
server/tests/cli/index.ts
server/tests/cli/print-transcode-command.ts [deleted file]
server/tests/cli/update-host.ts
server/tests/fixtures/live/0-000067.ts [new file with mode: 0644]
server/tests/fixtures/live/0-000068.ts [new file with mode: 0644]
server/tests/fixtures/live/0-000069.ts [new file with mode: 0644]
server/tests/fixtures/live/0-000070.ts [new file with mode: 0644]
server/tests/fixtures/live/0.m3u8 [new file with mode: 0644]
server/tests/fixtures/live/1-000067.ts [new file with mode: 0644]
server/tests/fixtures/live/1-000068.ts [new file with mode: 0644]
server/tests/fixtures/live/1-000069.ts [new file with mode: 0644]
server/tests/fixtures/live/1-000070.ts [new file with mode: 0644]
server/tests/fixtures/live/1.m3u8 [new file with mode: 0644]
server/tests/fixtures/live/master.m3u8 [new file with mode: 0644]
server/tests/fixtures/video_short_0p.mp4 [new file with mode: 0644]
server/tests/fixtures/video_short_144p.m3u8 [new file with mode: 0644]
server/tests/fixtures/video_short_144p.mp4 [new file with mode: 0644]
server/tests/fixtures/video_short_240p.m3u8 [new file with mode: 0644]
server/tests/fixtures/video_short_240p.mp4
server/tests/fixtures/video_short_360p.m3u8 [new file with mode: 0644]
server/tests/fixtures/video_short_360p.mp4 [new file with mode: 0644]
server/tests/fixtures/video_short_480.webm [moved from server/tests/fixtures/video_short-480.webm with 100% similarity]
server/tests/fixtures/video_short_480p.m3u8 [new file with mode: 0644]
server/tests/fixtures/video_short_480p.mp4 [new file with mode: 0644]
server/tests/fixtures/video_short_720p.m3u8 [new file with mode: 0644]
server/tests/fixtures/video_short_720p.mp4 [new file with mode: 0644]
server/tests/index.ts
server/tests/lib/video-constant-registry-factory.ts
server/tests/peertube-runner/client-cli.ts [new file with mode: 0644]
server/tests/peertube-runner/index.ts [new file with mode: 0644]
server/tests/peertube-runner/live-transcoding.ts [new file with mode: 0644]
server/tests/peertube-runner/vod-transcoding.ts [new file with mode: 0644]
server/tests/plugins/plugin-transcoding.ts
server/tests/shared/checks.ts
server/tests/shared/generate.ts
server/tests/shared/index.ts
server/tests/shared/live.ts
server/tests/shared/peertube-runner-process.ts [new file with mode: 0644]
server/tests/shared/sql-command.ts [moved from shared/server-commands/miscs/sql-command.ts with 96% similarity]
server/tests/shared/streaming-playlists.ts
server/tests/shared/videos.ts
server/tests/shared/webtorrent.ts [moved from shared/server-commands/miscs/webtorrent.ts with 62% similarity]
server/tsconfig.json
shared/server-commands/index.ts
shared/server-commands/miscs/index.ts [deleted file]
shared/server-commands/requests/requests.ts
shared/server-commands/runners/index.ts [new file with mode: 0644]
shared/server-commands/runners/runner-jobs-command.ts [new file with mode: 0644]
shared/server-commands/runners/runner-registration-tokens-command.ts [new file with mode: 0644]
shared/server-commands/runners/runners-command.ts [new file with mode: 0644]
shared/server-commands/server/config-command.ts
shared/server-commands/server/jobs.ts
shared/server-commands/server/server.ts
shared/server-commands/server/servers.ts
shared/server-commands/shared/abstract-command.ts
shared/server-commands/socket/socket-io-command.ts
shared/server-commands/videos/live-command.ts
shared/server-commands/videos/streaming-playlists-command.ts