-
Notifications
You must be signed in to change notification settings - Fork 90
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
GraphQL-based quilt3.admin API #3990
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3990 +/- ##
==========================================
+ Coverage 36.68% 37.46% +0.77%
==========================================
Files 724 746 +22
Lines 32254 32717 +463
Branches 4773 4604 -169
==========================================
+ Hits 11833 12256 +423
- Misses 19259 19798 +539
+ Partials 1162 663 -499
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This looks great! I assume in the final version it will be something like "quilt3.admin"; 'adminql' is too much information My main concern is that I find the name and type of "role" confusing; when do I use a role_id vs a role_name? Is it possible to:
|
* move admin to ql * remove get_role() * add delete_user() * some docstrings
5c4dcae
to
6f51e65
Compare
CI currently fail because of jd/tenacity#471 |
@nl0 or maybe use prefixes for consistency? i.e. get_user -> user_get |
yeah i think so
that feels like a good intent, but the resulting names don't look too nice, so... your call. |
I made this change |
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.
looks good
Description
TODO
ImportError: cannot import name 'Annotated' from 'typing'
(drop Python 3.8?)build.py
for new docstrings