Commit graph

580 commits

Author SHA1 Message Date
l.albertalli
68cd44b986 Removed a debug line 2015-02-06 17:52:09 -08:00
l.albertalli
ce1cce5a01 Added command line options to ignore duplicate quad in add or missing quad in delete 2015-02-06 17:49:16 -08:00
cd35572b6c Update the docs, fixes #205 2015-02-05 21:30:43 -05:00
9450d86881 bench: Add some grunty Not queries to the integration test (derived from existing queries) 2015-02-05 21:13:30 -05:00
3c64b52e39 Merge pull request #146 from buley/master
Misspellings in Gremlin and Config docs
2015-02-05 20:41:45 -05:00
c2fab568c7 Merge pull request #153 from mataevs/exceptop
Except/Not Operator for Gremlin.
2015-02-05 20:38:19 -05:00
9a2dcab51b Merge pull request #204 from barakmich/minor_fixes
Minor doc fixes
2015-02-05 20:09:15 -05:00
8d08e80396 Merge pull request #159 from kortschak/dups
Provide informative logging for dups/absences
2015-02-03 19:13:19 -05:00
a65472e99b subsuming fix for #161 2015-02-03 19:12:42 -05:00
b9cf3c02ca fix #199 by mentioning query objects 2015-02-03 19:09:47 -05:00
93acd2df65 .md missing 2015-02-03 19:06:00 -05:00
d2434b024d Merge pull request #180 from bkendall/fix-mongo-cache-no-tests
Prevent empty values in cache (using mongo)
2015-02-03 18:58:33 -05:00
327b6aac49 Merge pull request #203 from kortschak/defensive
Make graph.Delta zero state invalid for use
2015-02-03 18:53:17 -05:00
88025bdf77 Merge pull request #202 from kortschak/errors
Ensure callers get errors when they happen
2015-02-03 18:53:11 -05:00
b878c69969 Merge pull request #195 from varadharajan/fix-hash-size
Allocate 82 bytes instead of 62 bytes in LevelDB's CreateKeyFor method
2015-02-03 18:46:03 -05:00
31d9078a64 Merge pull request #192 from bcleenders/quickfix_repl_commands
Prevents repl panic, uses primary key generation for all writers
2015-02-03 18:44:47 -05:00
kortschak
46f987ca51 Make graph.Delta zero state invalid for use
Previously, an incorrectly initialised Delta (omission of Action) would
result in an Add operation. Make that detectable and return an error.
2015-01-27 08:39:50 +10:30
kortschak
d743de6b87 Add call to loadFn hook
Also add error return.
2015-01-26 16:36:31 +10:30
kortschak
9e378302f5 Ensure callers get errors when they happen
Previously we silently dropped portions or all of a block when a
duplicate quad is found. We still fail now, but we tell someone.

Fixes #201.
2015-01-26 14:56:10 +10:30
Varadharajan Mukundan
98d5f3b8d7 In LevelDB's createKeyFor method we allocate size for 3 hashes but append 4 hashes. Eventhough append handles it intelligently, the code is misleading 2015-01-05 18:21:20 +05:30
bcleenders
1df8ca2aef Renamed variables 2014-12-29 16:18:01 +01:00
bcleenders
679a29d61e Merge branch 'quickfix_repl_commands' of github.com:bcleenders/cayley into quickfix_repl_commands 2014-12-29 14:34:06 +01:00
bcleenders
4892089672 Adds default for unknown commands 2014-12-29 14:33:46 +01:00
bcleenders
9c9f588e96 Update docs
Quads must end with a dot ("."), as specified in the grammar
2014-12-29 14:33:46 +01:00
bcleenders
295a379ed7 Implements helper to split command from arguments
Also tests the helper function (ofc...)
2014-12-29 14:33:45 +01:00
bcleenders
18da497f3f Adds adding/removing using repl to docs 2014-12-29 14:33:44 +01:00
bcleenders
d8ce91efac Prevents repl panic 2014-12-29 14:33:43 +01:00
bcleenders
1a1904d943 Adds default for unknown commands 2014-12-29 11:02:20 +01:00
bcleenders
07167998ab Update docs
Quads must end with a dot ("."), as specified in the grammar
2014-12-29 00:12:37 +01:00
bcleenders
8efb94d2b7 Implements helper to split command from arguments
Also tests the helper function (ofc...)
2014-12-29 00:00:31 +01:00
9088fe376b Merge pull request #186 from panamafrancis/primarykeys
Implementation of the PrimaryKey type
2014-12-28 14:05:58 -08:00
bcleenders
1177852de7 Adds adding/removing using repl to docs 2014-12-24 01:12:20 +01:00
bcleenders
6e62d346c9 Prevents repl panic 2014-12-23 23:22:48 +01:00
dce931c33e Merge pull request #190 from barakmich/testdeps
mathutil is back in line
2014-12-19 13:44:51 -08:00
3e2c2d7ec4 mathutil is back in line 2014-12-19 13:47:30 -05:00
7369596812 Merge pull request #189 from barakmich/testdeps
temporary travis fix
2014-12-12 20:43:55 -05:00
6851834207 temporary travis fix 2014-12-12 20:41:36 -05:00
09478bfa64 Merge pull request #188 from kortschak/leveldb
Fix leveldb change skew
2014-12-12 10:40:30 -05:00
kortschak
844e811f0f Fix leveldb change skew
Make leveldb match the changes in syndtr/leveldb API due to breakages at
syndtr/goleveldb@63c9e64.
2014-12-12 08:24:38 +10:30
panamafrancis
abda6cbbb0 Refactoring of Delta.IDs & horizon functionality with a PrimaryKey type, needed for implementing UUID based primary keys for backends such as the appengine datastore \n Tests: at top level and if available per backend, if not then just visual 2014-12-01 23:00:06 +01:00
26ceed35cc Merge pull request #182 from barakmich/trello
Remove the news in the README, add Trello Link
2014-11-14 17:36:57 -05:00
4429714c57 Remove the news in the README, add Trello Link 2014-11-14 17:35:32 -05:00
Bryan Kendall
d275c93ca3 provide a default database for the mongo tests 2014-11-01 17:18:54 -07:00
Bryan Kendall
03c82c7463 prevent cache from storing empty values 2014-11-01 17:18:28 -07:00
8437520018 Merge pull request #162 from kortschak/issue160
Issue160
2014-10-15 03:30:37 -04:00
Matei Chiperi
52be8fb21b Updated Except operator to the new operator interface. 2014-10-02 16:34:17 -07:00
Matei Chiperi
f86bddd50a Merge branch 'master' into exceptop 2014-10-02 16:08:51 -07:00
cfa2cc647a Merge pull request #167 from kortschak/issue165
Don't retain results where the value is empty
2014-09-23 20:13:37 -04:00
kortschak
e71d19c851 Don't retain results where the value is empty
Empty quad terms are not valid, so we should be able to safely drop any
results where the value is "".
2014-09-24 09:14:59 +09:30
9ae13957b3 Merge pull request #166 from kortschak/issue163
Ensure we don't examine empty token
2014-09-23 19:26:03 -04:00