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

Commit81c9d1f

Browse files
author
Gauvain Pocentek
committed
Add groups listing attributes
1 parent79d2ca4 commit81c9d1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎gitlab/v4/objects.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,8 @@ def transfer_project(self, to_project_id, **kwargs):
598598
classGroupManager(CRUDMixin,RESTManager):
599599
_path='/groups'
600600
_obj_cls=Group
601+
_list_filters= ('skip_groups','all_available','search','order_by',
602+
'sort','statistics','owned')
601603
_create_attrs= (
602604
('name','path'),
603605
('description','visibility','parent_id','lfs_enabled',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp