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

Commit378a836

Browse files
Novi SandlinJohnVillalovos
Novi Sandlin
authored andcommitted
feat(api): add support for project tag list filters
1 parentbfd31a8 commit378a836

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎gitlab/v4/objects/tags.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class ProjectTagManager(NoUpdateMixin[ProjectTag]):
1919
_path="/projects/{project_id}/repository/tags"
2020
_obj_cls=ProjectTag
2121
_from_parent_attrs= {"project_id":"id"}
22+
_list_filters= ("order_by","sort","search")
2223
_create_attrs=RequiredOptional(
2324
required=("tag_name","ref"),optional=("message",)
2425
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp