]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/external-plugins/auto-block-videos.ts
Introduce sql command
authorChocobozzz <me@florianbigard.com>
Fri, 9 Jul 2021 13:37:43 +0000 (15:37 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 20 Jul 2021 13:27:18 +0000 (15:27 +0200)
commit9293139fde7091e9badcafa9b570b83cea9a10ad
tree9728412f02af4aa59d2c016db47624251e8f6be6
parent078f17e6d90376050f43ce639e88e11869b49ee7
Introduce sql command
35 files changed:
scripts/benchmark.ts
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/contact-form.ts
server/tests/api/check-params/users.ts
server/tests/api/live/live.ts
server/tests/api/moderation/video-blacklist.ts
server/tests/api/notifications/admin-notifications.ts
server/tests/api/redundancy/redundancy-constraints.ts
server/tests/api/redundancy/redundancy.ts
server/tests/api/server/config.ts
server/tests/api/server/handle-down.ts
server/tests/api/server/homepage.ts
server/tests/api/server/logs.ts
server/tests/api/server/plugins.ts
server/tests/api/server/tracker.ts
server/tests/api/users/users.ts
server/tests/api/videos/video-channels.ts
server/tests/api/videos/videos-history.ts
server/tests/api/videos/videos-views-cleaner.ts
server/tests/cli/plugins.ts
server/tests/cli/prune-storage.ts
server/tests/cli/update-host.ts
server/tests/external-plugins/auto-block-videos.ts
server/tests/external-plugins/auto-mute.ts
server/tests/plugins/action-hooks.ts
server/tools/test-live.ts
shared/extra-utils/miscs/index.ts
shared/extra-utils/miscs/sql-command.ts [new file with mode: 0644]
shared/extra-utils/miscs/sql.ts [deleted file]
shared/extra-utils/miscs/stubs.ts
shared/extra-utils/server/servers.ts
shared/extra-utils/shared/abstract-command.ts