David Mehren
David Mehren
I have a class called `AdminProduct` with the following content: ``` class AdminProduct(AbstractProduct): tags = ListType(StringType, required=True) # type: List total_amount_in_stock = IntType(required=True) # type: int amounts = ListType(StorageAmount, required=True)...
### Description This PR adds more end-to-end tests ### Steps - [x] Added / updated tests - [x] I read the [contribution documentation](https://github.com/hedgedoc/hedgedoc/blob/develop/CONTRIBUTING.md) and made sure that: - My commits...
**Which part of the project should be enhanced?** Documentation **Is your enhancement request related to a problem? Please describe.** It is confusing that the YAML metadata is explained in a...
### Is your feature request related to a problem? Please describe. When the URLs returned by the media backend are directly stored in notes, changing the media backend after the...
In 1.5, PDF export was disabled for security reasons. We still like to have that feature back, so this is the issue to discuss different ideas for a safe reimplementation....
### Which part of the project should be enhanced? CI pipeline ### Is your enhancement request related to a problem? Please describe. We currently run our tests with SQLite. This...
### Is your feature request related to a problem? Please describe. HedgeDoc 2 should also provide metrics, as HD1 currently does with its `/status` and `/metrics` routes. ### Describe the...
### Which part of the project should be enhanced? Dependencies ### Is your enhancement request related to a problem? Please describe. We currently cannot update some dependencies to their latest...
Each revision has a `patch` attribute, which, according to the documentation, contains "The patch from the previous revision to this one.". We have not yet defined how this patch will...
**Which part of the project should be enhanced?** End-to-end tests **Is your enhancement request related to a problem? Please describe.** Not all E2E tests currently check if the application has...