这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@kolharsam
Copy link
Contributor

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 NonNegativeInt type that is introduced in this PR.

Changelog

  • CHANGELOG.md is updated with user-facing content relevant to this PR. If no changelog is required, then add the no-changelog-required label.

Affected components

  • Server

Server checklist

Catalog upgrade

Does this PR change Hasura Catalog version?

  • No

Metadata

Does this PR add a new Metadata feature?

  • No

GraphQL

  • No new GraphQL schema is generated

Breaking changes

  • No Breaking changes

@kolharsam kolharsam added the c/server Related to server label Sep 9, 2020
@netlify
Copy link

netlify bot commented Sep 9, 2020

Deploy preview for hasura-docs ready!

Built with commit 43cb034

https://deploy-preview-5759--hasura-docs.netlify.app

@kolharsam kolharsam requested a review from a team as a code owner September 9, 2020 11:50
@kolharsam kolharsam removed their assignment Sep 9, 2020
Copy link
Contributor

@codingkarthik codingkarthik left a 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)
Copy link
Contributor

@tirumaraiselvan tirumaraiselvan Sep 17, 2020

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.

Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c/server Related to server

Projects

None yet

Development

Successfully merging this pull request may close these issues.

server accepts negative values for refetch delay and batch size

4 participants