-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support job filtering by owner #990
Conversation
Codecov Report
@@ Coverage Diff @@
## master #990 +/- ##
==========================================
+ Coverage 88.69% 92.57% +3.88%
==========================================
Files 37 37
Lines 4387 4392 +5
Branches 649 651 +2
==========================================
+ Hits 3891 4066 +175
+ Misses 387 219 -168
+ Partials 109 107 -2
Continue to review full report at Codecov.
|
@@ -410,10 +410,13 @@ def job() -> None: | |||
multiple=True, | |||
type=click.Choice(["pending", "running", "succeeded", "failed", "all"]), | |||
help=( | |||
"Filter out job by status (multiple option)." | |||
"Filter out jobs by status (multiple option)." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
grammar
I could not find a e2e test on CLI |
This pull request introduces 7 alerts when merging 689314d into f6bca6d - view on LGTM.com new alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool feature.
Please add changenote and merge on green
tests for |
This pull request introduces 7 alerts when merging 02fa63f into f6bca6d - view on LGTM.com new alerts:
|
Closes #987