sort by:
Revision Author Date Message Commit Date
7fa20fc Merge pull request #237 from jf87/master added example n-quad file for gremlin api description 25 April 2015, 23:13:08 UTC
0570c71 Merge pull request #236 from barakmich/mongo_indexed_lto Mongo Indexed LinksTo 25 April 2015, 23:11:48 UTC
c3c5fe5 Fix nits 25 April 2015, 23:08:20 UTC
5b207d7 Fix spelling mistake in GremlinAPI.md 24 April 2015, 08:13:46 UTC
46093c2 Merge pull request #235 from jzelinskie/godeps store dependencies' versions with godep 23 April 2015, 20:51:00 UTC
64fa0f8 store dependencies' versions with godep These dependencies can be loaded into your $GOPATH simply executing `godep restore`. This will allow builds to become reproducible, without getting in the way of those wanting to consume parts of the project's source code as a library. 23 April 2015, 20:36:16 UTC
00cd5f2 Changed gremlin_test.go to use data/testdata.nq gremlin_test.nt is not necessary anymore -- actually it was not used before ;-) 23 April 2015, 13:14:00 UTC
e851864 changed to new testdata file that is now used throughout the documentation 22 April 2015, 15:05:38 UTC
5e3aafb added example n-quad file for gremlin api description 21 April 2015, 12:25:49 UTC
355c8ee generalize Linkage, add relevant comments 20 April 2015, 00:07:14 UTC
6201e70 Better size reporting 19 April 2015, 20:43:15 UTC
102b3d7 fix NewAnd taking quadstore in tests 19 April 2015, 19:18:11 UTC
b90ba7c don't replace unless strictly better 19 April 2015, 18:59:22 UTC
4e31117 cache size checks in mongo backend 19 April 2015, 17:43:10 UTC
5be1df3 initial mongo indexed linksto 19 April 2015, 17:43:10 UTC
6764ea0 Merge pull request #233 from barakmich/decompressor fix decompressing for http 16 April 2015, 23:11:24 UTC
ab8306d move decompressor test 16 April 2015, 23:01:18 UTC
f64df95 move decompressor to internal 16 April 2015, 22:02:35 UTC
2b86c28 fix decompressing for http 16 April 2015, 21:43:25 UTC
a8f2db7 Merge pull request #231 from andrew-d/andrew-add-myself-as-author Add myself to AUTHORS + CONTRIBUTORS 16 April 2015, 19:19:30 UTC
1308826 Add myself to AUTHORS + CONTRIBUTORS 16 April 2015, 19:08:12 UTC
4f69690 Merge pull request #229 from andrew-d/andrew-Err-method Add Err() and Close() methods to Iterators 16 April 2015, 19:05:04 UTC
d91bb5c Fix phrasing in a comment 15 April 2015, 23:51:30 UTC
8abb380 Move 'err' to the end of the struct 15 April 2015, 23:49:47 UTC
c9de029 s/(serr|err2)/_err/g 15 April 2015, 23:39:51 UTC
131f5de Fix a missed review comment 15 April 2015, 23:30:01 UTC
5eed4d9 Address review comments 15 April 2015, 23:28:13 UTC
430ff50 Test for errors in .Contains() and .NextPath() 15 April 2015, 22:28:46 UTC
7de923d Remove even more Fatal* calls 15 April 2015, 21:14:33 UTC
1990eba Stop calling glog.Fatal* in a bunch of places 15 April 2015, 21:07:45 UTC
cacdb74 Handle errors in more places in HasA Iterator 15 April 2015, 20:51:46 UTC
0355b89 Don't save non-errors in the memstore iterator As per the following link, io.EOF is returned to signal "no more items". Thus, we don't treat this as an error, and don't save it. https://godoc.org/github.com/cznic/b#Enumerator 15 April 2015, 18:46:26 UTC
52d0b87 Add an additional static type assertion 15 April 2015, 18:17:33 UTC
33dd596 Remove graph.Err helper function Since Err() is now a member of the Iterator interface, we don't need this helper function anymore. 15 April 2015, 18:15:55 UTC
745d487 Fix Err fallout for graph/iterator.LinksTo iterator 15 April 2015, 17:58:37 UTC
accbc60 Move Err() method to Iterator interface, fix fallout 15 April 2015, 17:51:22 UTC
912b126 Fix Err fallout for graph/iterator.Materialize iterator 15 April 2015, 17:48:50 UTC
0148f6e More Close() docs 15 April 2015, 05:13:56 UTC
1b6395e Make Close() method on Iterators return an error 15 April 2015, 03:17:31 UTC
5c9979e Fix Err fallout for graph/gaedatastore iterator 15 April 2015, 02:58:39 UTC
bd2b2b7 Fix Err fallout for graph/mongo iterator 15 April 2015, 02:11:39 UTC
5efd90a Fix Err fallout for graph/leveldb iterators 15 April 2015, 02:11:23 UTC
9cdeb51 Fix Err fallout for graph/memstore iterators 15 April 2015, 01:56:05 UTC
3ce9adb Fix Err fallout for graph/bolt iterators 15 April 2015, 01:55:48 UTC
aaa3f27 Fix Err fallout for graph/iterator.Or iterator 15 April 2015, 01:49:02 UTC
40cbbfc Fix Err fallout for graph/iterator.Comparison iterator 15 April 2015, 01:39:08 UTC
bb5fd55 Fix Err fallout for graph/iterator.HasA iterator 15 April 2015, 01:39:07 UTC
742277e Fix Err fallout for graph/iterator.And iterator 15 April 2015, 01:39:07 UTC
c156fd6 Fix Err fallout for graph/iterator.Not iterator 15 April 2015, 01:39:07 UTC
1181e76 Add testIterator for use in testing 15 April 2015, 01:39:07 UTC
6cb67cd Add a helper function Err, similar to graph.Next 14 April 2015, 23:58:20 UTC
f1d7600 Fix Err fallout for graph/iterator.Null iterator 14 April 2015, 23:57:57 UTC
ebb45d4 Fix Err fallout for graph/iterator.Fixed iterator 14 April 2015, 23:35:08 UTC
c013301 Fix Err fallout for graph/iterator.Int64 iterator 14 April 2015, 23:34:03 UTC
e078388 Add Err() method to Nexter interface 14 April 2015, 23:33:32 UTC
6aad2b1 Add static type assertions Assert that various iterators satisfy the graph.Nexter interface 14 April 2015, 23:28:46 UTC
8471898 Merge master and gaedatastore branch 04 April 2015, 23:09:33 UTC
a5cc400 graph: tighten up primarykey json marshaling to prefer integer keys 04 April 2015, 23:00:56 UTC
f1579c1 Merge pull request #218 from barakmich/primarykey Fix PrimaryKey Marshalling and add Bolt test 04 April 2015, 22:05:04 UTC
29ae0de Merge pull request #225 from alexwlchan/master A couple of small spelling fixes in the docs 04 April 2015, 22:04:15 UTC
19f268c A couple of small spelling fixes in the docs 02 April 2015, 03:27:57 UTC
643e721 added sync pools for hashing 26 February 2015, 00:52:09 UTC
9281fc2 Travis: fixed working directory issue with GAE 25 February 2015, 10:25:35 UTC
3d2ad30 fixed .travis.yml issue 25 February 2015, 09:57:37 UTC
b4b9d0d Updated travis to run goapp test 25 February 2015, 09:52:50 UTC
55c1fe9 Primary key refactoring re. Un/Marshaling of JSON and the unique keys, plus the ApplyDelta() and 'defensive' changes introduced by Kortshack, also did some tidying up. 25 February 2015, 09:40:27 UTC
bffcd47 Fix PrimaryKey Marshalling and add Bolt test Based on LevelDB test exactly. Sure enough, it found a bug. 21 February 2015, 23:26:52 UTC
299cca5 Query api requests now have the special handling for appengine, can't test properly owing to instability of appengine SDK 21 February 2015, 22:55:36 UTC
1ddc94c Fixed crash in iterator Clone(), added test 21 February 2015, 22:55:36 UTC
a5aca09 Stopped appengine exclusive tests being built by the go test tool 21 February 2015, 22:55:36 UTC
d545fc4 renamed GetType() to Type(), fixed iterator tests 21 February 2015, 22:55:36 UTC
4bafc22 Fixed appengine.go + minor changes 21 February 2015, 22:55:36 UTC
fbb3fc8 Changes to get cayley running on appengine again. 21 February 2015, 22:55:36 UTC
5e61e2e Appengine datastore backend implementation, beta version, not optimized. \n CR: nobody \n Tests: Unit tests, manual 21 February 2015, 22:46:11 UTC
b123cd6 Moved appengine module files to their own directory so they don't interfere with the 'goapp' tool 21 February 2015, 22:46:11 UTC
35ccfe7 Added functionality so quadstore is generated per request (if needed) for the new appengine backend \n CR : nobody \n Tests run: unit tests 21 February 2015, 22:46:11 UTC
2c74cb1 Merge pull request #217 from barakmich/primarykey Rewrite keys into concrete types, remove key package 21 February 2015, 21:37:55 UTC
32b98a7 Merge pull request #216 from barakmich/cleanup Clean up a little lint and some shadowed variables 21 February 2015, 21:25:27 UTC
67673b3 Clean up a little lint and some shadowed variables 21 February 2015, 21:21:48 UTC
cf3e286 Rewrite keys into concrete types, remove key package 21 February 2015, 21:19:51 UTC
969aa1a Merge pull request #207 from LAlbertalli/master Add options to ignore duplicate or missing quad 11 February 2015, 20:45:58 UTC
472d862 Changed the ApplyDeltas signature 11 February 2015, 02:17:54 UTC
1f296aa Merge pull request #210 from kortschak/query Make query/... interfaces more idiomatic 11 February 2015, 00:25:43 UTC
50c3e5f Shortended function signature and changed flag priority 10 February 2015, 18:48:02 UTC
cca6d53 Modified mock iterator for the new interface of ApplyDeltas 10 February 2015, 03:02:58 UTC
a7b1eb7 Updated the config file 10 February 2015, 02:48:49 UTC
6134bc8 Moved configuration to Quadwriter and added to config file 10 February 2015, 02:43:26 UTC
21c2d75 Make query/... interfaces more idiomatic Also revert the data type returned by queries to interface{} (the change made sense at the time). 10 February 2015, 00:26:03 UTC
ad76498 Merge pull request #206 from barakmich/negation_benchmark bench: Add some grunty Not queries to the integration test (derived from... 09 February 2015, 02:07:55 UTC
68cd44b Removed a debug line 07 February 2015, 01:52:09 UTC
ce1cce5 Added command line options to ignore duplicate quad in add or missing quad in delete 07 February 2015, 01:49:16 UTC
cd35572 Update the docs, fixes #205 06 February 2015, 02:30:43 UTC
9450d86 bench: Add some grunty Not queries to the integration test (derived from existing queries) 06 February 2015, 02:13:30 UTC
3c64b52 Merge pull request #146 from buley/master Misspellings in Gremlin and Config docs 06 February 2015, 01:41:45 UTC
c2fab56 Merge pull request #153 from mataevs/exceptop Except/Not Operator for Gremlin. 06 February 2015, 01:38:19 UTC
9a2dcab Merge pull request #204 from barakmich/minor_fixes Minor doc fixes 06 February 2015, 01:09:15 UTC
8d08e80 Merge pull request #159 from kortschak/dups Provide informative logging for dups/absences 04 February 2015, 00:13:19 UTC
a65472e subsuming fix for #161 04 February 2015, 00:12:42 UTC
b9cf3c0 fix #199 by mentioning query objects 04 February 2015, 00:09:47 UTC
93acd2d .md missing 04 February 2015, 00:06:00 UTC
back to top