hedgedoc/src
Philip Molares 55356f36a9 [Project] Add seed script
This script invokes src/seed.ts to create a sqlite DB. The DB already contains some objects to manual test with. This ensures that devs easily can spin up a test instance of HedgeDoc and don't need to fumble around with the DB file.

See https://github.com/typeorm/typeorm#creating-a-connection-to-the-database

Signed-off-by: Philip Molares <philip.molares@udo.edu>
2021-04-29 14:31:07 +02:00
..
api PublicApi: Add option to keep media to DELETE /notes/{note} 2021-04-22 23:13:13 +02:00
auth Entities: Add onDelete CASCADE to entities 2021-04-19 23:04:09 +02:00
authors Change year in copyright to 2021 2021-01-06 22:10:19 +01:00
config AppConfigMock: Use correct loglevel 2021-04-22 22:23:59 +02:00
errors Errors: Add ForbiddenIdError 2021-02-27 23:04:52 +01:00
frontend-config Remove banner from frontend config 2021-04-25 21:27:42 +02:00
groups Entities: Add onDelete CASCADE to entities 2021-04-19 23:04:09 +02:00
history Services: Use replaceNullWithEmptyString 2021-04-24 21:22:31 +02:00
logger Logging: Handle calls with 'undefined' context 2021-04-18 18:50:57 +02:00
media MediaService: Add removeNoteFromMediaUpload method 2021-04-22 23:13:13 +02:00
monitoring Utils: Extract getServerVersionFromPackageJson into own file 2021-03-21 19:58:37 +01:00
notes Merge pull request #1179 from hedgedoc/util/replaceNull 2021-04-25 21:03:45 +02:00
permissions Merge pull request #1039 from hedgedoc/fix/permissionsCreationAndFinding 2021-04-18 22:45:24 +02:00
revisions RevisionsService: Add missing awaits 2021-04-22 18:26:19 +02:00
users Entities: Add onDelete CASCADE to entities 2021-04-19 23:04:09 +02:00
utils Utils: Fix getServerVersionFromPackageJson 2021-04-15 18:39:41 +02:00
app.module.ts FrontendConfig: Add new service 2021-03-21 20:08:13 +01:00
main.ts Add serving of static assets under the relative URL '/public' 2021-04-25 21:27:36 +02:00
seed.ts [Project] Add seed script 2021-04-29 14:31:07 +02:00