dsp-api
dsp-api copied to clipboard
DaSCH Service Platform API
:robot: I have created a release *beep* *boop* --- ## [30.12.0](https://github.com/dasch-swiss/dsp-api/compare/v30.11.0...v30.12.0) (2024-04-10) ### Maintenance * Bump jena to 5.0.0 (DEV-3426) ([#3170](https://github.com/dasch-swiss/dsp-api/issues/3170)) ([a622e4f](https://github.com/dasch-swiss/dsp-api/commit/a622e4f4da70506d0fccd7f6128dedbb2e0ed73a)) * Bump Sipi to v3.12.2 ([#3173](https://github.com/dasch-swiss/dsp-api/issues/3173)) ([266537f](https://github.com/dasch-swiss/dsp-api/commit/266537fe7733429e8bdd42cbfc06f64bd88f4a06)) *...
## Pull Request Checklist ### Task Description/Number Issue Number: DEV- ### PR Type - [ ] build/chore: maintenance tasks (no production code change) - [ ] docs: documentation changes (no...
## Pull Request Checklist ### Task Description/Number Issue Number: DEV- ### PR Type - [ ] build/chore: maintenance tasks (no production code change) - [ ] docs: documentation changes (no...
- **feat: Add dsp-ingest audience to JWTs created for a user** - **fix package name for JwtService** This may only be merged after the dsp-ingest is relying on the scope...
## Pull Request Checklist ### Task Description/Number Move e2ez specs to separate SBT project ### PR Type - [ ] build/chore: maintenance tasks (no production code change) - [ ]...
When running our tests with 8.6.1 (also 8.6.0) we sporadically get the following error: com.ontotext.trree.util.NotEnoughMemoryForDistinctGroupBy: Insufficient free Heap Memory 197Mb for group by and distinct, threshold:250Mb, reached 0Mb. I will...
### New default permission precedence rule: Property > Resource > Group ### Example: ``` ### Default Object Access Permissions on ProjectMember Group rdf:type knora-base:DefaultObjectAccessPermission ; knora-base:forProject ; knora-base:forGroup knora-base:ProjectMember ;...
- https://stackoverflow.com/questions/2100907/how-to-remove-delete-a-large-file-from-commit-history-in-git-repository
https://codecov.io/gh/dhlab-basel/Knora/pull/927?src=pr&el=tree  If I understand correctly, red means that coverage decreased. If you click on the red box at the left hand side, you...
The query timeout is currently set at 5 seconds: ``` owlim:query-timeout "5" ; ``` This will need some tweaking.