]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/api/server/handle-down.ts
Move utils to /shared
authorbuoyantair <buoyantair@gmail.com>
Mon, 29 Oct 2018 16:48:31 +0000 (22:18 +0530)
committerbuoyantair <buoyantair@gmail.com>
Mon, 29 Oct 2018 16:48:31 +0000 (22:18 +0530)
commit9639bd175726b73f8fe664b5ced12a72407b1f0b
tree689d4c9e0a1f8dcc55e0ba4e694af3b09bff2cad
parent71607e4a65d3a8904bcd418ab7acbc2f34f725ff
Move utils to /shared

Move utils used by /server/tools/* & /server/tests/**/* into
/shared folder.

Issue: #1336
104 files changed:
server/tests/activitypub.ts
server/tests/api/check-params/accounts.ts
server/tests/api/check-params/blocklist.ts
server/tests/api/check-params/config.ts
server/tests/api/check-params/follows.ts
server/tests/api/check-params/jobs.ts
server/tests/api/check-params/redundancy.ts
server/tests/api/check-params/search.ts
server/tests/api/check-params/services.ts
server/tests/api/check-params/user-subscriptions.ts
server/tests/api/check-params/users.ts
server/tests/api/check-params/video-abuses.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-imports.ts
server/tests/api/check-params/videos-filter.ts
server/tests/api/check-params/videos-history.ts
server/tests/api/check-params/videos.ts
server/tests/api/redundancy/redundancy.ts
server/tests/api/search/search-activitypub-video-channels.ts
server/tests/api/search/search-activitypub-videos.ts
server/tests/api/search/search-videos.ts
server/tests/api/server/config.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/redundancy.ts
server/tests/api/server/reverse-proxy.ts
server/tests/api/server/stats.ts
server/tests/api/server/tracker.ts
server/tests/api/users/blocklist.ts
server/tests/api/users/user-subscriptions.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/multiple-servers.ts
server/tests/api/videos/services.ts
server/tests/api/videos/single-server.ts
server/tests/api/videos/video-abuse.ts
server/tests/api/videos/video-blacklist-management.ts
server/tests/api/videos/video-blacklist.ts
server/tests/api/videos/video-captions.ts
server/tests/api/videos/video-change-ownership.ts
server/tests/api/videos/video-channels.ts
server/tests/api/videos/video-comments.ts
server/tests/api/videos/video-description.ts
server/tests/api/videos/video-imports.ts
server/tests/api/videos/video-nsfw.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-filter.ts
server/tests/api/videos/videos-history.ts
server/tests/api/videos/videos-overview.ts
server/tests/cli/create-import-video-file-job.ts
server/tests/cli/create-transcoding-job.ts
server/tests/cli/optimize-old-videos.ts
server/tests/cli/peertube.ts
server/tests/cli/reset-password.ts
server/tests/cli/update-host.ts
server/tests/client.ts
server/tests/feeds/feeds.ts
server/tests/misc-endpoints.ts
server/tests/real-world/populate-database.ts
server/tests/real-world/real-world.ts
server/tools/peertube-get-access-token.ts
server/tools/peertube-import-videos.ts
server/tools/peertube-upload.ts
shared/utils/cli/cli.ts [moved from server/tests/utils/cli/cli.ts with 100% similarity]
shared/utils/feeds/feeds.ts [moved from server/tests/utils/feeds/feeds.ts with 100% similarity]
shared/utils/index.ts [moved from server/tests/utils/index.ts with 100% similarity]
shared/utils/miscs/email.ts [moved from server/tests/utils/miscs/email.ts with 100% similarity]
shared/utils/miscs/miscs.ts [moved from server/tests/utils/miscs/miscs.ts with 100% similarity]
shared/utils/overviews/overviews.ts [moved from server/tests/utils/overviews/overviews.ts with 100% similarity]
shared/utils/requests/check-api-params.ts [moved from server/tests/utils/requests/check-api-params.ts with 100% similarity]
shared/utils/requests/requests.ts [moved from server/tests/utils/requests/requests.ts with 100% similarity]
shared/utils/search/video-channels.ts [moved from server/tests/utils/search/video-channels.ts with 100% similarity]
shared/utils/search/videos.ts [moved from server/tests/utils/search/videos.ts with 100% similarity]
shared/utils/server/activitypub.ts [moved from server/tests/utils/server/activitypub.ts with 100% similarity]
shared/utils/server/clients.ts [moved from server/tests/utils/server/clients.ts with 100% similarity]
shared/utils/server/config.ts [moved from server/tests/utils/server/config.ts with 100% similarity]
shared/utils/server/follows.ts [moved from server/tests/utils/server/follows.ts with 100% similarity]
shared/utils/server/jobs.ts [moved from server/tests/utils/server/jobs.ts with 100% similarity]
shared/utils/server/redundancy.ts [moved from server/tests/utils/server/redundancy.ts with 100% similarity]
shared/utils/server/servers.ts [moved from server/tests/utils/server/servers.ts with 100% similarity]
shared/utils/server/stats.ts [moved from server/tests/utils/server/stats.ts with 100% similarity]
shared/utils/users/accounts.ts [moved from server/tests/utils/users/accounts.ts with 100% similarity]
shared/utils/users/blocklist.ts [moved from server/tests/utils/users/blocklist.ts with 100% similarity]
shared/utils/users/login.ts [moved from server/tests/utils/users/login.ts with 100% similarity]
shared/utils/users/user-subscriptions.ts [moved from server/tests/utils/users/user-subscriptions.ts with 100% similarity]
shared/utils/users/users.ts [moved from server/tests/utils/users/users.ts with 98% similarity]
shared/utils/videos/services.ts [moved from server/tests/utils/videos/services.ts with 100% similarity]
shared/utils/videos/video-abuses.ts [moved from server/tests/utils/videos/video-abuses.ts with 100% similarity]
shared/utils/videos/video-blacklist.ts [moved from server/tests/utils/videos/video-blacklist.ts with 100% similarity]
shared/utils/videos/video-captions.ts [moved from server/tests/utils/videos/video-captions.ts with 100% similarity]
shared/utils/videos/video-change-ownership.ts [moved from server/tests/utils/videos/video-change-ownership.ts with 100% similarity]
shared/utils/videos/video-channels.ts [moved from server/tests/utils/videos/video-channels.ts with 100% similarity]
shared/utils/videos/video-comments.ts [moved from server/tests/utils/videos/video-comments.ts with 100% similarity]
shared/utils/videos/video-history.ts [moved from server/tests/utils/videos/video-history.ts with 100% similarity]
shared/utils/videos/video-imports.ts [moved from server/tests/utils/videos/video-imports.ts with 100% similarity]
shared/utils/videos/videos.ts [moved from server/tests/utils/videos/videos.ts with 100% similarity]