Skip to content

Commit 51718ea

Browse files
author
Gauvain Pocentek
committed
Add pipeline listing filters
1 parent 2332904 commit 51718ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gitlab/v4/objects.py

+2
Original file line numberDiff line numberDiff line change
@@ -2224,6 +2224,8 @@ class ProjectPipelineManager(RetrieveMixin, CreateMixin, RESTManager):
22242224
_path = '/projects/%(project_id)s/pipelines'
22252225
_obj_cls = ProjectPipeline
22262226
_from_parent_attrs = {'project_id': 'id'}
2227+
_list_filters = ('scope', 'status', 'ref', 'sha', 'yaml_errors', 'name',
2228+
'username', 'order_by', 'sort')
22272229
_create_attrs = (('ref', ), tuple())
22282230

22292231
def create(self, data, **kwargs):

0 commit comments

Comments
 (0)