Commit graph

610 commits

Author SHA1 Message Date
a6bd9cb1e2 fix describe in or iterator 2015-05-29 15:28:52 -04:00
ben hockey
b2482ac5e1 add string comparison to value comparison iterator 2015-05-29 10:27:53 -05:00
Örjan Persson
6f6e14ee52 Fix nil pointer panic when meta bucket is missing
If NewQuadStore was called without first calling InitQuadStore, the
runtime would panic since the meta bucket never was created.
2015-05-29 15:50:38 +02:00
ben hockey
138fbbe7ce collapse 2 iterations into 1 in memstore 2015-05-28 15:11:35 -05:00
3f022227ce Fix LevelDB deleted-triple iterator stack overflow bug 2015-05-28 15:48:58 -04:00
7c0d8b28b0 Merge pull request #257 from neonstalwart/mempory-cmp
move cmp to where it's used
2015-05-27 18:23:23 -04:00
ben hockey
9c4cc20436 bump app engine sdk 2015-05-27 17:05:43 -05:00
ben hockey
678c7c843a move cmp to where it's used 2015-05-27 16:50:54 -05:00
680bb244d2 Merge pull request #253 from kortschak/redundancy
graph: remove redundant type
2015-05-05 18:56:52 -04:00
kortschak
59aca3a32e graph: remove redundant type 2015-05-06 08:24:45 +09:30
da854a9a18 Merge pull request #208 from barakmich/issue64
Go API
2015-05-01 20:56:58 -04:00
2356ba4a64 export Quad via a function 2015-05-01 18:53:37 -04:00
cb00876747 Fix bug where first Bolt iteration ignores deletion 2015-05-01 12:41:48 -04:00
49d9d0192e Merge pull request #248 from heyalexej/fix-link
update leveldb link and fix some https links in README
2015-05-01 11:39:39 -04:00
Hey Alexej
fbbdc35506 update leveldb link and fix some https links in README 2015-05-01 22:11:48 +07:00
fa9945ed92 Add imports file to root; expansion welcome 2015-04-30 23:22:49 -04:00
Andrew Dunham
b8a214bd94 Initial work at documenting new Go API 2015-04-30 23:02:27 -04:00
0e50027be8 var renames, remove Func, etc 2015-04-30 23:02:27 -04:00
b9ca485321 Late bind the QuadStore and add Except and Tag 2015-04-30 23:02:27 -04:00
4128133675 add Is, Follow, and All to the path API 2015-04-30 23:02:27 -04:00
3dc74329c0 rename to path 2015-04-30 23:02:27 -04:00
287ea63e2d rename to paths 2015-04-30 23:02:27 -04:00
cb2caad603 privatize morphism 2015-04-30 23:02:27 -04:00
7b8b72dc54 unify morphisms and paths 2015-04-30 23:02:26 -04:00
37bf954db6 test via 2015-04-30 23:02:26 -04:00
2bceb9c25f implement reverse v1 2015-04-30 23:02:26 -04:00
5451d07ff5 first run at an api 2015-04-30 23:02:26 -04:00
ca8c1912de Merge pull request #245 from andrew-d/andrew-refactor-packages
Refactor packages
2015-04-30 22:57:58 -04:00
a33b28abe8 Merge pull request #246 from andrew-d/andrew-fix-travis
Fix TravisCI tests
2015-04-29 18:13:49 -04:00
Andrew Dunham
357478d1d1 Don't create a util package - move the functionality to 'internal' 2015-04-29 13:26:44 -07:00
Andrew Dunham
2d24d2ed3b Upgrade to latest App Engine SDK 2015-04-29 12:52:18 -07:00
Andrew Dunham
c1771fa72b Add .gitignore 2015-04-29 12:47:29 -07:00
Andrew Dunham
e9e768ce36 Refactor location of code
1. The 'cayley' command now lives under cmd/
2. Integration tests live under integration/
3. Some utility functions used in both the integration tests and the
   'cayley' command were split to their own 'util' package.
2015-04-29 12:45:58 -07:00
7f1607693a Merge pull request #244 from andrew-d/andrew-remove-ResultTree
Remove deprecated ResultTree API
2015-04-28 19:35:49 -04:00
Andrew Dunham
189961cb8d Remove deprecated ResultTree API 2015-04-28 15:57:35 -07:00
07303c708b Merge pull request #241 from Dabaez/patch-1
Update README.md
2015-04-26 23:35:20 -04:00
Allon Hadaya
35a96a3a81 Update in and out predicates to use unique iterator. 2015-04-26 17:49:51 -04:00
Allon Hadaya
f775756ad1 Alpha attempt at in and out predicates. 2015-04-26 17:49:51 -04:00
86ae24f59d Merge pull request #242 from barakmich/unique_iterator
Implement the Unique iterator
2015-04-26 17:48:42 -04:00
890f1b69f4 unique iterator implementation 2015-04-26 17:45:17 -04:00
Dabaez
1554b6ca51 Update README.md
Adding documentation on visualizer (lines 65-79)
2015-04-26 15:32:21 -04:00
7fa20fc306 Merge pull request #237 from jf87/master
added example n-quad file for gremlin api description
2015-04-25 19:13:08 -04:00
0570c71601 Merge pull request #236 from barakmich/mongo_indexed_lto
Mongo Indexed LinksTo
2015-04-25 19:11:48 -04:00
c3c5fe50c1 Fix nits 2015-04-25 19:08:20 -04:00
Jonathan Fuerst
5b207d7c64 Fix spelling mistake in GremlinAPI.md 2015-04-24 10:13:46 +02:00
46093c2307 Merge pull request #235 from jzelinskie/godeps
store dependencies' versions with godep
2015-04-23 16:51:00 -04:00
Jimmy Zelinskie
64fa0f8032 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.
2015-04-23 16:36:16 -04:00
Jonathan Fuerst
00cd5f22c6 Changed gremlin_test.go to use data/testdata.nq
gremlin_test.nt is not necessary anymore
-- actually it was not used before ;-)
2015-04-23 15:14:00 +02:00
Jonathan Fuerst
e851864576 changed to new testdata file that is now used throughout the documentation 2015-04-22 17:05:38 +02:00
Jonathan Fuerst
5e3aafb47b added example n-quad file for gremlin api description 2015-04-21 14:25:49 +02:00