summary refs log tree commit diff
path: root/src/util/entities/BaseClass.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix error logging, dont use simple-arrayRory&2026-04-181-2/+0
|
* int8 primary keysRory&2026-04-141-1/+1
|
* Remove PrimaryIdColumn (only for what used to be mongodb support)Rory&2026-03-201-4/+2
|
* Shorten importsRory&2026-03-141-4/+3
|
* Remove unused imports for entitiesRory&2026-03-141-1/+1
|
* Renamed to JsonNumber and removed from incorrectly typed date fieldwhinis2026-02-181-2/+2
|
* Add decorator to change Bigint back to string using Numberwhinis2026-02-181-0/+14
|
* Add Decorators to clean classes before json serialization and remove invalid ↵whinis2026-02-171-0/+28
| | | | states.
* Add stub POSt report endpointRory&2026-01-171-1/+3
|
* Use inserts instead of save for new entitiesRory&2025-12-191-1/+6
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-44/+44
|
* Prettier u6Rory&2025-12-171-21/+4
|
* turn off eslint rules causing issuesdank0742024-11-131-1/+1
|
* Revert "Merge pull request #1008 from spacebarchat/dev/samuel"Madeline2023-03-311-20/+24
| | | | | This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88.
* Merge pull request #1008 from spacebarchat/dev/samuelSamuel (Flam3rboy)2023-03-301-24/+20
|\
| * feat: Database Query CacheSamuel2023-03-181-24/+20
| |
* | SPACEBARMadeline2023-03-311-1/+1
| |
* | SPACEBARMadeline2023-03-311-1/+1
|/
* 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