aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/generate-code-contributors.ts
Commit message (Collapse)AuthorAgeFilesLines
* Migrate server to ESMChocobozzz2023-08-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Update code contributorsChocobozzz2023-07-261-9/+12
|
* Stop using tsconfig registerChocobozzz2022-01-061-3/+0
| | | | Prefer to replace paths at compile time
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* Update creditsChocobozzz2021-11-121-1/+4
|
* Update contributor listChocobozzz2021-08-261-1/+1
|
* Introduce CLI commandChocobozzz2021-07-201-2/+2
|
* Replace local menu iconChocobozzz2021-05-281-0/+1
|
* Update creditsChocobozzz2021-02-241-0/+1
|
* Fix credit script linkChocobozzz2021-02-241-1/+1
|
* Only link to crowdfunding pages in creditsChocobozzz2020-12-141-1698/+0
|
* Update contributorsChocobozzz2020-12-021-93/+1712
|
* fix lint for credits generationRigel Kent2020-11-221-13/+12
|
* move crowdfunding information to CREDITS.mdRigel Kent2020-11-211-124/+225
| | | | | moving that information to properly group contributions and crediting in preparation of the v3 crowdfunding end
* Fix icon namesChocobozzz2020-08-071-1/+1
|
* Fix lintChocobozzz2020-07-311-122/+118
|
* Update my-account sub-menus icons (#2977)Kim2020-07-231-0/+1
| | | | | | | | | * Update user sub-menus icons * Update admin sub-menu icons * Add solendp to credits Co-authored-by: kimsible <kimsible@users.noreply.github.com>
* update scripts/generate-code-contributors.tsRigel Kent2020-07-011-4/+5
|
* Update creditsChocobozzz2020-02-281-1/+2
|
* Update code contributorsChocobozzz2020-02-111-1/+1
|
* Use lower instead of ilike to login usersChocobozzz2020-01-091-1/+1
|
* Rebuild creditsChocobozzz2020-01-091-59/+140
| | | | Had to update the script now we use weblate
* Fix typingsChocobozzz2019-11-051-1/+1
|
* Fix duplicated in CREDITSChocobozzz2019-11-051-1/+3
|
* Use typescript paths in cli scripts tooChocobozzz2019-10-211-0/+3
|
* Add contributors in about peertube pageChocobozzz2019-09-051-2/+2
|
* Update creditsChocobozzz2019-05-131-2/+6
|
* Use a single file instead of segments for HLSChocobozzz2019-02-111-1/+1
|
* Update creditsChocobozzz2019-01-101-2/+8
|
* replace fs by fs-extra to prevent EMFILE errorRigel Kent2018-08-271-1/+1
|
* Fix git creditsChocobozzz2018-06-221-0/+80