-
Notifications
You must be signed in to change notification settings - Fork 600
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
feat(frontend): support acl column in pg_namespace #4326
Conversation
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.
license-eye has totally checked 979 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
977 | 1 | 1 | 0 |
Click to see the invalid file list
- src/frontend/src/catalog/pg_catalog/mod.rs
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.
license-eye has totally checked 979 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
977 | 1 | 1 | 0 |
Click to see the invalid file list
- src/frontend/src/catalog/pg_catalog/mod.rs
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.
license-eye has totally checked 979 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
977 | 1 | 1 | 0 |
Click to see the invalid file list
- src/frontend/src/catalog/pg_catalog/mod.rs
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.
license-eye has totally checked 979 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
977 | 1 | 1 | 0 |
Click to see the invalid file list
- src/frontend/src/catalog/pg_catalog/mod.rs
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.
license-eye has totally checked 979 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
977 | 1 | 1 | 0 |
Click to see the invalid file list
- src/frontend/src/catalog/pg_catalog/mod.rs
Codecov Report
@@ Coverage Diff @@
## main #4326 +/- ##
==========================================
- Coverage 74.37% 74.32% -0.06%
==========================================
Files 845 846 +1
Lines 122898 122993 +95
==========================================
+ Hits 91409 91410 +1
- Misses 31489 31583 +94
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
add superuser acl check
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.
Good job, generally LGTM except the acl fmt, should compatible with postgreSQL.
* inital * add get_acl_items() * add acl column * fix long line * fmt * fix ut * fix license & e2e test * remove check code * add user_privilege.rs add superuser acl check * fix format
I hereby agree to the terms of the Singularity Data, Inc. Contributor License Agreement.
What's changed and what's your intention?
Add acl column in pg_namespace
Checklist
./risedev check
(or alias,./risedev c
)