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
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
Ö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