Skip to content

Commit

Permalink
refactor: support new list filters
Browse files Browse the repository at this point in the history
This is most likely only useful for the CLI
  • Loading branch information
max-wittig committed Jan 26, 2020
1 parent 7fd3226 commit bded2de
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion gitlab/v4/objects.py
Expand Up @@ -268,6 +268,13 @@ class UserProjectManager(ListMixin, CreateMixin, RESTManager):
"statistics",
"with_issues_enabled",
"with_merge_requests_enabled",
"with_custom_attributes",
"with_programming_language",
"wiki_checksum_failed",
"repository_checksum_failed",
"min_access_level",
"id_after",
"id_before",
)

def list(self, **kwargs):
Expand Down Expand Up @@ -1192,12 +1199,16 @@ class GroupProjectManager(ListMixin, RESTManager):
"order_by",
"sort",
"search",
"ci_enabled_first",
"simple",
"owned",
"starred",
"with_custom_attributes",
"include_subgroups",
"with_issues_enabled",
"with_merge_requests_enabled",
"with_shared",
"min_access_level",
"with_security_reports",
)


Expand Down

0 comments on commit bded2de

Please sign in to comment.