https://github.com/google/cayley

sort by:
Revision Author Date Message Commit Date
29eba09 shape: rename from graph/shape to query/shape 15 October 2019, 09:08:37 UTC
2f2ed5d path: rename from graph/path to query/path 15 October 2019, 09:08:37 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
3b0b50f kv: rewrite iterators for the new interfaces 26 August 2019, 11:45:17 UTC
3c580ae iterator: return correct ptr when a wrapped iterator cannot be optimized 26 August 2019, 11:45:17 UTC
b7ce507 graph: use new iterator interfaces in the iterate helper 26 August 2019, 11:45:17 UTC
71ba563 iterator: pass context to Stats and return an error, if any 26 August 2019, 11:45:17 UTC
f933ad7 iterator: remove unused fields from Stats method 26 August 2019, 11:45:17 UTC
4220e48 iterator: remove Size method from the new interface; resolves #611 26 August 2019, 11:45:17 UTC
4884d7a iterator: rename types and methods to more sensible names; document them 26 August 2019, 11:45:17 UTC
eb95ced iterator: rewrite Count 26 August 2019, 11:45:17 UTC
e1613f8 iterator: rewrite ValueFilter 26 August 2019, 11:45:17 UTC
205b313 iterator: rewrite Unique 26 August 2019, 11:45:17 UTC
a2d21eb iterator: rewrite Resolver 26 August 2019, 11:45:17 UTC
cb88551 iterator: rewrite Not 26 August 2019, 11:45:17 UTC
4d1ae36 iterator: rewrite and fix Skip 26 August 2019, 11:45:17 UTC
c8dbb08 iterator: rewrite and fix Limit 26 August 2019, 11:45:17 UTC
2c89ebf iterator: rewrite Or 26 August 2019, 11:45:17 UTC
3424c49 iterator: rewrite Save 26 August 2019, 11:45:17 UTC
f038546 iterator: rewrite Materialize 26 August 2019, 11:45:17 UTC
389bcbf iterator: move test iterators to it's own file and unexport it 26 August 2019, 11:45:17 UTC
e723363 iterator: rewrite Recursive 26 August 2019, 11:45:17 UTC
4f6fba0 iterator: rewrite Fixed 26 August 2019, 11:45:17 UTC
2128b55 iterator: rewrite LinksTo 26 August 2019, 11:45:17 UTC
d37ffac iterator: allow re-wrapping the new iterators back and forth 26 August 2019, 11:45:17 UTC
868b0a2 iterator: rewrite the HasA iterator 26 August 2019, 11:45:17 UTC
1861b72 iterator: fix panics in tests 26 August 2019, 11:45:17 UTC
d5cc487 iterator: rewrite And based on a new iterator interface 26 August 2019, 11:45:17 UTC
back to top