hedgedoc/src
David Mehren 076c9c502d
Add error handling in seed.ts
Signed-off-by: David Mehren <git@herrmehren.de>
2021-05-02 18:35:38 +02:00
..
api NotesController: Double-check that req.user is defined 2021-04-29 18:12:20 +02:00
auth Ensure optional properties of AuthTokenDto are initialized 2021-04-29 21:14:09 +02:00
authors
config Safely parse numbers from environment vars 2021-04-29 15:34:59 +02:00
errors
frontend-config FrontendConfig DTOs: Make properties consistently optional 2021-04-29 16:13:54 +02:00
groups GroupsService: Remove test obsoleted by strict mode 2021-04-29 21:53:05 +02:00
history HistoryService: Throw NotInDBError on empty DB result 2021-04-29 16:16:30 +02:00
logger ConsoleLoggerService: Fix type of context properties 2021-04-29 16:10:46 +02:00
media Add explicit type annotations to nullable columns 2021-04-29 19:08:59 +02:00
monitoring
notes Fix nullable property types in Note DTOs 2021-05-02 18:33:07 +02:00
permissions
revisions RevisionsService: Throw NotInDBError on empty DB result 2021-04-29 15:03:44 +02:00
users UsersService: Remove test obsoleted by strict mode 2021-04-29 21:52:20 +02:00
utils
app.module.ts PrivateApi: Serve under /api/private 2021-04-02 17:33:42 +02:00
main.ts Handle config initialisation error on app bootstrap 2021-04-29 16:22:01 +02:00
seed.ts Add error handling in seed.ts 2021-05-02 18:35:38 +02:00