File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -5341,19 +5341,29 @@ class ProjectManager(CRUDMixin, RESTManager):
5341
5341
)
5342
5342
_types = {"avatar" : types .ImageAttribute }
5343
5343
_list_filters = (
5344
- "search" ,
5345
- "owned" ,
5346
- "starred" ,
5347
5344
"archived" ,
5348
- "visibility" ,
5345
+ "id_after" ,
5346
+ "id_before" ,
5347
+ "last_activity_after" ,
5348
+ "last_activity_before" ,
5349
+ "membership" ,
5350
+ "min_access_level" ,
5349
5351
"order_by" ,
5350
- "sort" ,
5352
+ "owned" ,
5353
+ "repository_checksum_failed" ,
5354
+ "repository_storage" ,
5355
+ "search_namespaces" ,
5356
+ "search" ,
5351
5357
"simple" ,
5352
- "membership" ,
5358
+ "sort" ,
5359
+ "starred" ,
5353
5360
"statistics" ,
5361
+ "visibility" ,
5362
+ "wiki_checksum_failed" ,
5363
+ "with_custom_attributes" ,
5354
5364
"with_issues_enabled" ,
5355
5365
"with_merge_requests_enabled" ,
5356
- "with_custom_attributes " ,
5366
+ "with_programming_language " ,
5357
5367
)
5358
5368
5359
5369
def import_project (
You can’t perform that action at this time.
0 commit comments