-
Notifications
You must be signed in to change notification settings - Fork 450
feat: add --state option to filter process list output #3125
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
feat: add --state option to filter process list output #3125
Conversation
e80fb72 to
9ad7250
Compare
| start_time_str, "%Y-%m-%d %H:%M:%S" | ||
| ).isoformat(), | ||
| "status": ILAB_PROCESS_STATUS.DONE, | ||
| } |
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.
(Note to myself, no change required) This code should be re-written to use ProcessRegistry class to manage the state.
9ad7250 to
7822ae3
Compare
2802065 to
01a4a47
Compare
46478ff to
3c29e28
Compare
Signed-off-by: reid_liu <[email protected]>
3c29e28 to
29c63d5
Compare
ae9d63f to
d4b5c49
Compare
d4b5c49 to
b0b02ad
Compare
b0b02ad to
d602a94
Compare
|
seems random failed for the functional test script.. |
d602a94 to
9355710
Compare
Signed-off-by: reid_liu <[email protected]>
booxter
left a comment
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.
Oh you actually went ahead and enum-ed! Thanks!!!
Since #3125 merged, so updated it. **Checklist:** - [ ] **Commit Message Formatting**: Commit titles and messages follow guidelines in the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#summary). - [ ] [Changelog](https://github.com/instructlab/instructlab/blob/main/CHANGELOG.md) updated with breaking and/or notable changes for the next minor release. - [ ] Documentation has been updated, if necessary. - [ ] Unit tests have been added, if necessary. - [ ] Functional tests have been added, if necessary. - [ ] E2E Workflow tests have been added, if necessary. Approved-by: booxter Approved-by: nathan-weinberg
Issue resolved by this Pull Request:
Resolves #3081
Checklist:
conventional commits.