dsp-api icon indicating copy to clipboard operation
dsp-api copied to clipboard

DaSCH Service Platform API

Results 142 dsp-api issues
Sort by recently updated
recently updated
newest added

`GravsearchParser`: ```scala override def meet(node: algebra.ExtensionElem): Unit = { node.getExpr match { case valueConstant: algebra.ValueConstant => if (node.getName.startsWith("_const_")) { // This is a parser-generated constant used in the CONSTRUCT clause....

API/V2
Gravsearch

Hello there! I am currently testing the bulk-import. In fact, the test addresses a 2500 lines XML file and I find the error messages quite vague. ``` {"status":11,"error":"org.knora.webapi.BadRequestException: Invalid text:...

bug
bulk-import
API/V1

It looks like #1021 didn't work: ![screen shot 2018-10-31 at 19 40 48](https://user-images.githubusercontent.com/558389/47811016-fc95f200-dd44-11e8-8883-5898b072610c.png)

bug

![oct-29-2018 15-01-39](https://user-images.githubusercontent.com/3933654/47655143-a8481200-db8c-11e8-9ba5-92317a342fb7.gif) when selecting a boolean in the advanced search window, the list for possible comparison operator is empty

bug
clientapi

This would allow us to remove the dependency on the Jodd library for date processing. Then there would be only one underlying date processing library (ICU4J) involved.

API/V1

- [ ] Allow the addition of lists to the `SystemProject` - [ ] Allow usage of lists from the `SystemProject` in every project - [ ] List in any...

enhancement

I've done some testing/research. Here are the findings. - GraphDB-Free: - max number of concurrent connections is limited to 2 by the license. - GraphDB-SE: - max number of concurrent...

enhancement

Currently, we have a fairly arbitrary configuration for Knora defined in `application.conf`. I would like to specify different scenarios, which can be used to create a baseline configuration for Knora....

enhancement

As discussed with @SepidehAlassi, we think that it would be good, to send the XML in a short request and receive back something like a `TaskID`. Then with this `TaskID`...

enhancement

**Use-case 1:** Image is in Sipi and need to create `knora-base:StillImageFileValue` Instead of providing `` allow to provide something like `` which should trigger a call to SIPI and retrieve...

enhancement