sort by:
Revision Author Date Message Commit Date
12648bd Refactor code to use int reference count only for instances 16 October 2019, 19:08:31 UTC
8006568 Document which implemented 16 October 2019, 18:10:29 UTC
3d957fa Encapsulate newClass and newProperty 16 October 2019, 17:58:54 UTC
b62490e IsSubClassOf Resource to always be true 16 October 2019, 17:43:55 UTC
77be4e0 Add a list of rules (not all of them are implemented yet) Add is sub class of itself 16 October 2019, 14:36:41 UTC
cd10497 Implement IsSubPropertyOf itself 16 October 2019, 13:35:40 UTC
3a821e4 Test unprocess invalid quads 16 October 2019, 12:35:27 UTC
fbe809b Test BNode classes 16 October 2019, 12:31:25 UTC
68c0f3d Add support for bnode referenced classes and test invalid new property and class 16 October 2019, 12:29:20 UTC
f6e2b05 Test super dereference 16 October 2019, 12:19:44 UTC
75d00fe Test delete sub dereference 16 October 2019, 12:17:39 UTC
b116334 Test removeReference() 16 October 2019, 12:08:11 UTC
53cbab0 Test name, refcount and fix property garbage collection 16 October 2019, 12:00:28 UTC
871feda Add reference couting 16 October 2019, 11:47:25 UTC
a8cec99 Add support for referenced property Add references, but not implemeneted yet 16 October 2019, 11:23:50 UTC
2c5edf3 Test deletion 16 October 2019, 11:12:39 UTC
4407fdf Test IsSubPropertyOf 16 October 2019, 10:58:54 UTC
733722f Better test for domain and range, test IsSubClassOf 16 October 2019, 10:55:29 UTC
bf55617 Range and domain 16 October 2019, 10:16:47 UTC
42fa448 Test SubProperty 16 October 2019, 10:11:03 UTC
70b8c51 Test subClassOf 16 October 2019, 10:06:09 UTC
f13b154 Test creations 16 October 2019, 09:54:37 UTC
5c493be Create a class if referenced 16 October 2019, 09:53:01 UTC
ed15aeb Add deletion 16 October 2019, 09:29:52 UTC
cd4a8d7 POC inference first version 15 October 2019, 17:12:54 UTC
1801500 shape: rename from graph/shape to query/shape 15 October 2019, 09:23:10 UTC
218e2bc path: rename from graph/path to query/path 15 October 2019, 09:23:10 UTC
b5377df sql: remove legacy quadstore type 15 October 2019, 09:02:09 UTC
3ded14e cli: remove deprecated assets flag 15 October 2019, 09:02:09 UTC
4ca7500 remove deprecated voc package 15 October 2019, 09:02:09 UTC
931556c schema: remove deprecated Object type 15 October 2019, 09:02:09 UTC
c90b40f schema: remove deprecated global functions 15 October 2019, 09:02:09 UTC
f4adebf schema: remove deprecated GenerateID hook 15 October 2019, 09:02:09 UTC
b57e43a query: remove deprecated REPL constructor for query sessions 15 October 2019, 09:02:09 UTC
3f3d3a6 remove deprecated quad package 15 October 2019, 09:02:09 UTC
41165c1 graph: remove deprecated Keyer type 15 October 2019, 09:02:09 UTC
a2d7253 graph: remove deprecated Value type 15 October 2019, 09:02:09 UTC
10dd33e drop old iterators and switch to a new ones 15 October 2019, 08:26:43 UTC
e96183f Fix redirect to correct files. (#869) * edit README.md * redirect to contributing.md 15 October 2019, 07:06:54 UTC
f9328ae Fix some lint errors (#867) 15 October 2019, 07:06:01 UTC
52c5bab bump version to 0.8 14 October 2019, 14:46:23 UTC
9c843ed ci: disable snap publish for now 14 October 2019, 14:07:46 UTC
b3e40df ci: restore dummy file for packr 14 October 2019, 12:32:07 UTC
6b4ea24 ci: don't cache snapstore data 14 October 2019, 12:26:51 UTC
aca09a2 ci: print git state before releasing 14 October 2019, 12:21:51 UTC
c03741d remove hooks from the goreleaser config 14 October 2019, 12:20:03 UTC
b0bd812 ci: keep snapcraft cache 14 October 2019, 12:08:17 UTC
d698262 ci: switch to Go 1.13 14 October 2019, 11:57:54 UTC
0efde62 ci: make build checks faster by removing cgo 14 October 2019, 11:43:09 UTC
296b819 pin a specific version of packr in go.mod 14 October 2019, 11:35:50 UTC
29c93a8 ci: restore dummy packr file during the release 14 October 2019, 11:28:29 UTC
9f9ca83 ci: fix condition for the deployment 14 October 2019, 11:04:02 UTC
600aaf8 ci: enable snapstore publishing 14 October 2019, 10:36:08 UTC
969c8cc ci: deploy on a single go version 14 October 2019, 10:35:14 UTC
800f01f ci: enable snapstore publishing 14 October 2019, 10:21:26 UTC
4bf92ea Update goreleaser 14 October 2019, 10:08:23 UTC
048f918 Add @iddan to AUTHORS and CONTRIBUTORS 14 October 2019, 10:08:07 UTC
7bc5dd9 schema: rename Object to Resource 14 October 2019, 09:42:08 UTC
57ebfa2 memstore: don't increment node ref count when duplicate quad is inserted 14 October 2019, 09:33:35 UTC
58a00f3 fix build without packr resources 14 October 2019, 05:52:19 UTC
a5c3183 gizmo: accept a single value in save(); proper tags in JSON-LD; fix #856 14 October 2019, 05:49:57 UTC
3af81ed iterator: tag values correctly in Recursive during Contains; fixes #714 14 October 2019, 05:27:34 UTC
c0946c9 change the remaining import paths for quads library 14 October 2019, 05:00:25 UTC
1723930 Include assets in binary (#847) * Use assets from binary * Remove file comitted by accident * Remove file comitted by accident * Restore .gitignore * Restore clog * Correct Type in Contributing.md * Use packr2 * Deprecate flag correctly, use packr V2 correctly * Update tests doc & ci to use packr 10 October 2019, 14:45:46 UTC
f449116 path.Order() (#796) * iterator: implement Sort * docs: document order in GizmoAPI * iterator: use underlying iterator instead of sortContains * iterator: bigger NextCost in Sort * iterator: add TODO comments for NewSort * iterator: implement TagResults for Sort iterator * iterator: add comments for Sort iterator * path: add tests for sorting * iterator: implement NextPath for Sort * break natural sorting in the test dataset * path: add tests for sorting optimization 08 October 2019, 13:27:28 UTC
980d103 gizmo: return error when calling filter() with a wrong type; fixes #833 07 October 2019, 17:32:56 UTC
95d0cb2 sql: fix NextPath for optimized queries; fixes #724 05 October 2019, 20:10:44 UTC
4197565 GitBook: [master] 47 pages modified 05 October 2019, 17:50:28 UTC
06f7114 Cleanup README.md and docs/README.md. Corrected Getting-Started.md and moved some of it to docs/README.md 01 October 2019, 12:05:27 UTC
87c9c34 Create gitbook yaml 01 October 2019, 08:37:25 UTC
b29d92c Refactored Dockerfile (#842) * Refactored Dockerfile - Simplified - Add Documentation 29 September 2019, 15:05:45 UTC
f476836 Recreate Quickstart-As-Application.md For Cayley website link to not be broken for now. 28 September 2019, 16:20:06 UTC
ec8b7a2 Update Contributing.md 28 September 2019, 13:59:09 UTC
3526ec4 docs: update Contributing.md; fixes #782 28 September 2019, 13:59:09 UTC
6a92c34 Update configuration docs (#840) * Update configuration docs 28 September 2019, 13:21:53 UTC
495bfe0 Adds required directory of HTTP API v1 26 September 2019, 14:03:32 UTC
74330c2 query: expose query results as json-ld, if supported 25 September 2019, 22:51:58 UTC
5287e85 gizmo: return JSON-LD 25 September 2019, 22:51:58 UTC
251a4b7 Apply regex filter to lang strings as well (#834) 24 September 2019, 15:45:30 UTC
12d75ca gizmo: fix type on legacy method names; fixes #830 23 September 2019, 15:28:37 UTC
e565484 docs: update to point to a dockerhub image registry; resolves #793 23 September 2019, 03:20:38 UTC
e5ea420 server/http: propagate context from the request; fixes #805 23 September 2019, 02:39:24 UTC
7426be7 kv: check log entry pointer when resolving values; fixes #806 23 September 2019, 02:23:10 UTC
1884ec7 query: define and implement a new interface 23 September 2019, 01:22:37 UTC
a7e6453 quad: switch to a new package 22 September 2019, 21:41:37 UTC
e75b890 kv: minimize reads from the store then importing into a clean database 22 September 2019, 20:58:09 UTC
cbfdd55 kv: add prometheus metrics 22 September 2019, 20:58:09 UTC
a6f7f41 cli: allow enabling pprof server 22 September 2019, 20:58:09 UTC
c2dc7e3 specify expected go version in go.mod 22 September 2019, 20:58:09 UTC
3a30b7c kv: allow to redefine indexes with an env 22 September 2019, 20:58:09 UTC
55be6a0 kv/bolt: apply nosync to grow operations as well 22 September 2019, 20:58:09 UTC
3e48f80 kv: change the indexing strategy; optimize quad scans better 22 September 2019, 20:58:09 UTC
f996276 kv: persist index metadata 22 September 2019, 20:58:09 UTC
39953e0 Gizmo: make methods lower case (#822) * Make gizmo methods lower case * Fix tests * Fix integration tests * Fixed integration tests * fixed integrations test * Make constructors capitalised * Use DecodeRuneInString * Backwards compatibility * Update docs * Updated examples in code * Update more examples * Update more examples * Remove CapitalizedNew methods 22 September 2019, 02:10:22 UTC
b61955a Add link to build from source 18 September 2019, 21:41:33 UTC
4bb9a3c Add Installation 18 September 2019, 21:41:33 UTC
f463e6f memstore: rewrite iterators for the new interfaces 26 August 2019, 11:45:17 UTC
826dbe0 iterator: rename the new interface 26 August 2019, 11:45:17 UTC
01ab2f9 sql: rewrite iterators for the new interfaces 26 August 2019, 11:45:17 UTC
99f9fc1 nosql: rewrite iterators for the new interfaces 26 August 2019, 11:45:17 UTC
back to top