Results 18 issues of Johannes Dewender

We can't handle ipv6 addresses, so we ignore them if given as parameter. We use the IP of the remote given with the connection. That is either ipv4, when listening...

The upstream "documentation" is this: https://github.com/metabrainz/mmd-schema/blob/master/schema/musicbrainz_mmd-2.0.rng We do have to translate to our representation of course. The documentation should happen in the docstring for these functions so it appears on:...

documentation

I consider the general documentation (#16) to be finished with #95. However, there is one more thing people are requesting: to know what the result dictionary includes exactly. This is...

documentation

The type of a collection was implemented in #170 and we can work with collections of releases. After the implementation for events is complete (#168) we should also implement handling...

new feature

Currently when issuing `get_releases_by_discid` I get a `ResponseError` for any of the status codes 400, 404 and 411. However, I do think a 404 is quite distinct from other `ResponseError`s....

improvement
API change

As mentioned in #92 `get_relases_by_discid()` and others are either named wrong or work the wrong way. They don't return a list of releases, but a disc object or similar. When...

improvement
API change

In the XML response for example in http://musicbrainz.org/ws/2/release?label=71247f6b-fd24-4a56-89a2-23512f006f0c&limit=1 there is a count that tells us how many of these entities there are altogether. If all are entities given without paging...

improvement
API change

This is somewhat related to #1083 (again, automation is intended and: Version 07.20.3229-pthreads for Linux as of Oct 20 2021; = 7.2.5.1+dfsg1-0.2 in Ubuntu 22.04; running Docker) According to the...

After #1083 changing the password for the "dav" user works in tests, but not in the actual/full automatic deployment: ``` *** Error 42000: [Virtuoso Driver][Virtuoso Server]SR286: The user dav does...

The MusicBrainz server requires clients to send not more than one request per second: http://musicbrainz.org/doc/Development/XML_Web_Service/Version_2#Limiting_Connections_to_the_MusicBrainz_Web_Service This can be done easily by the user with `sleep()`, but it would be even...