area:webservergood first issuekind:feature
仓库指标
- Star
- (44,809 star)
- PR 合并指标
- (平均合并 7天 18小时) (30 天内合并 834 个 PR)
描述
Description
Currently in list of Task Instances there is no possibility to quickly filter only tasks with None state. This issue proposes to introduce such possibility. I see two approaches that could be introduced to handle this:
- add
Is emptyandIs not emptyfiltering options in filter controls
- when querying underlying database to get list of tasks, do
COALESCE(state, 'None')(pseudocode) so if user entersNoneinto (for example)Starts withclause, it's filtered properly.
Use case/motivation
None is a valid status for task and it should be possible to filter by it.
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct