-
Notifications
You must be signed in to change notification settings - Fork 429
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: add new endpoint to list summary objects of permission groups #3064
Conversation
# Conflicts: # api/tests/unit/organisations/test_unit_organisations_views.py # api/users/views.py
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uffizzi Preview |
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.
We talked about it offline, but other than the one blocker the rest of this looks good.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3064 +/- ##
=======================================
Coverage 95.89% 95.90%
=======================================
Files 1039 1039
Lines 30688 30710 +22
=======================================
+ Hits 29429 29451 +22
Misses 1259 1259 ☔ View full report in Codecov by Sentry. |
Changes
Adds a new endpoint to list a summary object for all user groups in an organisation.
How did you test this code?
Added unit tests.