Skip to content

Commit

Permalink
feat: 流程列表支持过滤和展示执行代理人 #7533
Browse files Browse the repository at this point in the history
  • Loading branch information
lTimej authored and normal-wls committed Aug 14, 2024
1 parent 6c8533e commit 9c4b4d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcloud/core/apis/drf/viewsets/task_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class Meta:
"pipeline_template__edit_time": ["gte", "lte"],
"pipeline_template__create_time": ["gte", "lte"],
"project__id": ["exact"],
"executor_proxy": ["exact"],
}
property_fields = [("subprocess_has_update", BooleanPropertyFilter, ["exact"])]

Expand Down

0 comments on commit 9c4b4d8

Please # to comment.