https://github.com/google/cayley

sort by:
Revision Author Date Message Commit Date
c85b5e8 Merge branch 'master' into linkedql/test-case-data-files 28 March 2020, 21:39:52 UTC
f26d75d Update github.com/cayleygraph/quad 28 March 2020, 21:39:39 UTC
46b06b4 Merge branch 'master' into linkedql/test-case-data-files 28 March 2020, 21:35:09 UTC
bf311d2 linkedql: Unmarshal to cast floats to ints when it should 28 March 2020, 21:34:39 UTC
4e7d9dc linkedql: Correct iter_tags for deserialized data 28 March 2020, 21:33:53 UTC
470ecda linkedql: Format less_than correctly 28 March 2020, 21:31:25 UTC
55cbdcc Merge branch 'master' into linkedql/test-case-data-files 28 March 2020, 21:29:59 UTC
b935377 Use PropertyPath everywhere it should be (#928) Make NewPropertyPath to return a pointer to allow no properties as a valid PropertyPath 28 March 2020, 21:19:22 UTC
e1910ea Use property path in reverse properties 28 March 2020, 20:47:10 UTC
a9ed19e Make PropertyPath a pointer 28 March 2020, 15:14:27 UTC
a056453 Tidy modules 28 March 2020, 15:08:49 UTC
904742b Support @value in isomorphic 28 March 2020, 15:08:44 UTC
8c36ea3 Add test for non matching lengths in TestIsomorphic 28 March 2020, 14:53:08 UTC
82a7104 Format less_than.go 28 March 2020, 14:50:24 UTC
c9512f8 Registry: cast float to int 28 March 2020, 14:50:02 UTC
c7a6c8e Isomorphism check for array length 28 March 2020, 14:49:50 UTC
9b4daf8 Fix properties and select 28 March 2020, 14:06:34 UTC
53d4281 Fix incorrectly referenced IRIs in test cases 28 March 2020, 13:37:48 UTC
2d06f5e Expose a casting method for PropertyIRIStrings to PropertyIRIs 28 March 2020, 13:37:12 UTC
4a15b8c Correct names of test names used to be for filter 28 March 2020, 13:36:31 UTC
1ffff96 Fix back test 28 March 2020, 13:04:03 UTC
4bbd3b4 Use a custom matcher for results in step tests 28 March 2020, 12:58:30 UTC
4b214b3 Use empty array for empty multiple values in test cases 28 March 2020, 10:12:37 UTC
c327392 linkedql: Fix files name to lower case in test-cases 25 March 2020, 20:19:04 UTC
946183d linkedql: Use data files as test cases instead of code 25 March 2020, 19:51:06 UTC
2562e5b linkedql: Correct registry to parse quadValue correctly 25 March 2020, 19:47:43 UTC
72cb89d linkedql: Update EntityIdentifier and PropetyPath to be JSON serializable structs 25 March 2020, 19:46:47 UTC
1267f83 linkedql: Register like and regexp and update thier property names 25 March 2020, 19:44:51 UTC
8473301 LinkedQL: Better Steps Test (#926) * linkedql: In steps_test update all tests affected and use valid IRIs * linkedql: Reduce code for vars * linkedql: Fix lint errors 19 March 2020, 03:33:40 UTC
896c8f4 linkedql: Refactor operator and filter out (#909) 19 March 2020, 02:47:32 UTC
adbb550 Document Cayley with MongoDB in Docker Compose 18 March 2020, 23:58:17 UTC
411ab64 Fix all lint errors for server 18 March 2020, 23:32:13 UTC
6f41249 Format docs/api/swagger.yml using Prettier 18 March 2020, 23:12:32 UTC
ee41c8d apii_v2: Fix comment regarding delete and add test for delete 17 March 2020, 23:29:19 UTC
9b4c07f Add comments for api v2 17 March 2020, 23:18:44 UTC
85002cb Lint: Configure CI (#922) * Fix easily fixable lint errors * Add lint script and update Travis configuration * Instal golint in travis 17 March 2020, 23:00:08 UTC
3715a43 Fix easily fixable lint errors (#921) 17 March 2020, 22:59:54 UTC
fac5464 GitBook: [master] one page modified 26 February 2020, 00:15:55 UTC
47ca5a4 GitBook: [master] one page modified 23 February 2020, 13:54:34 UTC
50e01e0 GitBook: [master] 2 pages modified 23 February 2020, 12:42:14 UTC
27e8eb6 Add JSON-LD example data 23 February 2020, 12:13:29 UTC
9fb4d58 LinkedQL: Match (#905) * Add a match step * Prefix use of RDFG in schema * Evaluate JSON LD document in runtime * Fix JSON LD parsing with context * Check for lone @id before counting quads in pattern * Give match from a min-cardinality 0 * Handle nil from * Group consts * Use voc and tag Lookup * Fix small issues regarding syntax * Different syntax for value * Define hasMinCardinality as requested * linkedql: Wrap shared properties of restrictions with owlRestriction * linkedql: Correct name to owlPropertyRestriction and share more code * linkedql: Add fixme comemnt in match.go * linkedql: Add fixme comment to steps_test 30 January 2020, 23:09:43 UTC
13683b0 linkedql: Change name of variable in BuildIdentifier 18 January 2020, 18:27:28 UTC
ac81ad9 linkedql: Replace AbsoluteIRI with iri.FullWith(ns) 18 January 2020, 18:27:28 UTC
63c132e Use context with properties 18 January 2020, 18:27:28 UTC
7ae37d3 Test context and correct implementation 18 January 2020, 18:27:28 UTC
aac32de Handle string map in schema 18 January 2020, 18:27:28 UTC
6ceff00 Use namespace everywhere a literal value is used 18 January 2020, 18:27:28 UTC
f967167 Use ns in property path 18 January 2020, 18:27:28 UTC
ce47e21 Remove unused comment 18 January 2020, 18:27:28 UTC
17a7592 Use ns in entity_identifier 18 January 2020, 18:27:28 UTC
5a93475 Remove Type() method 18 January 2020, 18:27:28 UTC
eca03c8 Separate all steps to files 18 January 2020, 18:27:28 UTC
d2cbff6 Pass voc to all steps and create context step 18 January 2020, 18:27:28 UTC
323d5c3 kv: print a meaningful error when path is not set; fixes #865 11 January 2020, 20:14:21 UTC
b8f0b68 Fix map allocation bug in materialize.go Solution to https://github.com/cayleygraph/cayley/issues/911 09 January 2020, 11:39:03 UTC
0f70528 LinkedQL: Fix Step Names (#906) * View -> Visit, ViewBoth -> Both * Fix Type methods of Visit Steps 08 January 2020, 09:28:19 UTC
80bd8af Extracted Client (#896) * Code generated client * Fix query result type and code generation * Make client importable * Refactor server/http tests to not rely on client * Reduce magic strings * Reduce JSON LD mentions * Revert all non-server changes * Restore client * Add deprecation note regarding client * Make write response private 03 January 2020, 22:26:10 UTC
3cc8244 linkedql: refactor to avoid embedding unexported interfaces and named returns 30 December 2019, 10:39:49 UTC
a6178e7 linkedql: add FIXME comments due to ignored collation 30 December 2019, 10:39:49 UTC
491aa37 linkedql: use voc package more 30 December 2019, 10:39:49 UTC
675c7c4 linkedql: Remove values 30 December 2019, 10:39:49 UTC
bba4fce linkedql: Deserialize PropertyPath and Values correctly 30 December 2019, 10:39:49 UTC
33f5eef linkedql: Register documents 30 December 2019, 10:39:49 UTC
4d1acff linkedql: Implement Documents for all steps 30 December 2019, 10:39:49 UTC
f4c6956 linkedql: Correctly return JSON-LD 30 December 2019, 10:39:49 UTC
6d89145 linkedql: Refactor iterators to share more code 30 December 2019, 10:39:49 UTC
6d37ffd linkedql: Register missing steps 30 December 2019, 10:39:49 UTC
bf5b132 linkedql: Parse properties correctly 30 December 2019, 10:39:49 UTC
afa91a7 linkedql: Correct form of @context 30 December 2019, 10:39:49 UTC
8272cf4 linkedql: Correct single property domain serialization 30 December 2019, 10:39:49 UTC
399010f linkedql: Extract correction for the schema file format from the client PR 30 December 2019, 10:39:49 UTC
229e88f fix links in quickstart-as-application (#903) Was perusing the Cayley docs and happened upon this link that didn't work. Years of internet spelunking have steeled me for such moments, so I quickly found the docs, but the whole point of open source is so that someone does that sort of work once. 27 December 2019, 11:56:49 UTC
5b324a5 Refactor numeric operators to steps (#901) 17 December 2019, 08:51:23 UTC
18ed0db LinkedQL: Fix Step Names (#898) View -> Visit, ViewBoth -> Both 16 December 2019, 22:19:37 UTC
00dd18b Inference: Domain Range Implicit Instances (#900) Implement RDFS 2 and 3 rules: domain and range implicit class instance Restore 100% test coverage 16 December 2019, 22:10:44 UTC
4d89b8a linkedql: add todo for the unmarshal 15 December 2019, 13:54:20 UTC
7988d96 linkedql: add type assertions for operators 15 December 2019, 13:54:20 UTC
b17bf26 linkedql: rename final steps file 15 December 2019, 13:54:20 UTC
165649a linkedql: move main types to a single file 15 December 2019, 13:54:20 UTC
ff5f2e2 linkedql: Correct emitted JSON-LD schema 15 December 2019, 13:54:20 UTC
85ecba8 linkedql: Correct step types in schema 15 December 2019, 13:54:20 UTC
16721bf linkedql: add type assertion for final steps 15 December 2019, 13:54:20 UTC
97042b6 linkedql: Streamline description text 15 December 2019, 13:54:20 UTC
02ae44e linkedql: Remove ID from list in schema 15 December 2019, 13:54:20 UTC
786f915 linkedql: Add missing prefix to Placeholder type 15 December 2019, 13:54:20 UTC
a2a7dc3 linkedql: Add missing descriptions 15 December 2019, 13:54:20 UTC
243d9ad linkedql: Correct schema single range json output 15 December 2019, 13:54:20 UTC
3a58845 linkedql: Implemented Entity and Entities and corrected parsing of IRIs 15 December 2019, 13:54:20 UTC
3b737fd linkedql: refactor interfaces and fix panic in tests 15 December 2019, 13:54:20 UTC
88d1ad4 linkedql: make the schema generator internal and refactor it 15 December 2019, 13:54:20 UTC
b3352f6 linkedql: refactor value parsing 15 December 2019, 13:54:20 UTC
ffa218b linkedql: fix comments formatting 15 December 2019, 13:54:20 UTC
faca695 linkedql: refactor the schema package and rename the CLI command 15 December 2019, 13:54:20 UTC
897fb78 linkedql: use the new type for Ref 15 December 2019, 13:54:20 UTC
81dfcd1 linkedql: minimize the accepted interface for DocumentIterator 15 December 2019, 13:54:20 UTC
ba6d964 linkedql: make sure iterators implement corresponding interface 15 December 2019, 13:54:20 UTC
f49f08b linkedql: refactor DocumentIterator 15 December 2019, 13:54:20 UTC
4c9bdfb linkedql: rename iterator files to have a common prefix 15 December 2019, 13:54:20 UTC
083ef1c linkedql: Add TODO comments for properties 15 December 2019, 13:54:20 UTC
back to top