You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* We already report invalid cycle points and namespaces.
* However, we have been relying on client-side validation for settings
(which doesn't apply to the GraphQL mutation).
* This also raises the potential for inter-version compatibility issues
going unreported.
* This commit explicitly handles invalid settings in the same way as
invalid cycle points and namespaces so that they are reported back to
the user.
* Closes the issue part of #6429.
* Additionally:
* This change also strips duplicate entries from broadcast reports.
* And fixes the CLI options in broadcast report to match `cylc
broadcast`.
0 commit comments