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

Appearance settings

Commit 5fe0e71

Browse filesBrowse files
nickbroonnejch
authored andcommitted
feat(api): add missing ProjectJob list filters
See: https://docs.gitlab.com/api/jobs/#list-project-jobs
1 parent b1696be commit 5fe0e71
Copy full SHA for 5fe0e71

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎gitlab/v4/objects/jobs.py‎

Copy file name to clipboardExpand all lines: gitlab/v4/objects/jobs.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,5 +346,5 @@ class ProjectJobManager(RetrieveMixin[ProjectJob]):
346346
_path = "/projects/{project_id}/jobs"
347347
_obj_cls = ProjectJob
348348
_from_parent_attrs = {"project_id": "id"}
349-
_list_filters = ("scope",)
349+
_list_filters = ("scope", "order_by", "sort")
350350
_types = {"scope": ArrayAttribute}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.