https://github.com/google/cayley

sort by:
Revision Author Date Message Commit Date
3686466 add count iterator to list of types 23 October 2016, 01:31:39 UTC
01c19e8 sql: fix sqlNodeIterator size 22 October 2016, 17:46:32 UTC
e5383b9 allow any order in limit/skip tests 22 October 2016, 17:36:34 UTC
6893d83 fix count iterator 22 October 2016, 17:17:55 UTC
95b3f46 run path tests for each quad store implementation 12 October 2016, 09:47:28 UTC
4f56d38 path: test both optimized and unoptimized case; few more test for gremlin 12 October 2016, 09:46:40 UTC
60e8e8b move path tests to a separate package 12 October 2016, 08:48:24 UTC
9431268 Fix minor typos (#483) 12 October 2016, 08:26:48 UTC
f03d046 Fix link to GremlinAPI.md (#477) 20 September 2016, 21:12:13 UTC
f9f247a allow regexp to match typed strings 17 September 2016, 14:21:47 UTC
e58edb6 expose Unique via path lib and gremlin; implement and expose Count iterator; resolve #240 17 September 2016, 13:20:00 UTC
8223f90 fix dockerignore 17 September 2016, 12:45:02 UTC
50c2b6b too many _iterators in file names 17 September 2016, 11:17:29 UTC
9af0511 make it harder to abuse regexps; add docs explaining why 14 September 2016, 21:32:26 UTC
7fd1e47 gremlin: add regex support 14 September 2016, 18:36:43 UTC
4823f17 iterator: fix Reset and Size for Comparison 14 September 2016, 18:18:17 UTC
ea4c1d5 Implement regex filter as iterator (#474) 14 September 2016, 18:12:00 UTC
7688dfe update quickstart-as-lib docs 14 September 2016, 18:08:09 UTC
80a81ab bolt,leveldb: fix AllQuads iterator not skipping deleted quads, add test 11 September 2016, 12:38:24 UTC
fa51a95 iterator: add variadic arguments to Add, Or and Fixed constructors 08 September 2016, 21:15:38 UTC
b550ff9 add myself to A+C 08 September 2016, 20:47:05 UTC
f109e66 ignore vendor directory in docker build 08 September 2016, 20:36:21 UTC
8b63bd8 query: Refactor interfaces (#471) * query: refactor interfaces * query: registration system, resolves #452 * query: allow to define custom http handlers; remove unnecessary helpers 08 September 2016, 19:36:54 UTC
c601aed fix lru panic 05 September 2016, 22:23:35 UTC
e055ce9 Clone receiver paths (#466) Clone receiver paths (#466) 31 August 2016, 19:48:26 UTC
d32c034 dump: fix double escape of nquad values 29 August 2016, 10:49:00 UTC
2dcadd3 appengine: updating dependency paths and adding documentation (#464) Run aefix against the gaedatastore and added some documentation to the appengine folder along with an example for deploying to the traditional and flexible environments. 26 August 2016, 14:09:20 UTC
4a179d5 gremlin: handle string slice in via parameter 24 August 2016, 17:28:11 UTC
c544f1a appengine: add build constraint (#463) internal/db/repl.go is not used by the appengine deployment, however the file is included in the general build. This commit adds the necessary exclusionary build tag for appengine, and updates app.yaml to the latest go API (1.6.3) available on appengine. 24 August 2016, 08:00:20 UTC
2120784 add vendor to gitignore 23 August 2016, 15:15:05 UTC
a59706b Glide migration (#460) switch to glide for dependency management; resolves #451 19 August 2016, 20:25:58 UTC
5223fc7 Merge pull request #459 from coralproject/master user/pass functionality for mongo backend 19 August 2016, 17:43:44 UTC
dca8ef5 nil instead of pointer to empty struct 19 August 2016, 17:31:27 UTC
1263c7c swith to if statements 19 August 2016, 16:20:58 UTC
bc98b4b user/pass functionality for mongo backend 17 August 2016, 20:15:25 UTC
c7c8cfb Fix Docker building (#456) dockerfile: Add missing dependency. Use relative paths. 16 August 2016, 23:18:10 UTC
4dbea90 Merge pull request #458 from barakmich/bench_leak gremlin: don't require a session to last as long as the timeout 16 August 2016, 23:14:56 UTC
80c8e10 gremlin: don't require a session to last as long as the timeout 16 August 2016, 23:03:31 UTC
a29cd09 Merge pull request #457 from kris-runzer/master graph: fix Is*(err error) checkers to properly compare against *DeltaError 16 August 2016, 20:05:42 UTC
13f6e1e graph: add Is*(err error) checker tests 16 August 2016, 19:38:01 UTC
a962c87 graph: fix Is*(err error) checkers to properly compare against *DeltaError 16 August 2016, 19:18:36 UTC
93762b8 optimize by default in Iterate helper 30 July 2016, 18:57:37 UTC
cf824fe gremlin: clone path objects 29 July 2016, 20:19:39 UTC
c8cfb87 simplify the signature of NextLogOut (manual merge of #264) 29 July 2016, 00:48:20 UTC
bc52367 graph: add iteration helpers, update examples; resolves #446 28 July 2016, 23:54:34 UTC
4ebcb90 http: fix test 24 July 2016, 10:51:36 UTC
71d7495 http: fix json quads decoding 24 July 2016, 10:49:33 UTC
12805a4 gremlin: fix ToArray without arguments 23 July 2016, 21:41:37 UTC
67da1ff iterator: promote Next to main interface; make NoNext an optional interface 23 July 2016, 21:24:19 UTC
1e950cd use new helpers in imports 23 July 2016, 21:21:06 UTC
f733b02 Merge pull request #453 from oren/master Example of BoltDB 23 July 2016, 11:47:28 UTC
54d4921 Uppercase a comment 23 July 2016, 11:27:56 UTC
68b1329 Use tempfile instead of fixed path to the DB 23 July 2016, 11:26:22 UTC
2cd277e Remove the double close 23 July 2016, 11:09:48 UTC
3a54ab3 Update examples/README.md 23 July 2016, 07:15:01 UTC
347978d Example of BoltDB 23 July 2016, 06:43:32 UTC
cf181dd Merge remote-tracking branch 'upstream/master' 23 July 2016, 06:31:57 UTC
d582adb quad: few helpers Make accepts interfaces and converts them via AsValue. Helper for safely calling Native on quad values. 22 July 2016, 02:09:28 UTC
bf28b80 Just better quickstart + examples creation 21 July 2016, 16:37:01 UTC
c39b2db quad: function to unwrap values; resolves #448 18 July 2016, 22:49:17 UTC
4d5124e query: check type assertions, recover properly in gremlin; fixes #450 18 July 2016, 22:12:05 UTC
9be90da graph: cast to Nexter once, remove Next helper 17 July 2016, 21:01:27 UTC
f475101 Merge pull request #378 from dennwc/quad_value Typed Quad values 17 July 2016, 18:02:36 UTC
0bc15ed gremlin: convert values to native types, not strings 17 July 2016, 16:48:10 UTC
168247a gremlin: do not escape string values in results 17 July 2016, 11:34:29 UTC
16f67d5 Add Clone() to Path for easier reuse of Path segments (#444) 16 July 2016, 10:37:36 UTC
0508015 gremlin: string values defaults to quad.String typed, and are parsed for IRI and BNode-like values 15 July 2016, 20:59:14 UTC
0df40b3 quad: helper to convert native types 15 July 2016, 20:23:35 UTC
3c15319 small fixes 15 July 2016, 20:22:55 UTC
b99aa1d Wire Skip and Limit to Gremlin. Also fixed #254. 15 July 2016, 00:52:06 UTC
43358bf postgres: store hashes as binary data instead of hex strings 15 July 2016, 00:52:06 UTC
2841ab6 postgres: prepare each statement in ApplyDeltas 15 July 2016, 00:52:06 UTC
a3a9a4f postgres: generate distinct node insert statements only 15 July 2016, 00:52:05 UTC
e689224 cquads: convert TypedString values to native types automatically on loading 15 July 2016, 00:52:05 UTC
db4ac03 gremlin: allow to specify multiple conditions in Filter 15 July 2016, 00:52:05 UTC
bdfaff9 mongo: optimize comparison iterator 15 July 2016, 00:52:05 UTC
20ccd90 Test for typed value comparison and optimization 15 July 2016, 00:52:05 UTC
03c520a gremlin: expose value comparison iterator via path lib, add tests 15 July 2016, 00:52:05 UTC
4ee7e67 gremlin: support for typed values 15 July 2016, 00:52:05 UTC
fdb8959 gremlin: rewritten, now it's easier extend 15 July 2016, 00:52:05 UTC
f7be686 gremlin: replace JS-based graph object with reflect-based 15 July 2016, 00:52:05 UTC
120290d comparison: compare only values with the same type, add a test for mixed set 15 July 2016, 00:52:05 UTC
2d45632 postgres: store typed values natively; separate LRU cache 15 July 2016, 00:52:05 UTC
cd8a7c1 mongo: fix indexing, remove recursion in LinksTo, remove unnecessary roundtrip 15 July 2016, 00:52:05 UTC
3e89c0f postgres: fix iterators 15 July 2016, 00:52:05 UTC
1a936b4 postgres: new table structure 15 July 2016, 00:52:05 UTC
7ba88e7 Update value comparison iterator. Stop graph.Value madness. 15 July 2016, 00:52:05 UTC
ce2c62e quad: at least try to escape string values 15 July 2016, 00:52:05 UTC
607bc5e cquads: recognize TypedString and LangString in parser 15 July 2016, 00:52:05 UTC
2b6c330 Add a test for Raw-to-typed values exchange. Fix memstore not using hashes in map. 15 July 2016, 00:52:05 UTC
e6024ba path: supports typed values 15 July 2016, 00:52:05 UTC
08bd968 postgres: typed values (protobuf) 15 July 2016, 00:52:05 UTC
b473ad0 quad: HashTo - less allocations. Small test for hashes. 15 July 2016, 00:52:05 UTC
5846f81 mongo: use native value types where possible 15 July 2016, 00:52:05 UTC
086cf7a mongo: typed values (protobuf) 15 July 2016, 00:52:05 UTC
3ddae20 GAE (untyped) iterateResults. More tests. Fixed handling of size and conflicts in postgres. 15 July 2016, 00:52:05 UTC
683e2ca quad: add support for few basic types 15 July 2016, 00:52:05 UTC
60164c4 quad: move values to a separate file 15 July 2016, 00:52:05 UTC
d432fee Unify tests for QuadStore. Run Mongo/Postgres in Docker automatically. 15 July 2016, 00:52:05 UTC
3326bbd leveldb: migration code 15 July 2016, 00:52:00 UTC
back to top