From c73e23747d24ffef3c1a2a4e5f4ae24252762a71 Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Thu, 8 Oct 2020 02:11:35 +0200 Subject: [PATCH] fix(cli): add missing args for project lists --- gitlab/v4/objects/__init__.py | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/gitlab/v4/objects/__init__.py b/gitlab/v4/objects/__init__.py index 016caece9..317e67ae9 100644 --- a/gitlab/v4/objects/__init__.py +++ b/gitlab/v4/objects/__init__.py @@ -5341,19 +5341,29 @@ class ProjectManager(CRUDMixin, RESTManager): ) _types = {"avatar": types.ImageAttribute} _list_filters = ( - "search", - "owned", - "starred", "archived", - "visibility", + "id_after", + "id_before", + "last_activity_after", + "last_activity_before", + "membership", + "min_access_level", "order_by", - "sort", + "owned", + "repository_checksum_failed", + "repository_storage", + "search_namespaces", + "search", "simple", - "membership", + "sort", + "starred", "statistics", + "visibility", + "wiki_checksum_failed", + "with_custom_attributes", "with_issues_enabled", "with_merge_requests_enabled", - "with_custom_attributes", + "with_programming_language", ) def import_project(