Skip to content
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

Merged
merged 5 commits into from
Oct 5, 2017

Conversation

matthewrmshin
Copy link
Contributor

Migrate group setting to under [meta] as well.

On suite identify API call, return full set of suite [meta] settings on description privilege level.

@matthewrmshin matthewrmshin added this to the next release milestone Sep 20, 2017
@matthewrmshin matthewrmshin self-assigned this Sep 20, 2017
bin/cylc-scan Outdated
try:
title = suite_identity[KEY_META].get(KEY_TITLE)
except KeyError:
title = suite_identity.get(KEY_TITLE)
Copy link
Member

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.


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.
Copy link
Contributor

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)

Copy link
Member

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.

@hjoliver
Copy link
Member

(note new comment from me on the "outdated" change above)

@matthewrmshin
Copy link
Contributor Author

@hjoliver New comment note implemented.

Copy link
Member

@hjoliver hjoliver left a 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.

@hjoliver hjoliver merged commit fecdb6c into cylc:master Oct 5, 2017
@matthewrmshin matthewrmshin deleted the group-to-suite-meta branch October 5, 2017 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants