David Mehren

Results 43 issues of 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)...

documentation

### 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...

type: enhancement

**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...

type: enhancement
good first issue
type: documentation

### 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...

type: feature

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....

feature: export

### 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...

type: enhancement

### 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...

type: feature

### 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...

type: feature enhancement
status: blocked by upstream
type: maintenance

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...

type: discussion

**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...

type: feature enhancement