You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks for the awesome library we have been using for quite a long.
However, we don't see all entries if listing all entries of the domain. We reached over 100 entries within our domain managed by hetzner, or hetzner perhaps changed their interface.
First, thanks for the awesome library we have been using for quite a long.
However, we don't see all entries if listing all entries of the domain. We reached over 100 entries within our domain managed by hetzner, or hetzner perhaps changed their interface.
Within the hetzner implementation, a filter exists to list max 100 entries, which paginates all entries. (https://github.com/AnalogJ/lexicon/blob/master/lexicon/providers/hetzner.py#L76)
I would expect to list all entries, not only the first 100.
Removing the filter "per_page" will list all entries (as also documented by the hetzner docu). So I will upload a fix for that as well.
Cheers
mander
The text was updated successfully, but these errors were encountered: