Ensure all changed document in the config change proposal document have been implemented pre 8.0.0 release.
Pull requests welcome!
Copied from https://cylc.github.io/cylc-admin/proposal-config-changes.html#agreed-global-config-changes
These don't need upgraders for Cylc 8.
Don't forget to add upgraders
Might be a good idea to add our names next to items in the checklist when we start working on them, to avoid two people doing the same one
:confounded: sorry @wxtim that was definitely accidental.
[cylc]health check interval->[scheduler]health check interval
This seems to be entirely missing from global config. Anyone know what happened to it? Ah, I see it was changed in #3492: [cylc]health check interval -> [cylc][main loop][health check]interval
Ah yeah #3492 made health check a configurable plugin, good to leave it as [scheduler][main loop][health check]interval.
So I think that's everything which isn't blocked!
Oops, I still need to do #3910
So I think that's everything which isn't blocked!
Wow that was a load of PRs, well done :bouquet:
I've unticked
[editors] - discussed at CylcCon. Agreed to keep these settings but discourage their use. Also, change them to use to $EDITOR & $GEDITOR if set (otherwise use current defaults).
because we haven't discouraged their use or set them to use $EDITOR or $GEDITOR by default.
Also
[visualization] -> obsolete
because we haven't done it yet, even if it's covered by another issue
because we haven't discouraged their use or set them to use $EDITOR or $GEDITOR by default.
Was done by https://github.com/cylc/cylc-flow/pull/3692
Ah ok, is the "if unspecified Cylc will use $(G)EDITOR" spiel enough to consider their use discouraged?
I think the "discourage use" was more aimed at the [editors] section i.e. stop calling out to text editors from code, not sure.
for
Most helpful comment
Might be a good idea to add our names next to items in the checklist when we start working on them, to avoid two people doing the same one