Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix docker ci | Chocobozzz | 2022-11-02 | 1 | -1/+1 |
| | |||||
* | Upgrade docker action dep | Chocobozzz | 2022-10-31 | 1 | -5/+5 |
| | |||||
* | Revert "Use node 16 for tests" | Chocobozzz | 2022-10-28 | 3 | -3/+3 |
| | | | | This reverts commit 1f45f8b00ddca59ee3e388ee0132fa1a7ecb8551. | ||||
* | Use node 16 for tests | Chocobozzz | 2022-10-28 | 3 | -3/+3 |
| | |||||
* | Use private ACL for private videos in s3 | Chocobozzz | 2022-10-24 | 1 | -0/+2 |
| | |||||
* | Update upluad artifacts | Chocobozzz | 2022-10-11 | 1 | -1/+1 |
| | |||||
* | Set AKISMET_KEY as env | Chocobozzz | 2022-09-28 | 1 | -0/+2 |
| | |||||
* | Add info about running redis server | Jelle Besseling | 2022-09-19 | 1 | -0/+3 |
| | |||||
* | Fix test after hooks | Chocobozzz | 2022-07-13 | 1 | -1/+0 |
| | |||||
* | Add info on dev env variables | Chocobozzz | 2022-07-07 | 1 | -0/+12 |
| | |||||
* | /!\ Use a dedicated config file for development | Chocobozzz | 2022-07-06 | 1 | -1/+1 |
| | | | | | It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it npm run dev:* commands are already updated | ||||
* | Upgrade CI actions | Chocobozzz | 2022-06-27 | 7 | -10/+10 |
| | |||||
* | Remove all checkboxes in issue templates | Chocobozzz | 2022-06-14 | 1 | -7/+3 |
| | |||||
* | Don't render checkboxes in issue template | Chocobozzz | 2022-06-14 | 4 | -24/+8 |
| | |||||
* | Add form template for issue templates | Chocobozzz | 2022-06-13 | 8 | -127/+128 |
| | |||||
* | Remove question template, prefer using the forum | Chocobozzz | 2022-05-10 | 2 | -18/+3 |
| | |||||
* | Merge branch 'release/4.1.0' into develop | Chocobozzz | 2022-03-08 | 1 | -1/+1 |
|\ | |||||
| * | Remove exif tags when processing images | Chocobozzz | 2022-03-07 | 1 | -1/+1 |
| | | |||||
* | | Create another test suite for transcoding jobs | Chocobozzz | 2022-02-28 | 1 | -1/+1 |
| | | |||||
* | | Improve benchmark script CLI options | Chocobozzz | 2022-02-28 | 1 | -1/+1 |
|/ | |||||
* | Fix broken links in contributing guideline | thecashewtrader | 2022-01-14 | 1 | -3/+3 |
| | |||||
* | Job name for docker builds | Chocobozzz | 2022-01-03 | 1 | -0/+2 |
| | |||||
* | Move types package in packages/ | Chocobozzz | 2021-12-28 | 1 | -1/+1 |
| | |||||
* | Update resolve tspaths and enabled CI for types | Chocobozzz | 2021-12-28 | 1 | -1/+1 |
| | |||||
* | Deprecate node 12 | Chocobozzz | 2021-12-24 | 2 | -2/+2 |
| | |||||
* | Global server dep update | Chocobozzz | 2021-12-24 | 1 | -1/+1 |
| | |||||
* | Fix types dist paths | Chocobozzz | 2021-12-24 | 1 | -1/+1 |
| | |||||
* | Use bullseye for production docker image | Chocobozzz | 2021-12-13 | 1 | -1/+1 |
| | |||||
* | Fix benchmark ci | Chocobozzz | 2021-12-03 | 1 | -1/+1 |
| | |||||
* | Move CI on develop | Chocobozzz | 2021-12-03 | 3 | -11/+5 |
| | |||||
* | Build nightly using github action | Chocobozzz | 2021-12-03 | 8 | -122/+151 |
| | |||||
* | Add docker github action | Chocobozzz | 2021-12-03 | 2 | -1/+71 |
| | |||||
* | Bumped to version v4.0.0-rc.1 | Chocobozzz | 2021-12-03 | 4 | -2/+77 |
| | |||||
* | Use node 14 for lighthouse | Chocobozzz | 2021-11-25 | 1 | -1/+1 |
| | |||||
* | More precise startup benchmark | Chocobozzz | 2021-11-24 | 1 | -6/+6 |
| | |||||
* | Typo | Chocobozzz | 2021-11-22 | 1 | -1/+1 |
| | |||||
* | Add startup time benchmark | Chocobozzz | 2021-11-22 | 1 | -2/+18 |
| | |||||
* | Run doctoc on contributing guide | Chocobozzz | 2021-11-02 | 1 | -2/+1 |
| | |||||
* | Improve tests documentation | Chocobozzz | 2021-11-02 | 1 | -34/+3 |
| | |||||
* | Use postgres 10 for tests | Chocobozzz | 2021-08-26 | 1 | -1/+1 |
| | |||||
* | Optimize torrent URL update | Chocobozzz | 2021-08-18 | 1 | -1/+1 |
| | |||||
* | Add support for saving video files to object storage (#4290) | Jelle Besseling | 2021-08-17 | 1 | -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> | ||||
* | Trigger test build for any branch | Chocobozzz | 2021-07-20 | 2 | -5/+4 |
| | |||||
* | Trigger a build for any branch | Chocobozzz | 2021-07-20 | 1 | -4/+0 |
| | |||||
* | Fix comment in PR template | Chocobozzz | 2021-07-12 | 1 | -1/+1 |
| | |||||
* | Update PR template and contributing guide | Chocobozzz | 2021-06-25 | 2 | -18/+14 |
| | |||||
* | Speedup CI | Chocobozzz | 2021-06-17 | 1 | -1/+1 |
| | |||||
* | (doc) move irc webchat link to web.libera.chat | Rigel Kent | 2021-06-15 | 1 | -1/+1 |
| | |||||
* | Bidi support | Chocobozzz | 2021-06-07 | 1 | -0/+8 |
| | |||||
* | Move to libera.chat | Chocobozzz | 2021-05-31 | 1 | -1/+1 |
| |