-
Notifications
You must be signed in to change notification settings - Fork 2.8k
fix bug which arised when renaming a column/table if it was used to create the remote relationship #5005
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
fix bug which arised when renaming a column/table if it was used to create the remote relationship #5005
Conversation
|
Deploy preview for hasura-docs ready! Built with commit f56371b |
|
Review app for commit 4f12099 deployed to Heroku: https://hge-ci-pull-5005.herokuapp.com |
CHANGELOG.md
Outdated
| - server: fix importing of allow list query from metadata (fix #4687) | ||
| - server: flush log buffer during shutdown (#4800) | ||
| - server: fix edge case with printing logs on startup failure (fix #4772) | ||
| - server: fix bug which arised when renaming a column if it was used to create the remote relationship (fix #4995) |
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 think we can ignore the changelog as it is a bug fix on master (i.e. unreleased version)
|
Review app for commit 08f70b1 deployed to Heroku: https://hge-ci-pull-5005.herokuapp.com |
|
Review app for commit c060aa0 deployed to Heroku: https://hge-ci-pull-5005.herokuapp.com |
|
Review app for commit cfa51ec deployed to Heroku: https://hge-ci-pull-5005.herokuapp.com |
|
Review app for commit 07baad4 deployed to Heroku: https://hge-ci-pull-5005.herokuapp.com |
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.
CL not required.
|
Review app for commit f56371b deployed to Heroku: https://hge-ci-pull-5005.herokuapp.com |
rakeshkky
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.
Server LGTM
|
Review app for commit feca5f5 deployed to Heroku: https://hge-ci-pull-5005.herokuapp.com |
|
Review app for commit ea790d3 deployed to Heroku: https://hge-ci-pull-5005.herokuapp.com |
|
Review app https://hge-ci-pull-5005.herokuapp.com is deleted |
…reate the remote relationship (hasura#5005)
fix #4995
Description
There was a bug which occurred when renaming a column which was being used in a remote relationship. This PR fixes that.
Changelog
CHANGELOG.mdis updated with user-facing content relevant to this PR. If no changelog is required, then add theno-changelog-requiredlabel.Affected components
Related Issues
Solution and Design
Steps to test and verify
Limitations, known bugs & workarounds
Server checklist
Catalog upgrade
Does this PR change Hasura Catalog version?
Metadata
Does this PR add a new Metadata feature?
run_sqlauto manages the new metadata through schema diffing?run_sqlauto manages the definitions of metadata on renaming?export_metadata/replace_metadatasupports the new metadata added?GraphQL
Breaking changes
No Breaking changes
There are breaking changes:
Metadata API
Existing
querytypes:argspayload which is not backward compatibleJSONschemaGraphQL API
Schema Generation:
NamedTypeSchema Resolve:-
nullvalue for any input fieldsLogging
JSONschema has changedtypenames have changed