-
Notifications
You must be signed in to change notification settings - Fork 2.8k
support column presets in update mutation and restrict altering type of preset columns (close #1449, fix #1464) #1473
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
|
Review app for commit 53505ce deployed to Heroku: https://hge-ci-pull-1473.herokuapp.com |
|
Review app for commit 84c00ab deployed to Heroku: https://hge-ci-pull-1473.herokuapp.com |
Resolve Conflicts: server/src-lib/Hasura/GraphQL/Resolve/Mutation.hs
|
Review app for commit adc5363 deployed to Heroku: https://hge-ci-pull-1473.herokuapp.com |
…-engine into issue-1449-upd-presets
Resolve Conflicts: console/src/components/Services/Data/TablePermissions/Permissions.js server/src-lib/Hasura/RQL/DDL/Permission/Internal.hs
|
Review app for commit d2f9e04 deployed to Heroku: https://hge-ci-pull-1473.herokuapp.com |
|
Review app for commit 60bddfe deployed to Heroku: https://hge-ci-pull-1473.herokuapp.com |
console/src/components/Services/Data/TablePermissions/Permissions.js
Outdated
Show resolved
Hide resolved
console/src/components/Services/Data/TablePermissions/Permissions.js
Outdated
Show resolved
Hide resolved
console/src/components/Services/Data/TablePermissions/Permissions.js
Outdated
Show resolved
Hide resolved
|
Review app for commit 5a2905a deployed to Heroku: https://hge-ci-pull-1473.herokuapp.com |
|
Review app for commit ee53e28 deployed to Heroku: https://hge-ci-pull-1473.herokuapp.com |
karthikvt26
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.
Console functionality looks good.
|
Review app for commit 0f2dae0 deployed to Heroku: https://hge-ci-pull-1473.herokuapp.com |
0f2dae0 to
d2c5d20
Compare
|
Review app for commit d2c5d20 deployed to Heroku: https://hge-ci-pull-1473.herokuapp.com |
rikinsk-zz
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.
Creating/modifying presets looks fine
karthikvt26
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
ba07592
|
Review app for commit ba07592 deployed to Heroku: https://hge-ci-pull-1473.herokuapp.com |
|
Review app for commit 6b86521 deployed to Heroku: https://hge-ci-pull-1473.herokuapp.com |
praveenweb
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.
Functionality works. LGTM.
|
Review app https://hge-ci-pull-1473.herokuapp.com is deleted |
Updates the `architecture.md` file in `graphql-ws` crate. V3_GIT_ORIGIN_REV_ID: d32724c80fe70a049d5d460b80bca44e130f7720
Description
What component does this PR affect?
Requires changes from other components? If yes, please mark the components:
Related Issue
close #1449
fix #1464
Solution and Design
run_sql(fixes issue Meta-data in column presets not updating after modification of a column type #1464)argsfield ofcreate_update_permissionquery type has optionalsetfield.It takes
jsonobject and defaults toempty json object ({})Metadata API:-
Type
Checklist: