-
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
group setting now in suite meta #2433
Conversation
f299fb0
to
8616052
Compare
bin/cylc-scan
Outdated
try: | ||
title = suite_identity[KEY_META].get(KEY_TITLE) | ||
except KeyError: | ||
title = suite_identity.get(KEY_TITLE) |
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.
Could you put comments on these lines explaining that they are there for compatibility reasons.
doc/src/cylc-user-guide/suiterc.tex
Outdated
|
||
A single line group name for a suite. It is displayed in the gscan | ||
window and can be used as a way of grouping related suites together. | ||
\lstinline=cylc show= command. |
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.
Should this say "...with the cylc show
command? (It was in current docs on master too)
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 think this was a typo as cylc show
doesn't know about groups - they're only used by gscan, right? ... in which case maybe this should read: A group name for a suite. In the gscan GUI, suites with the same group name can be collapsed into a single state summary when the "group" column is displayed.
(note new comment from me on the "outdated" change above) |
@hjoliver New comment note implemented. |
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 think there was some reason why I didn't suggest putting group
under [meta]
in the first place ... but I can't recall what it was ... so, approved.
Migrate
group
setting to under[meta]
as well.On suite
identify
API call, return full set of suite[meta]
settings ondescription
privilege level.