-
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
feat: Add support to load knora-ontologies in the docker-compose stack #3002
Conversation
Migrate `POST /admin/store/ResetTriplestoreContent` to Tapir
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3002 +/- ##
==========================================
- Coverage 11.74% 11.64% -0.10%
==========================================
Files 246 259 +13
Lines 22907 23083 +176
==========================================
- Hits 2690 2688 -2
- Misses 20217 20395 +178 ☔ 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 apart of issue with classes names, please see below:
webapi/src/main/scala/org/knora/webapi/slice/admin/api/service/StoresRestService.scala
Outdated
Show resolved
Hide resolved
webapi/src/main/scala/org/knora/webapi/slice/admin/api/StoreEndpoints.scala
Outdated
Show resolved
Hide resolved
webapi/src/main/scala/org/knora/webapi/slice/admin/api/StoreEndpoints.scala
Show resolved
Hide resolved
…dpoints.scala Co-authored-by: Marcin Procyk <marcin.procyk@dasch.swiss>
Pull Request Checklist
Task Description/Number
@derschnee68 would like to use the reset endpoint in his app e2e test while having the stack running from the
docker-sompose.yml
. Hence the container needs access to thetest_data
andknora-ontologies
folders.The rest is just refactoring: Migrate
POST /admin/store/ResetTriplestoreContent
to Tapir so it shows up in swagger-ui.PR Type
Basic requirements for bug fixes and features
Does this PR introduce a breaking change?
Does this PR change client-test-data?