- Jun 21, 2023
-
-
Leonardo Christino authored
-
- May 09, 2023
-
-
Leonardo Christino authored
-
- Feb 07, 2022
-
-
thijsheijden authored
-
thijsheijden authored
-
- Feb 01, 2022
-
-
thijsheijden authored
-
Geurtjens,D. (Douwe Geurtjens) authored
-
- Jan 17, 2022
-
-
thijsheijden authored
Updated the query conversion package which fixes an issue in query chaining for Neo4j. Updated the panic recovery method in handleMessage to print the stack trace.
-
- Dec 13, 2021
-
-
- Nov 29, 2021
-
-
- Sep 13, 2021
-
-
thijsheijden authored
-
- Sep 10, 2021
-
-
thijsheijden authored
-
- Jun 23, 2021
-
-
thijsheijden authored
-
- Jun 16, 2021
-
-
Bouma,C.J. (Chris) authored
For code review
-
- Jun 15, 2021
-
-
thijsheijden authored
-
thijsheijden authored
-
- Jun 03, 2021
-
-
thijsheijden authored
Added status messages for queries in progress.
-
- May 27, 2021
-
-
thijsheijden authored
Moved the query caching code underneath the result publish code, as the caching was increasing the time before the result was returned.
-
- May 21, 2021
-
-
thijsheijden authored
Also added the Minio environment variables to the Kubernetes deployment.
-
thijsheijden authored
-
thijsheijden authored
-
- May 18, 2021
-
-
thijsheijden authored
-
thijsheijden authored
Re-ordered operations in the method as well. Empty database check now happens before query translation.
-
thijsheijden authored
-
thijsheijden authored
Result message now also uses the entity.MessageStruct. This will have to be changed in the frontend before merging.
-
thijsheijden authored
Replaced all maps in the handleMessage method with the MessageStruct, except for the final result, as this one uses the key 'values', where the rest use the key 'value'. Once this has been changed in the frontend it will be updated in the backend as well.
-
- May 17, 2021
-
-
thijsheijden authored
-
- May 10, 2021
-
-
Lelieveld,J.R.J. (Joris) authored
-
Bouma,C.J. (Chris) authored
Fix :)
-
- May 07, 2021
-
-
Bouma,C.J. (Chris) authored
Everything in order, gl front end :) @Joris + @Lorenzo
-
- May 01, 2021
-
-
thijsheijden authored
If there is an error retrieving the database info an error is now returned.
-
- Apr 30, 2021
-
-
thijsheijden authored
Most of this code was taken straight from the schema service. No tests were written because this is entirely dependent on external dependencies.
-
- Apr 19, 2021
-
-
thijsheijden authored
An error message now gets published if there is an error while converting the query or there is a database error.
-
thijsheijden authored
-
- Apr 17, 2021
-
-
thijsheijden authored
Updated integration test
-
sivan authored
-
- Apr 13, 2021
-
-
thijsheijden authored
Also updated Makefile and deployment file.
-
- Apr 11, 2021
-
-
sivan authored
-