aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Fix docker ciChocobozzz2022-11-021-1/+1
|
* Upgrade docker action depChocobozzz2022-10-311-5/+5
|
* Revert "Use node 16 for tests"Chocobozzz2022-10-283-3/+3
| | | | This reverts commit 1f45f8b00ddca59ee3e388ee0132fa1a7ecb8551.
* Use node 16 for testsChocobozzz2022-10-283-3/+3
|
* Use private ACL for private videos in s3Chocobozzz2022-10-241-0/+2
|
* Update upluad artifactsChocobozzz2022-10-111-1/+1
|
* Set AKISMET_KEY as envChocobozzz2022-09-281-0/+2
|
* Add info about running redis serverJelle Besseling2022-09-191-0/+3
|
* Fix test after hooksChocobozzz2022-07-131-1/+0
|
* Add info on dev env variablesChocobozzz2022-07-071-0/+12
|
* /!\ Use a dedicated config file for developmentChocobozzz2022-07-061-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 actionsChocobozzz2022-06-277-10/+10
|
* Remove all checkboxes in issue templatesChocobozzz2022-06-141-7/+3
|
* Don't render checkboxes in issue templateChocobozzz2022-06-144-24/+8
|
* Add form template for issue templatesChocobozzz2022-06-138-127/+128
|
* Remove question template, prefer using the forumChocobozzz2022-05-102-18/+3
|
* Merge branch 'release/4.1.0' into developChocobozzz2022-03-081-1/+1
|\
| * Remove exif tags when processing imagesChocobozzz2022-03-071-1/+1
| |
* | Create another test suite for transcoding jobsChocobozzz2022-02-281-1/+1
| |
* | Improve benchmark script CLI optionsChocobozzz2022-02-281-1/+1
|/
* Fix broken links in contributing guidelinethecashewtrader2022-01-141-3/+3
|
* Job name for docker buildsChocobozzz2022-01-031-0/+2
|
* Move types package in packages/Chocobozzz2021-12-281-1/+1
|
* Update resolve tspaths and enabled CI for typesChocobozzz2021-12-281-1/+1
|
* Deprecate node 12Chocobozzz2021-12-242-2/+2
|
* Global server dep updateChocobozzz2021-12-241-1/+1
|
* Fix types dist pathsChocobozzz2021-12-241-1/+1
|
* Use bullseye for production docker imageChocobozzz2021-12-131-1/+1
|
* Fix benchmark ciChocobozzz2021-12-031-1/+1
|
* Move CI on developChocobozzz2021-12-033-11/+5
|
* Build nightly using github actionChocobozzz2021-12-038-122/+151
|
* Add docker github actionChocobozzz2021-12-032-1/+71
|
* Bumped to version v4.0.0-rc.1Chocobozzz2021-12-034-2/+77
|
* Use node 14 for lighthouseChocobozzz2021-11-251-1/+1
|
* More precise startup benchmarkChocobozzz2021-11-241-6/+6
|
* TypoChocobozzz2021-11-221-1/+1
|
* Add startup time benchmarkChocobozzz2021-11-221-2/+18
|
* Run doctoc on contributing guideChocobozzz2021-11-021-2/+1
|
* Improve tests documentationChocobozzz2021-11-021-34/+3
|
* Use postgres 10 for testsChocobozzz2021-08-261-1/+1
|
* Optimize torrent URL updateChocobozzz2021-08-181-1/+1
|
* 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>
* Trigger test build for any branchChocobozzz2021-07-202-5/+4
|
* Trigger a build for any branchChocobozzz2021-07-201-4/+0
|
* Fix comment in PR templateChocobozzz2021-07-121-1/+1
|
* Update PR template and contributing guideChocobozzz2021-06-252-18/+14
|
* Speedup CIChocobozzz2021-06-171-1/+1
|
* (doc) move irc webchat link to web.libera.chatRigel Kent2021-06-151-1/+1
|
* Bidi supportChocobozzz2021-06-071-0/+8
|
* Move to libera.chatChocobozzz2021-05-311-1/+1
|