- Nov 17, 2020
-
-
Timm Fitschen authored
-
- Nov 16, 2020
-
-
Timm Fitschen authored
-
- Nov 12, 2020
-
-
Henrik tom Wörden authored
f-fix-deleted-old-reference -> dev See merge request caosdb/caosdb-server!61
-
-
- Nov 10, 2020
-
-
Daniel authored
-
- Nov 06, 2020
-
-
Timm Fitschen authored
Bug: Inheritance job cannot handle inheritance from same container See merge request caosdb/caosdb-server!54
-
Timm Fitschen authored
-
- Nov 05, 2020
-
-
Henrik tom Wörden authored
DOC: update README_SETUP on server-side scripting See merge request caosdb/caosdb-server!59
-
Timm Fitschen authored
-
- Nov 03, 2020
-
-
Quazgar authored
Refactored sss bin dirs See merge request caosdb/caosdb-server!57
-
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
-
-
Daniel authored
-
Quazgar authored
BUG: query with parenthesis See merge request caosdb/caosdb-server!56
-
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.
-
- Oct 14, 2020
-
-
Henrik tom Wörden authored
-
- Sep 11, 2020
-
-
Timm Fitschen authored
-
- Sep 07, 2020
-
-
Timm Fitschen authored
-
Timm Fitschen authored
-
- Sep 03, 2020
-
-
Timm Fitschen authored
-
Timm Fitschen authored
-
Timm Fitschen authored
-
- Sep 02, 2020
-
-
Timm Fitschen authored
-
- Sep 01, 2020
-
-
Timm Fitschen authored
DOC: add information on how to create the keystore from cert files See merge request caosdb/caosdb-server!53
-
Henrik tom Wörden authored
-
- Aug 25, 2020
-
-
Quazgar authored
FIX: Forcing SRID initiation also for ChecksumUpdater See merge request caosdb/caosdb-server!50
-
- Aug 24, 2020
-
-
Timm Fitschen authored
-
- Aug 18, 2020
-
-
Quazgar authored
FIX: Updated remote Maven URLs. See merge request caosdb/caosdb-server!49
-
- Aug 14, 2020
-
-
Quazgar authored
Fix quotes around datetimes # Summary This MR will fix #39, i.e., queries with quoted datetimes and add corresponding unit tests. It will also improve error handling for ill-formatted datetimes in queries. # Focus - datetime rule was removed in `CQLParser.g4` # Test Environment Use `f-quotes-around-datetimes` in caosdb-pyinttests
-
Daniel authored
-
Quazgar authored
# Summary Introduces versioning for entities. # Focus Important classes/changes: * `src/main/java/caosdb/server/entity/Version.java` - the class that represents an entity version. The XML Serialization is done by `src/main/java/caosdb/server/entity/xml/VersionXMLSerializer.java`. Parsing is not necessary as for now. * `src/main/java/caosdb/server/resource/AbstractCaosDBServerResource.java` - In this class the requested entities are parsed from the last URI path segment. Until now, we assumed, that everything which is not an integer is a name. Therefore we had two separate getters for requested ids and requested names. Since this assumption is not true anymore, we only have one. This results in changes in several other classes (grep for that method). * Maybe not so easy to understand: `retrieveValidSparseEntityById` in `src/main/java/caosdb/server/jobs/Job.java`. This is a convenient method to get the entity from the container (if present) or from the database. See the code comments and please come back to me, if that is not sufficient.
-
Daniel authored
-
Timm Fitschen authored
-
Timm Fitschen authored
-
Daniel authored
-
Daniel authored
If not-to-be-changed entities are in container.
-
Daniel authored
-
Daniel authored
-
Daniel authored
-