Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate server to ESM | Chocobozzz | 2023-08-11 | 1 | -1/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | More flexible release script | Chocobozzz | 2022-06-28 | 1 | -5/+7 |
| | |||||
* | Fix release script | Chocobozzz | 2022-06-07 | 1 | -1/+1 |
| | |||||
* | Wait before uploading release files | Chocobozzz | 2022-05-23 | 1 | -0/+3 |
| | |||||
* | Only generate types for stable releases | Chocobozzz | 2022-02-10 | 1 | -5/+5 |
| | |||||
* | Stop using tsconfig register | Chocobozzz | 2022-01-06 | 1 | -1/+1 |
| | | | | Prefer to replace paths at compile time | ||||
* | Fix types dist paths | Chocobozzz | 2021-12-24 | 1 | -1/+1 |
| | |||||
* | feat(types): create peertube-types package | lutangar | 2021-12-16 | 1 | -0/+5 |
| | | | | | | | | | | | | Create dedicated Typescript "types" configuration file for each "projects". Create a types folder which includes every useful ts definition: - client - server - shared Add tooling to create a proper package, extract dependencies, etc... Add CI Github task. refactor(types): publish types package in release script | ||||
* | Try to fix openapi script | Chocobozzz | 2021-08-11 | 1 | -2/+0 |
| | |||||
* | Provide sourcemaps in release | Chocobozzz | 2021-02-11 | 1 | -2/+2 |
| | |||||
* | Use more threads for xz release compression | Chocobozzz | 2021-01-07 | 1 | -1/+1 |
| | |||||
* | Fix npm run build | Chocobozzz | 2020-06-11 | 1 | -1/+1 |
| | |||||
* | Fix release script | Chocobozzz | 2019-08-14 | 1 | -2/+2 |
| | |||||
* | Fix release script | Chocobozzz | 2018-12-03 | 1 | -1/+1 |
| | |||||
* | Add open api bump version in release script | Chocobozzz | 2018-11-22 | 1 | -1/+3 |
| | |||||
* | Improve release script | Chocobozzz | 2018-10-17 | 1 | -3/+3 |
| | |||||
* | Fix release script | Chocobozzz | 2018-10-11 | 1 | -1/+1 |
| | |||||
* | parametrize gpg key in release script | Rigel Kent | 2018-10-03 | 1 | -1/+2 |
| | |||||
* | Fix release script | Chocobozzz | 2018-08-21 | 1 | -3/+7 |
| | |||||
* | Upgrade release script to support release branch | Chocobozzz | 2018-08-01 | 1 | -5/+5 |
| | |||||
* | Handle pre releases in release script | Chocobozzz | 2018-07-25 | 1 | -6/+15 |
| | |||||
* | Rename "my settings" to "my account" in menu | Chocobozzz | 2018-06-07 | 1 | -1/+2 |
| | |||||
* | Prepare i18n files | Chocobozzz | 2018-06-05 | 1 | -1/+1 |
| | |||||
* | Fix release script | Chocobozzz | 2018-05-07 | 1 | -13/+11 |
| | |||||
* | refactoring archive creation step to reduce code duplication and be less ↵ | Rigel | 2018-03-30 | 1 | -16/+18 |
| | | | | error-prone | ||||
* | modified scripts/release.sh to add tar.xz and provide archive signatures | Rigel | 2018-03-30 | 1 | -25/+44 |
| | |||||
* | Clean shell scripts (#398) | Léo Andrès | 2018-03-27 | 1 | -20/+20 |
| | |||||
* | Add \n in changelog | Chocobozzz | 2018-02-16 | 1 | -1/+1 |
| | |||||
* | Handle changelog in release | Chocobozzz | 2018-02-15 | 1 | -1/+14 |
| | |||||
* | Fix migrations | Chocobozzz | 2018-01-29 | 1 | -1/+0 |
| | |||||
* | Use json for schema.org instead of tags | Chocobozzz | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Add commander in dependencies instead of dev dep | Chocobozzz | 2018-01-22 | 1 | -0/+1 |
| | |||||
* | Add http tracker in torrent too | Chocobozzz | 2018-01-19 | 1 | -0/+2 |
| | |||||
* | Fix release script | Chocobozzz | 2018-01-18 | 1 | -1/+1 |
| | |||||
* | Don't show videos of remote instance after unfollow | Chocobozzz | 2018-01-18 | 1 | -0/+13 |
| | |||||
* | Add ability to update some configuration keys | Chocobozzz | 2018-01-17 | 1 | -0/+1 |
| | |||||
* | Bumped to version v0.0.9-alpha | Chocobozzz | 2018-01-15 | 1 | -1/+1 |
| | |||||
* | Add github release to release script | Chocobozzz | 2018-01-15 | 1 | -6/+28 |
| | |||||
* | Bumped to version 0.0.7-alphav0.0.8-alpha | Chocobozzz | 2018-01-15 | 1 | -2/+4 |
| | |||||
* | Bumped to version 0.0.2-alpha | Chocobozzz | 2018-01-15 | 1 | -1/+1 |
| | |||||
* | Prepare production workflow | Chocobozzz | 2018-01-15 | 1 | -2/+28 |
| | |||||
* | Prepare release script | Chocobozzz | 2017-10-31 | 1 | -0/+7 |