summary refs log tree commit diff
path: root/src/util/entities/BaseClass.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add ESLint (#941)Madeline2023-01-201-2/+7
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* Add migrations (#923)Madeline2023-01-051-4/+2
| | | | * Fix typeorm migration cli and server migrations. * Add `migrate-from-staging` script
* Move to migrations. Use `npm run generate:db` for first database generation.Madeline2022-12-181-1/+0
|
* user validation stuffMadeline2022-12-171-1/+1
|
* Generate IDs for entities by defaultMadeline2022-09-281-1/+2
|
* PrettierMadeline2022-09-261-6/+30
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+52