- Aug 31, 2021
-
-
Timm Fitschen authored
-
- Jul 27, 2021
-
-
- Jul 12, 2021
-
-
- Jun 25, 2021
-
-
- Jun 21, 2021
-
-
Timm Fitschen authored
-
Timm Fitschen authored
-
- Jun 20, 2021
-
-
Timm Fitschen authored
-
- Jun 17, 2021
-
-
Timm Fitschen authored
-
- Jun 07, 2021
-
-
- Jun 04, 2021
-
-
Daniel Hornung authored
-
- May 18, 2021
-
-
- Mar 25, 2021
-
-
- Mar 24, 2021
-
-
Timm Fitschen authored
-
- Mar 10, 2021
-
-
- Mar 02, 2021
-
-
Henrik tom Wörden authored
-
- Feb 26, 2021
-
-
Timm Fitschen authored
-
- Feb 25, 2021
-
-
The NullPointerException occurred because there has been an entry in the ACL of an entity which referred to a non-existing realm (aka user source, aka authentication provider). This case is now treated as "user does not exist".
-
- Feb 18, 2021
-
-
Timm Fitschen authored
Fixes for #31 and #116
-
- Feb 10, 2021
-
-
This MR introduces a minimal viable query caching, basically mitigating the bad performance effects of running the same query several times with COUNT <Something>, FIND <Something>, Select ... FROM <Something> and pagination. Tests in caosdb-pyinttest!51
-
Daniel Hornung authored
- Jan 28, 2021
-
-
- Jan 19, 2021
-
-
Select queries would originally only select the returned properties by their names and would check if a property is a subtype of a selected property. This has changed now and select queries will also return subtypes of selected properties.
-
- Jan 14, 2021
-
-
- Dec 08, 2020
-
-
Also amended Changelog and Readme.
-
- Nov 24, 2020
-
-
Timm Fitschen authored
-
- Nov 17, 2020
-
-
Timm Fitschen authored
-
- Nov 12, 2020
-
-
- Nov 11, 2020
-
-
Timm Fitschen authored
-
- Nov 10, 2020
-
-
Daniel authored
-
- Nov 06, 2020
-
-
Timm Fitschen authored
-
- Nov 03, 2020
-
-
Timm Fitschen authored
This deprecates the server property "SERVER_SIDE_SCRIPTING_BIN_DIR" The new server property accepts a comma or space separated list of directories.
-
- Oct 21, 2020
-
-
Timm Fitschen authored
Prior to this fix, query parse would throw an error when the query had a form similar to ... WITH ( (...) {AND,OR} ...). The reason were the nested pair of parenthesis in the first element of the disjunction or conjunction.
-
- Sep 03, 2020
-
-
Timm Fitschen authored
-
- Sep 02, 2020
-
-
Timm Fitschen authored
-
- Aug 25, 2020
-
- Aug 14, 2020
-
-
Daniel authored
-
- Jul 16, 2020
-
-
Timm Fitschen authored
-