Skip to content

Commit

Permalink
Deployment: add list filters
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed May 28, 2018
1 parent c19ad90 commit ce7911a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitlab/v4/objects.py
Expand Up @@ -2525,6 +2525,7 @@ class ProjectDeploymentManager(RetrieveMixin, RESTManager):
_path = '/projects/%(project_id)s/deployments'
_obj_cls = ProjectDeployment
_from_parent_attrs = {'project_id': 'id'}
_list_filters = ('order_by', 'sort')


class ProjectProtectedBranch(ObjectDeleteMixin, RESTObject):
Expand Down

0 comments on commit ce7911a

Please sign in to comment.