Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gl.runner.all() causes tags to be repeated #2250

Open
@max-wittig

Description

@max-wittig

Description of the problem, including code/CLI snippet

DEBUG:urllib3.connectionpool:[https://example.gitlab.com:443](https://example.gitlab.com/) "GET /api/v4/runners/all?type=project_type&tag_list=DOCKER HTTP/1.1" 200 None
DEBUG:urllib3.connectionpool:[https://example.gitlab.com:443](https://example.gitlab.com/) "GET /api/v4/runners/all?page=2&per_page=20&tag_list%5B%5D=DOCKER&type=project_type&tag_list=DOCKER HTTP/1.1" 200 None
DEBUG:urllib3.connectionpool:[https://example.gitlab.com:443](https://example.gitlab.com/) "GET /api/v4/runners/all?page=3&per_page=20&tag_list%5B%5D=DOCKER&type=project_type&tag_list=DOCKER HTTP/1.1" 200 None
DEBUG:urllib3.connectionpool:[https://example.gitlab.com:443](https://example.gitlab.com/) "GET /api/v4/runners/all?page=4&per_page=20&tag_list%5B%5D=DOCKER&type=project_type&tag_list=DOCKER HTTP/1.1" 200 None

Expected Behavior

tag_list is only attached once

Actual Behavior

tag_list is attached multiple times

Specifications

  • python-gitlab version: latest
  • API version you are using (v3/v4): v4
  • Gitlab server version (or gitlab.com): 15.2.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