-
Notifications
You must be signed in to change notification settings - Fork 18
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
refactor: Migrate getAllGroups route to tapir (DEV-1588) #2984
refactor: Migrate getAllGroups route to tapir (DEV-1588) #2984
Conversation
✅ Linked to Story DEV-1588 · DSP-API: Expose admin/groups routes with ZIO HTTP |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2984 +/- ##
==========================================
- Coverage 11.74% 11.68% -0.06%
==========================================
Files 246 256 +10
Lines 22907 23022 +115
==========================================
+ Hits 2690 2691 +1
- Misses 20217 20331 +114 ☔ View full report in Codecov by Sentry. |
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
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.
Please add your new tapir endpoints to the org.knora.webapi.slice.admin.api.AdminApiEndpoints
.
Pull Request Checklist
Task Description/Number
Issue Number: DEV-1588
PR Type
Basic requirements for bug fixes and features
Does this PR introduce a breaking change?
Does this PR change client-test-data?