aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add lighthouse to github actionChocobozzz2021-05-271-5/+13
|
* prioritize matrix support for quick q/aRigel Kent2021-05-261-3/+3
|
* Reduce pending job waitingChocobozzz2021-05-071-1/+1
|
* Remove roadmap fundingChocobozzz2021-03-241-1/+1
|
* Add next to stats github ciChocobozzz2021-03-241-0/+1
|
* Add next branch to CIChocobozzz2021-03-241-0/+1
|
* Update benchmark ci actionChocobozzz2021-02-241-1/+1
|
* Add stats to github actionsChocobozzz2021-02-234-45/+212
|
* Try to speed up server testsChocobozzz2021-02-191-2/+2
|
* Fix bundlewatch branch baseChocobozzz2021-02-101-0/+1
|
* Try to display job log in specific stageChocobozzz2021-01-141-1/+5
|
* Fix ldap testChocobozzz2021-01-041-2/+2
|
* Always display errors from testsChocobozzz2021-01-041-0/+1
|
* Add joblog at the end of ciChocobozzz2020-12-141-1/+2
|
* Display error logs in CIChocobozzz2020-12-141-3/+2
|
* Save logs on ci failureChocobozzz2020-12-141-1/+2
|
* contributing documentation: add `parallel` as dependency (#3421)kontrollanten2020-12-071-5/+4
| | | Co-authored-by: Rigel Kent <par@rigelk.eu>
* Add logs to fixture generationsChocobozzz2020-12-011-2/+2
|
* Try to fix live testsChocobozzz2020-11-301-0/+5
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-0/+6
|