Tyler Gibbons
0dd93f87a9
Fix mis-named packages, run tests
2015-10-01 19:14:17 -07:00
Tyler Gibbons
51f5a86232
Refactor for readability
...
Added more documentation, converted logical operations to (hopefully)
consistent 'route' metaphor, and moved all AND(iterator, iterator)
stanzas out into a single join() function that is more descriptive of
what's actually happening
2015-10-01 19:09:33 -07:00
42aa91b77f
Merge pull request #296 from kortschak/bolt-panic
...
graph/bolt: don't panic on unitialised store
2015-09-18 05:34:59 -04:00
f3e37867e0
Merge pull request #303 from barakmich/memstore_semantics
...
Fixes memstore transaction semantics
2015-09-03 13:35:09 -04:00
3e2b490063
Fixes memstore transaction semantics
2015-09-03 13:32:09 -04:00
b8b3e1b45a
Merge pull request #297 from barakmich/travis
...
Roll the Go version forward on Travis builds (new stable)
2015-08-19 13:46:00 -04:00
7dbc3b9946
Roll the Go version forward on Travis builds (new stable)
2015-08-19 13:39:54 -04:00
kortschak
88262ac344
graph/bolt: don't panic on unitialised store
...
Fixes #295 .
2015-08-17 09:46:18 +09:30
17c636ad29
Merge pull request #293 from barakmich/and_alls
...
Add check for multiple all iterators
2015-08-12 16:00:26 -04:00
ac1fa668e7
Add check for multiple all iterators
...
Update test to reflect that the two Alls will be collapsed,
also fix the test of tag optimization to use fixed iterators.
2015-08-12 15:26:19 -04:00
f54a84ff0b
Merge pull request #255 from kortschak/internalize
...
internal: move {config,db,http} into internal
2015-08-10 20:39:12 -04:00
kortschak
a8b3a04eda
internal: move {config,db,http} into internal
2015-08-11 10:01:11 +09:30
fa26e68773
Merge pull request #291 from skynet/patch-1
...
Update README.md
2015-08-04 16:04:10 -04:00
Ionel Roiban
2a90e89a32
Update README.md
2015-08-04 01:38:18 -04:00
Ionel Roiban
124e2347f2
Update README.md
...
Fix link to Google's [Knowledge Graph](https://www.google.com/search/about/ )
2015-08-04 01:01:29 -04:00
13640290ce
Merge pull request #262 from neonstalwart/string-comparison-iterator
...
add string comparison to value comparison iterator
2015-07-31 17:12:38 -04:00
82919de240
Merge pull request #270 from tmlbl/master
...
Small REPL Improvements
2015-07-31 16:41:12 -04:00
d4024533ee
Merge pull request #287 from igm/patch-1
...
Fixed multiplier for position of "label" in case of "po" key entry
2015-07-31 15:16:30 -04:00
e3564854ef
Merge pull request #288 from cayleydb/master
...
Update README.md
2015-07-31 15:15:25 -04:00
GuiQuanZ
ba7a948659
Update README.md
2015-07-31 14:18:31 +08:00
Igor Mihalik
a8c885a5e8
Fixed multiplier for position of "label" in case of "po" key entry
...
in "po", the ordering is {"predicate","object","subject","label"} thus the offset of label is 3*hashSize+2
2015-07-28 14:09:23 +02:00
250ad9669d
Merge pull request #283 from barakmich/docs
...
Docs update based on @KamiQuasi #280
2015-07-13 18:14:53 -04:00
472271af1f
change based on @KamiQuasi #280
2015-07-13 18:13:57 -04:00
4509a01d6c
Merge pull request #278 from lytics/fix-uuid-import
...
Use new import path for go-uuid
2015-07-13 18:07:52 -04:00
a67513e92b
Merge pull request #282 from jzelinskie/appenginebump
...
travis.yml: bump appengine dependency
2015-07-13 18:04:57 -04:00
Jimmy Zelinskie
140067a56f
travis.yml: bump appengine dependency
...
This is currently breaking CI. We should ultimately find a better place
to download this binary, because Google doesn't seem to host old
versions for very long.
2015-07-13 15:27:00 -04:00
Michael Schurter
db8353a7f1
Missed a test usage of old go-uuid import
2015-06-29 10:08:37 -07:00
Michael Schurter
dfb9939d86
Use new import path for go-uuid
2015-06-26 14:05:10 -07:00
e600e02514
Merge pull request #274 from barakmich/transaction
...
Add transaction (a list of deltas) as a primitive for applying sets o…
2015-06-23 17:58:10 -04:00
7934252fb5
Add transaction (a list of deltas) as a primitive for applying sets of changes
...
... and Fix idomaticness
2015-06-23 17:53:24 -04:00
25885ece99
Merge pull request #271 from nii236/nii236-patch-1
...
Widened visualisation box to 100%
2015-06-23 17:51:06 -04:00
1b7a04cfd3
Merge pull request #273 from panamafrancis/master
...
Added myself to the A+C
2015-06-23 17:50:36 -04:00
panamafrancis
4af66f5ddc
updated TODO.md
2015-06-17 17:44:05 +02:00
panamafrancis
625882d8d1
Added myself to the A+C
2015-06-14 21:51:11 +02:00
John Nguyen
0735dc0e36
Widened visualisation box to 100%
2015-06-10 16:09:08 +08:00
Tim Lebel
43b3610dc1
No plural when only one result
2015-06-05 10:39:49 -07:00
Tim Lebel
74c7c6bfa5
Fixes #261 -- Quit repl when user types "exit"
2015-06-05 10:39:49 -07:00
41f1a2b9a9
Merge pull request #267 from barakmich/save_path
...
Add Save and Has API functions
2015-06-04 15:37:59 -04:00
f825fef208
Add Save/SaveReverse and HAS API and split path.go into two files
2015-06-04 15:37:09 -04:00
34de880945
Merge pull request #268 from Quentin-M/openGoApi
...
Allow opening a database (bolt, leveldb, mongo) through Go API
2015-06-02 18:02:59 -04:00
Quentin MACHU
3b58ae9994
Allow opening a database (bolt, leveldb, mongo) through Go API
2015-06-02 18:01:00 -04:00
c2e410dd2c
Merge pull request #247 from barakmich/linkage
...
Clean up Linkage definition
2015-06-02 15:46:00 -04:00
f821db0f30
Merge pull request #243 from allonhadaya/in-out-predicates
...
In out predicates
2015-06-02 14:48:34 -04:00
d639aa3205
Clean up Linkage definition
...
A linkage is a direction/value pair, and that's all. A set of these can
have helper functions and the like. Cleans up some assumptions of
functionality that isn't useful (yet).
2015-06-02 14:46:19 -04:00
3a7da9f2a0
Merge pull request #249 from barakmich/fix_bolt
...
Fix bug where first Bolt iteration ignores deletion
2015-06-02 14:44:21 -04:00
e434e76d1e
Merge pull request #263 from barakmich/or_iterator_describe
...
Fix describe in Or iterator
2015-05-29 16:29:07 -04:00
75248c2366
Merge pull request #260 from neonstalwart/memstore-touchup
...
collapse 2 iterations into 1 in memstore
2015-05-29 15:38:35 -04:00
09f59d1832
Merge pull request #258 from op/metadata-npe
...
Fix nil pointer panic when meta bucket is missing
2015-05-29 15:35:21 -04:00
5b645037d2
Merge pull request #259 from barakmich/leveldb_iterator_overflow
...
Fix LevelDB deleted-triple iterator stack overflow bug
2015-05-29 15:30:04 -04:00
a6bd9cb1e2
fix describe in or iterator
2015-05-29 15:28:52 -04:00