Corubba

Results 21 comments of Corubba

It would be *nice* to have feature-parity between the WebUI and the API, mostly to be consistent. In this particular case however I don't think it is necessarily required: A...

Just as a sidenote or maybe a workaround: A common solution to the shared reverse zone problem is to use `CNAME`s to move the `PTR` records into the forward zone,...

> I still think that the functionality requested would be beneficial [...] Totally agree. > it may at least "fix" the thing for the time being That was my intention/goal....

I have a feeling that this is related to #1199, that string-based search-and-replace within the json in the database must have broken something. That PR is listed in the changelog...

> I got a similar exception with my history table from past Powerdnsadmin versions; it seems that this module assumes entries in the history table contain valid JSON in the...

> I can't seem to find the issue in the table and I don't know how to dump the contents of the affected variable to better understand what is going...

> Maybe including @corubba 's snippet is a good idea. I am torn whether to include it. Sure, it helps to alleviate and fix the problem, but it also maybe...

This PR is only fixing exiting tests, to hopefully spare others the time spent searching why they are failing only to realise that it's not their local dev-env's fault but...

Now all tests pass again.

Rebased onto master, and added a new commit to cleanup a few things. # Cleanup The `unit/apikey` directory is removed because it does not contain any tests. Same for `unit/test_decorators.py`....