Dragory
|
5f194bf1ef
|
chore: fix lint errors; tweak lint rules
|
2023-05-08 22:58:51 +03:00 |
|
Dragory
|
ac79eb09f5
|
Reformat all files with Prettier
|
2021-09-11 19:06:51 +03:00 |
|
Dragory
|
2f50232cf3
|
Fix TypeORM errors for nullable fields
For fields with '| null' in the TS type, the column type needs to be
specified explicitly in column options when using MySQL.
See:
https://github.com/typeorm/typeorm/issues/1358#issuecomment-391736766
|
2020-11-09 20:12:16 +02:00 |
|
Dragory
|
629002b8d9
|
Turn on strict TS compilation. Fix up and tweak types accordingly.
|
2020-11-09 20:03:57 +02:00 |
|
Dragory
|
19a82b767f
|
When updating cases, update existing case embed in case log channel if possible
|
2020-08-10 02:35:47 +03:00 |
|
Dragory
|
1064a1ca46
|
Add custom logger. Fix a bunch of errors. Optimize imports.
|
2020-07-22 22:56:21 +03:00 |
|
Dragory
|
1aceb55a87
|
Run prettier and check tslint on entire codebase
Mainly to run these checks for the recent pull requests.
|
2020-01-12 11:48:31 +02:00 |
|
Dragory
|
16111bbe84
|
Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests.
|
2019-11-02 22:11:26 +02:00 |
|