-
Notifications
You must be signed in to change notification settings - Fork 94
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
scan: show uninstalled workflows #4286
Conversation
dc72f1b
to
9da7481
Compare
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.
👍
monkeypatch.setattr(pypath, _inner) | ||
|
||
yield _mock | ||
rmtree(tmp_path) |
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.
I know this was here before, but is the rmtree(tmp_path)
actually needed? Doesn't tmp_path
get removed anyway afterwards?
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.
I don't think it is needed.
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.
I have read the code, checked out the branch, manually tested the change and run the tests. Thanks @oliver-sanders.
06b7ba5
to
a322a6a
Compare
a322a6a
to
c9e0a2e
Compare
Merging with two approvals. |
Add the
cylc scan --uninstalled
option.First step towards displaying source workflows in the UI (as the UIS can use the
scan_multi
interface). Next we need to jam source workflows into the schema at the UIS and make them available to the UI.Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.setup.py
andconda-environment.yml
.