]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Move test functions outside extra-utils
authorChocobozzz <me@florianbigard.com>
Fri, 17 Dec 2021 10:58:15 +0000 (11:58 +0100)
committerChocobozzz <me@florianbigard.com>
Fri, 17 Dec 2021 11:24:03 +0000 (12:24 +0100)
commitc55e3d7227fe1453869e309025996b9d75256d5d
tree08e9b0ca210d75c82c8606fef0852eca020e8e0e
parentbf54587a3e2ad9c2c186828f2a5682b91ee2cc00
Move test functions outside extra-utils
202 files changed:
server/controllers/api/users/token.ts
server/controllers/api/video-playlist.ts
server/controllers/api/videos/live.ts
server/controllers/api/videos/upload.ts
server/helpers/custom-validators/misc.ts
server/helpers/image-utils.ts
server/helpers/peertube-crypto.ts
server/helpers/utils.ts
server/helpers/webtorrent.ts
server/initializers/constants.ts
server/initializers/migrations/0080-video-channels.ts
server/initializers/migrations/0345-video-playlists.ts
server/initializers/migrations/0560-user-feed-token.ts
server/lib/activitypub/actors/shared/object-to-model-attributes.ts
server/lib/auth/oauth.ts
server/lib/client-html.ts
server/lib/hls.ts
server/lib/local-actor.ts
server/lib/paths.ts
server/lib/user.ts
server/lib/video-path-manager.ts
server/models/user/user-notification.ts
server/models/video/formatter/video-format-utils.ts
server/models/video/video-caption.ts
server/models/video/video-playlist.ts
server/models/video/video-streaming-playlist.ts
server/models/video/video.ts
server/tests/api/activitypub/cleaner.ts
server/tests/api/activitypub/fetch.ts
server/tests/api/activitypub/helpers.ts
server/tests/api/activitypub/refresher.ts
server/tests/api/activitypub/security.ts
server/tests/api/check-params/abuses.ts
server/tests/api/check-params/accounts.ts
server/tests/api/check-params/blocklist.ts
server/tests/api/check-params/contact-form.ts
server/tests/api/check-params/follows.ts
server/tests/api/check-params/jobs.ts
server/tests/api/check-params/live.ts
server/tests/api/check-params/my-user.ts
server/tests/api/check-params/plugins.ts
server/tests/api/check-params/redundancy.ts
server/tests/api/check-params/search.ts
server/tests/api/check-params/transcoding.ts
server/tests/api/check-params/upload-quota.ts
server/tests/api/check-params/user-notifications.ts
server/tests/api/check-params/user-subscriptions.ts
server/tests/api/check-params/users-admin.ts
server/tests/api/check-params/users.ts
server/tests/api/check-params/video-blacklist.ts
server/tests/api/check-params/video-captions.ts
server/tests/api/check-params/video-channels.ts
server/tests/api/check-params/video-comments.ts
server/tests/api/check-params/video-files.ts
server/tests/api/check-params/video-imports.ts
server/tests/api/check-params/video-playlists.ts
server/tests/api/check-params/videos-history.ts
server/tests/api/check-params/videos.ts
server/tests/api/live/live-constraints.ts
server/tests/api/live/live-permanent.ts
server/tests/api/live/live-rtmps.ts
server/tests/api/live/live-save-replay.ts
server/tests/api/live/live-socket-messages.ts
server/tests/api/live/live-views.ts
server/tests/api/live/live.ts
server/tests/api/moderation/blocklist-notification.ts
server/tests/api/moderation/video-blacklist.ts
server/tests/api/notifications/admin-notifications.ts
server/tests/api/notifications/comments-notifications.ts
server/tests/api/notifications/moderation-notifications.ts
server/tests/api/notifications/notifications-api.ts
server/tests/api/notifications/user-notifications.ts
server/tests/api/object-storage/live.ts
server/tests/api/object-storage/video-imports.ts
server/tests/api/object-storage/videos.ts
server/tests/api/redundancy/redundancy-constraints.ts
server/tests/api/redundancy/redundancy.ts
server/tests/api/search/search-activitypub-video-channels.ts
server/tests/api/search/search-activitypub-video-playlists.ts
server/tests/api/search/search-activitypub-videos.ts
server/tests/api/search/search-videos.ts
server/tests/api/server/auto-follows.ts
server/tests/api/server/config-defaults.ts
server/tests/api/server/config.ts
server/tests/api/server/contact-form.ts
server/tests/api/server/email.ts
server/tests/api/server/follows.ts
server/tests/api/server/handle-down.ts
server/tests/api/server/jobs.ts
server/tests/api/server/plugins.ts
server/tests/api/server/proxy.ts
server/tests/api/server/reverse-proxy.ts
server/tests/api/server/slow-follows.ts
server/tests/api/server/stats.ts
server/tests/api/users/users-multiple-servers.ts
server/tests/api/users/users-verification.ts
server/tests/api/users/users.ts
server/tests/api/videos/audio-only.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-captions.ts
server/tests/api/videos/video-channels.ts
server/tests/api/videos/video-comments.ts
server/tests/api/videos/video-create-transcoding.ts
server/tests/api/videos/video-description.ts
server/tests/api/videos/video-files.ts
server/tests/api/videos/video-hls.ts
server/tests/api/videos/video-imports.ts
server/tests/api/videos/video-playlist-thumbnails.ts
server/tests/api/videos/video-playlists.ts
server/tests/api/videos/video-privacy.ts
server/tests/api/videos/video-schedule-update.ts
server/tests/api/videos/video-transcoder.ts
server/tests/api/videos/videos-history.ts
server/tests/api/videos/videos-overview.ts
server/tests/api/videos/videos-views-cleaner.ts
server/tests/cli/create-import-video-file-job.ts
server/tests/cli/create-move-video-storage-job.ts
server/tests/cli/create-transcoding-job.ts
server/tests/cli/peertube.ts
server/tests/cli/plugins.ts
server/tests/cli/print-transcode-command.ts
server/tests/cli/prune-storage.ts
server/tests/cli/reset-password.ts
server/tests/external-plugins/auto-block-videos.ts
server/tests/external-plugins/auto-mute.ts
server/tests/helpers/image.ts
server/tests/helpers/request.ts
server/tests/plugins/external-auth.ts
server/tests/plugins/filter-hooks.ts
server/tests/plugins/html-injection.ts
server/tests/plugins/id-and-pass-auth.ts
server/tests/plugins/plugin-helpers.ts
server/tests/shared/actors.ts [moved from shared/server-commands/users/actors.ts with 97% similarity]
server/tests/shared/captions.ts [moved from shared/server-commands/videos/captions.ts with 100% similarity]
server/tests/shared/checks.ts [moved from shared/server-commands/miscs/checks.ts with 63% similarity]
server/tests/shared/directories.ts [moved from shared/server-commands/server/directories.ts with 95% similarity]
server/tests/shared/generate.ts [moved from shared/server-commands/miscs/generate.ts with 94% similarity]
server/tests/shared/index.ts
server/tests/shared/live.ts [new file with mode: 0644]
server/tests/shared/mock-servers/index.ts [moved from shared/server-commands/mock-servers/index.ts with 77% similarity]
server/tests/shared/mock-servers/mock-429.ts [moved from shared/server-commands/mock-servers/mock-429.ts with 90% similarity]
server/tests/shared/mock-servers/mock-email.ts [moved from shared/server-commands/mock-servers/mock-email.ts with 93% similarity]
server/tests/shared/mock-servers/mock-instances-index.ts [moved from shared/server-commands/mock-servers/mock-instances-index.ts with 94% similarity]
server/tests/shared/mock-servers/mock-joinpeertube-versions.ts [moved from shared/server-commands/mock-servers/mock-joinpeertube-versions.ts with 94% similarity]
server/tests/shared/mock-servers/mock-object-storage.ts [moved from shared/server-commands/mock-servers/mock-object-storage.ts with 88% similarity]
server/tests/shared/mock-servers/mock-plugin-blocklist.ts [moved from shared/server-commands/mock-servers/mock-plugin-blocklist.ts with 90% similarity]
server/tests/shared/mock-servers/mock-proxy.ts [moved from shared/server-commands/mock-servers/mock-proxy.ts with 89% similarity]
server/tests/shared/mock-servers/shared.ts [moved from shared/server-commands/mock-servers/utils.ts with 100% similarity]
server/tests/shared/notifications.ts [moved from shared/server-commands/users/notifications.ts with 98% similarity]
server/tests/shared/playlists.ts [moved from shared/server-commands/videos/playlists.ts with 93% similarity]
server/tests/shared/plugins.ts [moved from shared/server-commands/server/plugins.ts with 91% similarity]
server/tests/shared/requests.ts
server/tests/shared/streaming-playlists.ts [moved from shared/server-commands/videos/streaming-playlists.ts with 95% similarity]
server/tests/shared/tests.ts [new file with mode: 0644]
server/tests/shared/tracker.ts [moved from shared/server-commands/server/tracker.ts with 87% similarity]
server/tests/shared/videos.ts [moved from server/tests/shared/video.ts with 64% similarity]
shared/core-utils/common/array.ts [moved from shared/core-utils/utils/array.ts with 100% similarity]
shared/core-utils/common/crypto.ts [moved from shared/core-utils/crypto.ts with 72% similarity]
shared/core-utils/common/env.ts [new file with mode: 0644]
shared/core-utils/common/index.ts
shared/core-utils/common/object.ts [new file with mode: 0644]
shared/core-utils/common/path.ts [moved from shared/core-utils/path.ts with 65% similarity]
shared/core-utils/common/time.ts [new file with mode: 0644]
shared/core-utils/common/version.ts [moved from shared/core-utils/common/miscs.ts with 53% similarity]
shared/core-utils/index.ts
shared/core-utils/utils/index.ts [deleted file]
shared/core-utils/utils/object.ts [deleted file]
shared/core-utils/videos/index.ts
shared/core-utils/videos/uuid.ts [moved from shared/core-utils/uuid.ts with 100% similarity]
shared/extra-utils/file.ts [new file with mode: 0644]
shared/extra-utils/index.ts
shared/models/users/index.ts
shared/server-commands/index.ts
shared/server-commands/logs/logs-command.ts
shared/server-commands/miscs/index.ts
shared/server-commands/miscs/sql-command.ts
shared/server-commands/miscs/tests.ts [deleted file]
shared/server-commands/requests/check-api-params.ts [deleted file]
shared/server-commands/requests/index.ts
shared/server-commands/requests/requests.ts
shared/server-commands/server/config-command.ts
shared/server-commands/server/index.ts
shared/server-commands/server/jobs-command.ts
shared/server-commands/server/jobs.ts
shared/server-commands/server/server.ts
shared/server-commands/server/servers-command.ts
shared/server-commands/server/servers.ts
shared/server-commands/shared/abstract-command.ts
shared/server-commands/users/accounts-command.ts
shared/server-commands/users/index.ts
shared/server-commands/users/notifications-command.ts
shared/server-commands/users/users-command.ts
shared/server-commands/videos/blacklist-command.ts
shared/server-commands/videos/captions-command.ts
shared/server-commands/videos/channels-command.ts
shared/server-commands/videos/index.ts
shared/server-commands/videos/live-command.ts
shared/server-commands/videos/live.ts
shared/server-commands/videos/videos-command.ts
shared/server-commands/videos/videos.ts [deleted file]