Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitbded2de

Browse files
committed
refactor: support new list filters
This is most likely only useful for the CLI
1 parent7fd3226 commitbded2de

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

‎gitlab/v4/objects.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,13 @@ class UserProjectManager(ListMixin, CreateMixin, RESTManager):
268268
"statistics",
269269
"with_issues_enabled",
270270
"with_merge_requests_enabled",
271+
"with_custom_attributes",
272+
"with_programming_language",
273+
"wiki_checksum_failed",
274+
"repository_checksum_failed",
275+
"min_access_level",
276+
"id_after",
277+
"id_before",
271278
)
272279

273280
deflist(self,**kwargs):
@@ -1192,12 +1199,16 @@ class GroupProjectManager(ListMixin, RESTManager):
11921199
"order_by",
11931200
"sort",
11941201
"search",
1195-
"ci_enabled_first",
11961202
"simple",
11971203
"owned",
11981204
"starred",
11991205
"with_custom_attributes",
12001206
"include_subgroups",
1207+
"with_issues_enabled",
1208+
"with_merge_requests_enabled",
1209+
"with_shared",
1210+
"min_access_level",
1211+
"with_security_reports",
12011212
)
12021213

12031214

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp