Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch from debian bullseye to bookworm | Yehuda Deutsch | 2023-08-17 | 1 | -2/+2 |
| | |||||
* | Fix benchmark script | Chocobozzz | 2023-08-17 | 1 | -0/+1 |
| | |||||
* | Migrate server to ESM | Chocobozzz | 2023-08-11 | 5 | -19/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sorry for the very big commit that may lead to git log issues and merge conflicts, but it's a major step forward: * Server can be faster at startup because imports() are async and we can easily lazy import big modules * Angular doesn't seem to support ES import (with .js extension), so we had to correctly organize peertube into a monorepo: * Use yarn workspace feature * Use typescript reference projects for dependencies * Shared projects have been moved into "packages", each one is now a node module (with a dedicated package.json/tsconfig.json) * server/tools have been moved into apps/ and is now a dedicated app bundled and published on NPM so users don't have to build peertube cli tools manually * server/tests have been moved into packages/ so we don't compile them every time we want to run the server * Use isolatedModule option: * Had to move from const enum to const (https://www.typescriptlang.org/docs/handbook/enums.html#objects-vs-enums) * Had to explictely specify "type" imports when used in decorators * Prefer tsx (that uses esbuild under the hood) instead of ts-node to load typescript files (tests with mocha or scripts): * To reduce test complexity as esbuild doesn't support decorator metadata, we only test server files that do not import server models * We still build tests files into js files for a faster CI * Remove unmaintained peertube CLI import script * Removed some barrels to speed up execution (less imports) | ||||
* | Fix CI tests | Chocobozzz | 2023-06-29 | 1 | -0/+1 |
| | |||||
* | Breaking: remove node 14 support | Chocobozzz | 2023-05-09 | 3 | -3/+3 |
| | |||||
* | Increase timeouts | Chocobozzz | 2023-05-09 | 1 | -1/+1 |
| | |||||
* | Enable external plugins to test the PR | Chocobozzz | 2023-05-09 | 1 | -1/+1 |
| | |||||
* | Add peertube runner cli | Chocobozzz | 2023-05-09 | 1 | -0/+4 |
| | |||||
* | Fix activitypub doc URL | Chocobozzz | 2023-05-09 | 2 | -2/+2 |
| | |||||
* | Misc wording fixes, while learning how to test/contribute (#5727) | Mats Blomdahl | 2023-04-05 | 1 | -6/+6 |
| | | | | | | | | | | | * Misc wording fixes, while learning how to test/contribute - Remove duplicate discrimination topic in Code of Conduct - Correct capitalization of some brands (PeerTube, GitHub) - Replace `npm` with `yarn`, for additional consistency * Revert `yarn` to `npm run` per PR #5727 comment * Remove note on how to start Redis on Windows/WSL | ||||
* | Remove $ for bash commands | Chocobozzz | 2023-04-04 | 1 | -19/+19 |
| | | | | It prevents easy copy | ||||
* | Revert matrix for docker build | Chocobozzz | 2023-03-27 | 1 | -7/+5 |
| | |||||
* | Fix docker ci matrix | Chocobozzz | 2023-03-23 | 1 | -5/+5 |
| | |||||
* | Try to fix docker build timeout | Chocobozzz | 2023-03-22 | 1 | -4/+6 |
| | |||||
* | Add server code new feature walkthrough | Chocobozzz | 2023-03-16 | 1 | -6/+8 |
| | |||||
* | Deprecate node 14 | Chocobozzz | 2023-03-15 | 1 | -1/+1 |
| | |||||
* | Update doc anchor links | Chocobozzz | 2023-02-23 | 2 | -4/+4 |
| | |||||
* | Move to new documentation links | Chocobozzz | 2023-02-22 | 4 | -9/+9 |
| | |||||
* | Fix dev instance following test instances | Chocobozzz | 2023-02-17 | 1 | -1/+1 |
| | |||||
* | Fix redoc cli command | Chocobozzz | 2023-02-17 | 1 | -1/+1 |
| | |||||
* | Update contributing guide | Chocobozzz | 2023-02-17 | 1 | -3/+44 |
| | |||||
* | Add contributing guide for embed | Chocobozzz | 2023-02-16 | 1 | -0/+11 |
| | |||||
* | Add openapi doc guide in documentation | Chocobozzz | 2023-02-16 | 1 | -0/+11 |
| | |||||
* | Update contributing guide | Chocobozzz | 2023-02-09 | 1 | -1/+1 |
| | |||||
* | Try to fix github api rate limit | Chocobozzz | 2022-12-29 | 1 | -0/+1 |
| | |||||
* | 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 |
| |