Gavin Mendel-Gleason

Results 79 issues of Gavin Mendel-Gleason

We want to be able to filter to the precise type rather than the parent of any number of types.

bug

Need coverage during document insert for capture_is_not_a_string ``` [48] throw(error(capture_is_not_a_string(...),_3642)) [46] 'document/json':update_captures_with_id(["Individual/154649139"],_3684,t,_3688) at /home/gavin/dev/terminusdb/src/core/document/json.pl:723 [44] 'document/inference':infer_type('','','http://terminusdb.com/schema/sys#Top','','',_3740,'') at /home/gavin/dev/terminusdb/src/core/document/inference.pl:722 [42] 'document/json':json_elaborate(transaction_object{commit_info:commit_info{},descriptor:branch_descriptor{branch_name:"main",repository_descriptor: ...},inference_objects:[],instance_objects:[...],parent:transaction_object{descriptor: ...,inference_objects:[],instance_objects: ...,parent: ...,schema_objects: ...},schema_objects:[...]},'',_3878{'@base':"terminusdb:///data/",'@schema':"terminusdb:///schema#",'@type':'Context',api:'http://terminusdb.com/schema/api#',json:'http://terminusdb.com/schema/json#',owl:'http://www.w3.org/2002/07/owl#',rdf:'http://www.w3.org/1999/02/22-rdf-syntax-ns#',rdfs:'http://www.w3.org/2000/01/rdf-schema#',sys:'http://terminusdb.com/schema/sys#',vio:'http://terminusdb.com/schema/vio#',woql:'http://terminusdb.com/schema/woql#',xdd:'http://terminusdb.com/schema/xdd#',xsd:'http://www.w3.org/2001/XMLSchema#'},t,_3786,_3788,'','','') at /home/gavin/dev/terminusdb/src/core/document/json.pl:678 [41] 'document/json':insert_document(transaction_object{commit_info:commit_info{},descriptor:branch_descriptor{branch_name:"main",repository_descriptor: ...},inference_objects:[],instance_objects:[...],parent:transaction_object{descriptor:...

bug

We need to process delete and update requests when we get them from TerminusDB in the VectorLink sidecar.

enhancement

We have certain tasks that take a long time, or can take a long time. Right now, these lead to 520 errors because cloudflare is timing them out. We need...

enhancement

``` gavin@europa:~/dev/terminusdb$ echo '{"@type" : "Class", "@id" : "Foo", "array" : { "@type" : "Array", "@class" : "xsd:string" }}' | terminusdb doc insert admin/bar -g schema Documents inserted: 1: Foo...

bug