-
Notifications
You must be signed in to change notification settings - Fork 2.8k
server: accept only non-negative integers for batch size and refetch interval (close #5653) #5759
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
Conversation
|
Deploy preview for hasura-docs ready! Built with commit 43cb034 |
codingkarthik
left a comment
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.
LGTM
| - server: add action-like URL templating for event triggers and remote schemas (fixes #2483) | ||
| - server: change `created_at` column type from `timestamp` to `timestamptz` for scheduled triggers tables (fix #5722) | ||
| - server: allow configuring timeouts for actions (fixes #4966) | ||
| - server: accept only non-negative integers for batch size and refetch interval (close #5653) (#5759) |
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 don't think we needed a changelog as it was rather non-user facing or atleast obviously expected.
tirumaraiselvan
left a comment
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.
There is an optional changelog comment. but not important.
closes #5653
Description
This PR fixes the bug that allowed users to pass negative values for batch size and the refetch interval. This PR also adds a spec file for the
NonNegativeInttype that is introduced in this PR.Changelog
CHANGELOG.mdis updated with user-facing content relevant to this PR. If no changelog is required, then add theno-changelog-requiredlabel.Affected components
Server checklist
Catalog upgrade
Does this PR change Hasura Catalog version?
Metadata
Does this PR add a new Metadata feature?
GraphQL
Breaking changes