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

Commit149d244

Browse files
committed
fix(cli): add missing filters for project commit list
1 parent19ab07d commit149d244

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

‎gitlab/v4/objects/commits.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,16 @@ class ProjectCommitManager(RetrieveMixin, CreateMixin, RESTManager):
153153
required=("branch","commit_message","actions"),
154154
optional=("author_email","author_name"),
155155
)
156+
_list_filters= (
157+
"ref_name",
158+
"since",
159+
"until",
160+
"path",
161+
"with_stats",
162+
"first_parent",
163+
"order",
164+
"trailers",
165+
)
156166

157167
defget(
158168
self,id:Union[str,int],lazy:bool=False,**kwargs:Any

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp