-
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
host -> platform #4164
host -> platform #4164
Conversation
cylc/flow/network/schema.py
Outdated
host = String( | ||
deprecation_reason='Use the platform field' | ||
) |
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.
Turns out we can deprecate GraphQL fields, I think I'll just remove this one (since it will always return None
and we are the only users ATM), however, worth knowing.
The field gets highlighted in GraphiQL along with the deprecation reason.
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.
Removed (not needed).
1476d9d
to
a533018
Compare
a533018
to
bc41d91
Compare
(incase this gets tangled up with DNS issues I ran all tests locally) |
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.
Conflict in CHANGES.md
@oliver-sanders . Rest looks good!
(Tests fails look like the DNS issue) |
The Protobuf and GraphQL APIs both provide
host
and not platform for jobs.Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.