X Tutup
Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

Pagination removed in API #142

@Kurocon

Description

@Kurocon

The getall function creates an infinite loop from GitLab 7.10 onwards because the pagination functionality was removed. This is because the API always returns some values, so that the 'results' variable will never be empty.

A fix for users of the getall function is to just call the requested function directly, so instead of calling getall(getgroupmembers, group_id=1) you call getgroupmembers(group_id=1).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup