Christian Weber

Results 3 comments of Christian Weber

Using `tags = commit.refs("tag", get_all=True)` works fine. The documentation is misleading as well due to the fact, that only the first 20 matches are returned.

Nope, only the reference to utils.py line 199 is included: ```/opt/homebrew/lib/python3.10/site-packages/gitlab/utils.py:199: UserWarning: Calling a `list()` method without specifying `get_all=True` or `iterator=True` will return a maximum of 20 items. Your query...

There might be an other issue in the error handling in `_create_container_args` ``` # All kwargs should have been consumed by this point, so raise # error if any are...