Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ProjectMergeRequest.pipelines() returns a 'list' instead of documented 'RESTObjectList' #1312

Copy link
Copy link
@beanaroo

Description

@beanaroo
Issue body actions

Description of the problem, including code/CLI snippet

I'm not sure if this is a documentation or API bug.

type(merge_request.pipelines(order_by='created_at'))
<class 'list'>

Documentation suggests it is RESTObjectList

Getting an element in the returned list by index (pipelines()[0]) works but produces the following warning.

Class 'RESTObjectList' does not define '__getitem__', so the '[]' operator cannot be used on its instances

Specifications

  • python-gitlab version: 2.6.0
  • API version you are using (v3/v4): v4
  • Gitlab server version (or gitlab.com): gitlab.com

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.