hedgedoc/src/notes
David Mehren a04d5b29f9
Add missing TagRepository provider in unit tests
Signed-off-by: David Mehren <git@herrmehren.de>
Co-authored-by: Yannick Bungers <git@innay.de>
2020-10-03 17:24:42 +02:00
..
author-color.entity.ts Add AuthorColor entity 2020-08-13 20:22:30 +02:00
note-authorship.dto.ts Add DTOs for notes and note authorship 2020-07-26 20:57:51 +02:00
note-metadata.dto.ts NotesService: Implement updateNoteMetadata 2020-10-03 15:52:49 +02:00
note-permissions.dto.ts Update NotePermissionsUpdate DTOs to be aware of groups 2020-10-03 12:42:14 +02:00
note.dto.ts NoteDto: Rename attribute metdata to metadata 2020-09-19 14:54:08 +02:00
note.entity.ts NoteEntity: Enable eager loading and cascades for tags 2020-10-03 15:37:57 +02:00
note.utils.ts NoteUtils: Add methods to parse note metadata 2020-09-19 17:32:08 +02:00
notes.module.ts Add note metadata properties and Tag entity. 2020-10-03 11:17:07 +02:00
notes.service.spec.ts Add missing TagRepository provider in unit tests 2020-10-03 17:24:42 +02:00
notes.service.ts NotesService: Implement updateNoteMetadata 2020-10-03 15:52:49 +02:00
tag.entity.ts Add note metadata properties and Tag entity. 2020-10-03 11:17:07 +02:00