- Mar 11, 2021
-
-
Robert Nasarek authored
-
- Mar 05, 2021
-
-
My Fi authored
-
- Feb 16, 2021
-
-
My Fi authored
-
- Feb 05, 2021
-
-
Tom Wiesing authored
-
Tom Wiesing authored
This commit implements the basics of a new QueryPlanner implementation.
-
Tom Wiesing authored
This commit implements the beginnings of a new query implementation by generating an AST from the nested condition objects.
-
Tom Wiesing authored
-
Tom Wiesing authored
-
- Feb 01, 2021
-
-
Tom Wiesing authored
-
Tom Wiesing authored
-
Tom Wiesing authored
-
Tom Wiesing authored
-
Tom Wiesing authored
-
Tom Wiesing authored
-
Tom Wiesing authored
This commit applies bugfixes to the view and query implementation, adding missing logic and imports.
-
Tom Wiesing authored
-
Tom Wiesing authored
-
Tom Wiesing authored
This commit updates WisskiQueryDelegator::populateAdapterQueries to pass constructor arguments to delegated $adapter->getQueryObject() calls.
-
- Jan 22, 2021
-
-
Tom Wiesing authored
For historical reasons, the implementation made several assumptions about the query structure being flat. Instead of attempting to implement support for the nested queries added in recent versions of Drupal, this commit instead rewrites the query implementation based on the current SQL Query implementation. These changes were implemented jointly with several others during the WissKI Hackathon in late 2020 and subsequent WissKI HackDays. Thanks to everyone who participated, but in particular: Arne Fitschen <fitschen@ub.uni-heidelberg.de> Myriel Fichtner <myriel.fichtner@uni-bayreuth.de> Mark Fichtner <m.fichtner@wiss-ki.eu>
-
- Jan 08, 2021
-
-
My Fi authored
-
- Dec 23, 2020
-
-
knurg authored
Added first push towards translation - DO NOT USE YET, THIS WILL CORRUPT YOUR SYSTEM - DONT TOUCH - DANGER ZONE - NUKLEAR LAUNCH DETECED -
-
- Dec 01, 2020
-
-
Tom Wiesing authored
This commit adds a new method 'isFederatableSparqlQuery' to '\Drupal\wisski_salz\WisskiQueryBase' to allow queries to declare if they are federatable or not. This was previously done by hard-coding specific class names in 'wisski_salz/src/Query/WisskiQueryDelegator.php' and 'wisski_salz/src/Query/WisskiQueryBase.php'. This commit updates the previously hard-coded classes to make appropriate declarations.
-
Tom Wiesing authored
This commit moves the Sparql11TriplesTabController from the 'wisski_adapter_sparql11_pb' module to the generic 'wisski_salz' module. This is because it not longer implies any adapter-specific functionality.
-
Tom Wiesing authored
To avoid hard-coding names of engines into WisskiOntologyForm, this commit adds a new method 'supportsOntology' to the 'Drupal\wisski_salz\EngineBase' class. This method allows engines to declare if they support loading ontologies and by default returns false. This commit also marks wisski_adapter_federated_sparql11_pb and wisski_adapter_sparql11_pb engines as supporting the loading of ontologies. This corresponds to the legacy behavior.
-
Tom Wiesing authored
With the new version of EasyRDF several functions changed their names and caused problems. This was partially caused by the query function returing a Graph instead of a Result. This commit fixes the bug by ensuring that a Result is always returned.
-
- Nov 30, 2020
-
-
Tom Wiesing authored
When setting an HTTP Authentication Header for a triple store Sparql11Engine used a TextField. The default maximum length for a TextField is 128. This turned out to cause a problem when the username or password grows to long. This commit increases the maximum length for the HTTP Authentication Header Setting to 9999.
-
- Oct 28, 2020
- Oct 11, 2020
-
-
Tom Wiesing authored
Previously, when no default local store was set an error message linking to the route 'entity.wisski_salz_adapter.collection' was generated. However this route no longer exists, causing an error. This commit fixes the issue by linking to the 'entity.wisski_salz_adapter.canonical' route instead.
-
- Oct 09, 2020
-
-
Tom Wiesing authored
This commit adds a new 'query' operation to the sparql adapter AdapterListBuilder. It links to the querying interface of each endpoint.
-
Tom Wiesing authored
This commit adds a more detailed description on how to generate basic authentication credentials on the command line for use with a WissKI Salz adapter.
-
- Aug 06, 2020
-
-
Tom Wiesing authored
This commit updates the title and description for the WissKI Salz Authentication Header.
-
- Jul 31, 2020
-
-
Tom Wiesing authored
-
Tom Wiesing authored
This commit updates WissKI_Sparql_Client to make use of `call_user_func_array` instead of directly passing an array to $client->setHeaders.
-
Tom Wiesing authored
-
Tom Wiesing authored
-
knurg authored
-
knurg authored
-
knurg authored
-
knurg authored
-