https://github.com/google/cayley

sort by:
Revision Author Date Message Commit Date
43b3374 Create new HTTP resource for namespace rules The resource supports getting all registered rules and registering a rule 18 March 2020, 23:13:58 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
b0365da linkedql: Add comments for PropertyIRIStrings 15 December 2019, 13:54:20 UTC
765098f linkedql: Allow passing IRIs and strings as properties 15 December 2019, 13:54:20 UTC
3b78b00 linkedql: Add Where step 15 December 2019, 13:54:20 UTC
3035e09 linkedql: TestGenerateSchema to just validate no error was thrown 15 December 2019, 13:54:20 UTC
94d5ef5 linkedql: Alias ViewBoth with Both 15 December 2019, 13:54:20 UTC
626a374 linkedql: Rename except to difference Allow providing multiple steps to difference Improve description of difference 15 December 2019, 13:54:20 UTC
3c28900 linkedql: Correct tests 15 December 2019, 13:54:20 UTC
2853926 linkedql: Rename both to viewBoth Improve description of view Remove the tags argument from viewBoth 15 December 2019, 13:54:20 UTC
d54ef84 linkedql: Improve naming and description of Back 15 December 2019, 13:54:20 UTC
6b235bc linkedql: Align format for all edited descriptions 15 December 2019, 13:54:20 UTC
2b5a703 linkedql: Improve description of Intersect 15 December 2019, 13:54:20 UTC
b026845 linkedql: Correct usage of Placeholder 15 December 2019, 13:54:20 UTC
b7fb85f linkedql: Correct field access for as 15 December 2019, 13:54:20 UTC
06fa861 linkedql: Change as to retrieve one name only and improve description 15 December 2019, 13:54:20 UTC
f34ee1d linkedql: Improve the description of View 15 December 2019, 13:54:20 UTC
22b2b77 linkedql: Rename Morphism to Placeholder, move it and give it better description 15 December 2019, 13:54:20 UTC
d7508fb linkedql: Improve description of vertex 15 December 2019, 13:54:20 UTC
43667e8 linkedql: Fix properties of nested aliases 15 December 2019, 13:54:20 UTC
65f51a7 linkedql: Add back in and out aliases 15 December 2019, 13:54:20 UTC
e3c7b7f linkedql: Add linkedql-schema command to cayley CLI 15 December 2019, 13:54:20 UTC
c22e8b5 linkedql: Add description to schema 15 December 2019, 13:54:20 UTC
467c7fe linkedql: Placehold comment for now 15 December 2019, 13:54:20 UTC
0222a55 linkedql: WIP: get description 15 December 2019, 13:54:20 UTC
34b2674 linkedql: More interface validation 15 December 2019, 13:54:20 UTC
40fd800 linkedql: Bring back aliases and fix anonymous in schema generation 15 December 2019, 13:54:20 UTC
bd09363 linkedql: Don't assume step is iterable 15 December 2019, 13:54:20 UTC
fce8869 linkedql: Not all PathSteps are Steps 15 December 2019, 13:54:20 UTC
2e5ba1f linkedql: Add checks for all steps 15 December 2019, 13:54:20 UTC
6e82c34 linkedql: Update code to use PathStep 15 December 2019, 13:54:20 UTC
b02c787 linkedql: Nest restrictions 15 December 2019, 13:54:20 UTC
2ac63b1 linkedql: Create a correct schema 15 December 2019, 13:54:20 UTC
back to top