aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/server/job.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to list imports of a channel syncChocobozzz2022-08-101-0/+2
|
* Add missing job types to admin panelChocobozzz2022-08-101-15/+15
|
* Channel sync (#5135)Florent2022-08-101-3/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add external channel URL for channel update / creation (#754) * Disallow synchronisation if user has no video quota (#754) * More constraints serverside (#754) * Disable sync if server configuration does not allow HTTP import (#754) * Working version synchronizing videos with a job (#754) TODO: refactoring, too much code duplication * More logs and try/catch (#754) * Fix eslint error (#754) * WIP: support synchronization time change (#754) * New frontend #754 * WIP: Create sync front (#754) * Enhance UI, sync creation form (#754) * Warning message when HTTP upload is disallowed * More consistent names (#754) * Binding Front with API (#754) * Add a /me API (#754) * Improve list UI (#754) * Implement creation and deletion routes (#754) * Lint (#754) * Lint again (#754) * WIP: UI for triggering import existing videos (#754) * Implement jobs for syncing and importing channels * Don't sync videos before sync creation + avoid concurrency issue (#754) * Cleanup (#754) * Cleanup: OpenAPI + API rework (#754) * Remove dead code (#754) * Eslint (#754) * Revert the mess with whitespaces in constants.ts (#754) * Some fixes after rebase (#754) * Several fixes after PR remarks (#754) * Front + API: Rename video-channels-sync to video-channel-syncs (#754) * Allow enabling channel sync through UI (#754) * getChannelInfo (#754) * Minor fixes: openapi + model + sql (#754) * Simplified API validators (#754) * Rename MChannelSync to MChannelSyncChannel (#754) * Add command for VideoChannelSync (#754) * Use synchronization.enabled config (#754) * Check parameters test + some fixes (#754) * Fix conflict mistake (#754) * Restrict access to video channel sync list API (#754) * Start adding unit test for synchronization (#754) * Continue testing (#754) * Tests finished + convertion of job to scheduler (#754) * Add lastSyncAt field (#754) * Fix externalRemoteUrl sort + creation date not well formatted (#754) * Small fix (#754) * Factorize addYoutubeDLImport and buildVideo (#754) * Check duplicates on channel not on users (#754) * factorize thumbnail generation (#754) * Fetch error should return status 400 (#754) * Separate video-channel-import and video-channel-sync-latest (#754) * Bump DB migration version after rebase (#754) * Prettier states in UI table (#754) * Add DefaultScope in VideoChannelSyncModel (#754) * Fix audit logs (#754) * Ensure user can upload when importing channel + minor fixes (#754) * Mark synchronization as failed on exception + typos (#754) * Change REST API for importing videos into channel (#754) * Add option for fully synchronize a chnanel (#754) * Return a whole sync object on creation to avoid tricks in Front (#754) * Various remarks (#754) * Single quotes by default (#754) * Rename synchronization to video_channel_synchronization * Add check.latest_videos_count and max_per_user options (#754) * Better channel rendering in list #754 * Allow sorting with channel name and state (#754) * Add missing tests for channel imports (#754) * Prefer using a parent job for channel sync * Styling * Client styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Use bullmq job dependencyChocobozzz2022-08-091-0/+17
|
* Move to bullmqChocobozzz2022-08-091-3/+3
|
* Add option to not transcode original resolutionChocobozzz2022-08-091-4/+1
|
* Send views in a dedicated queueChocobozzz2022-06-171-0/+1
|
* Fix live ending job that breaks new live sessionChocobozzz2022-06-161-0/+1
|
* Support live session in serverChocobozzz2022-05-031-0/+1
|
* Add ability to save replay of permanent livesChocobozzz2022-04-211-0/+3
|
* Refactor AP context builderChocobozzz2022-03-241-3/+3
|
* Rename studio to editorChocobozzz2022-03-221-16/+13
|
* Add video edition finished notificationChocobozzz2022-03-221-0/+5
|
* Don't store remote rates of remote videosChocobozzz2022-03-181-1/+1
| | | | | In the future we'll stop to expose all available rates to improve users privacy
* Process video torrents in orderChocobozzz2022-03-161-0/+15
| | | | Prevent update before video torrent generation for example
* Add basic video editor supportChocobozzz2022-02-281-0/+39
|
* Prevent HLS transcoding after webtorrent transcodingChocobozzz2022-02-011-2/+4
|
* Fix audio transcoding with video only fileChocobozzz2022-01-061-2/+7
|
* Add ability to run transcoding jobsChocobozzz2021-11-181-1/+3
|
* Refactor video viewsChocobozzz2021-11-091-1/+1
| | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration
* prevent multiple post-process triggering of upload-resumable (#4175)Rigel Kent2021-10-251-0/+4
| | | | | | | | | * prevent multiple post-process triggering of upload-resumable * switch from 409 to 503 for upload being processed * Improve resumable upload check Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for saving video files to object storage * Add support for custom url generation on s3 stored files Uses two config keys to support url generation that doesn't directly go to (compatible s3). Can be used to generate urls to any cache server or CDN. * Upload files to s3 concurrently and delete originals afterwards * Only publish after move to object storage is complete * Use base url instead of url template * Fix mistyped config field * Add rudenmentary way to download before transcode * Implement Chocobozzz suggestions https://github.com/Chocobozzz/PeerTube/pull/4290#issuecomment-891670478 The remarks in question: Try to use objectStorage prefix instead of s3 prefix for your function/variables/config names Prefer to use a tree for the config: s3.streaming_playlists_bucket -> object_storage.streaming_playlists.bucket Use uppercase for config: S3.STREAMING_PLAYLISTS_BUCKETINFO.bucket -> OBJECT_STORAGE.STREAMING_PLAYLISTS.BUCKET (maybe BUCKET_NAME instead of BUCKET) I suggest to rename moveJobsRunning to pendingMovingJobs (or better, create a dedicated videoJobInfo table with a pendingMove & videoId columns so we could also use this table to track pending transcoding jobs) https://github.com/Chocobozzz/PeerTube/pull/4290/files#diff-3e26d41ca4bda1de8e1747af70ca2af642abcc1e9e0bfb94239ff2165acfbde5R19 uses a string instead of an integer I think we should store the origin object storage URL in fileUrl, without base_url injection. Instead, inject the base_url at "runtime" so admins can easily change this configuration without running a script to update DB URLs * Import correct function * Support multipart upload * Remove import of node 15.0 module stream/promises * Extend maximum upload job length Using the same value as for redundancy downloading seems logical * Use dynamic part size for really large uploads Also adds very small part size for local testing * Fix decreasePendingMove query * Resolve various PR comments * Move to object storage after optimize * Make upload size configurable and increase default * Prune webtorrent files that are stored in object storage * Move files after transcoding jobs * Fix federation * Add video path manager * Support move to external storage job in client * Fix live object storage tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add ability to search playlistsChocobozzz2021-06-251-1/+0
|
* Use got instead of requestChocobozzz2021-03-241-1/+1
|
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-0/+1
|
* Fix broken local actorsChocobozzz2021-02-261-0/+5
| | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
* Guess if we need to generate the thumbnail for importsChocobozzz2021-02-121-2/+0
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-0/+1
|
* Add priority to transcoding jobsChocobozzz2021-01-251-0/+1
| | | | | | | | | | (1 = highest priority) 100 for new resolutions 10 for original file optimization Add a malus for transcoding jobs depending on how many uploads the user did in the last 7 days
* Refactor transcoding job handlersChocobozzz2021-01-211-5/+5
|
* Support progress for ffmpeg tasksChocobozzz2021-01-211-0/+1
|
* Fix (again) youtube importChocobozzz2021-01-191-2/+0
|
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-151-0/+1
| | | | | | | | | | | | | | * stricter youtubedl format selectors make sure selectors avoid av1, and otherwise match as closely to the maximum resolution enabled for transcoding * add support for merge formats in youtubedl * avoid vp9.2 in youtubedl to avoid any HDR * move getEnabledResolutions, safer replace of imported extension * add test for youtube-dl selectors
* Refactor jobs stateChocobozzz2020-12-141-1/+1
|
* Add watch messages if live has not startedChocobozzz2020-11-091-0/+5
|
* Don't use @shared in modelsChocobozzz2020-08-271-2/+2
| | | | So other projects can use them
* Add server plugin filter hooks for import with torrent and url (#2621)Rigel Kent2020-05-141-2/+5
| | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-041-1/+1
|
* Avoir some circular dependenciesChocobozzz2020-05-041-0/+100
|
* Move to eslintcontainChocobozzz2020-02-031-13/+14
|
* Add ability to list redundanciesChocobozzz2020-01-281-1/+2
|
* Add ability to filter per job typeChocobozzz2019-12-041-3/+3
|
* Rename video-file job to video-transcodingChocobozzz2019-03-191-1/+1
|
* Delete invalid or deleted remote videosChocobozzz2018-11-201-1/+2
|
* Bufferize videos views in redisChocobozzz2018-08-301-1/+2
|
* Add ability to import video with youtube-dlChocobozzz2018-08-061-1/+2
|
* Migrate to bullChocobozzz2018-07-111-2/+3
|
* Add create-import-video-file-job commandFlorent Fayolle2018-06-071-0/+1
|
* Move server follow in the job queueChocobozzz2018-04-181-0/+1
| | | | It helps to track follow errors
* Add stats routeChocobozzz2018-02-281-0/+17