Commit graph

5531 commits

Author SHA1 Message Date
Linh Vo
98c22d8eb3 add comment for settimestamp action 2017-09-05 09:56:10 -05:00
Linh Vo
7562d0fb15 Merge branch 'master' of github.com:pilosa/pilosa into rowID-zero-bug 2017-09-05 08:46:47 -05:00
Linh Vo
15ed65cb60 update driven table test, add timestamp action test 2017-09-04 23:37:16 -05:00
Linh Vo
9fc308925b fix rowID=0 bug 2017-09-01 16:49:04 -05:00
Todd Gruben
c418d73fa7 zero alloc WriteTo 2017-09-01 14:56:14 -05:00
Todd Gruben
eb98bdd8c6 no allocating WriteTo 2017-09-01 13:39:51 -05:00
Matthew Jaffee
c2f5998845 Merge pull request #808 from jaffee/fix-input-def-docs
fix a number of typos in input definition docs
2017-09-01 11:50:28 -05:00
Matthew Jaffee
34bb859e12 Merge pull request #806 from jaffee/config-example
add cluster config example to docs
2017-09-01 11:44:25 -05:00
Matthew Jaffee
fbc4b6bd63
fix a number of typos in input definition docs 2017-09-01 11:12:51 -05:00
Matthew Jaffee
655f84a4a4
add cluster config example to docs 2017-08-31 16:42:23 -05:00
Matthew Jaffee
5482eb87fb Merge pull request #801 from jaffee/remove-net-ctx
use context everywhere instead of golang.org version
2017-08-31 09:38:30 -05:00
Todd Gruben
ee1da22979 Merge remote-tracking branch 'upstream/master' 2017-08-30 16:37:48 -05:00
alanbernstein
c05d0235fd Merge pull request #802 from alanbernstein/update-moved-repos
Update repo url
2017-08-30 16:03:56 -05:00
Alan Bernstein
64335e71c5 Update repo url 2017-08-30 10:56:54 -05:00
Matthew Jaffee
b0230f8ba9
dep ensure 2017-08-30 10:54:08 -05:00
Matthew Jaffee
3d6dbcfc7b
use context everywhere instead of golang.org version 2017-08-30 10:36:28 -05:00
Todd Gruben
3995ae6ca4 Merge remote-tracking branch 'upstream/master' 2017-08-29 15:11:15 -05:00
tgruben
6e4148688e Merge pull request #796 from tgruben/rank-bug
remove go1.7 from travis
2017-08-29 15:02:11 -05:00
Todd Gruben
a0ff973c03 added go1.9 to travis 2017-08-29 14:49:19 -05:00
Todd Gruben
fd73349cd6 remove go1.7 from travis 2017-08-29 14:45:19 -05:00
Todd Gruben
f62c817a75 removed go1.7 support from travis 2017-08-29 14:43:25 -05:00
tgruben
fc26cb2457 Merge pull request #795 from tgruben/rank-bug
account for all same values in rank
2017-08-29 13:25:11 -05:00
Todd Gruben
773019a0f3 corrected nameing 2017-08-28 14:15:59 -05:00
Todd Gruben
60ee6dcfdd constant cache removal 2017-08-28 14:12:31 -05:00
Todd Gruben
6a70f27f59 account for all same values in rank 2017-08-28 13:46:18 -05:00
Michael Baird
62791e7a2f Merge pull request #785 from raskle/613-delete-view
Delete view API
2017-08-28 13:38:07 -05:00
Ben Johnson
06fc14b209 Merge pull request #791 from benbjohnson/pql-range
Add field Range() support to Executor.
2017-08-28 08:40:51 -06:00
Michael Baird
5cbd312085 Send delete view message to all nodes regardless if the receiving node contains that view. 2017-08-28 09:23:06 -05:00
Travis Turner
26c5d644f0 Merge pull request #794 from travisturner/fix-differencerunrun-count
set container.n in differenceRunRun
2017-08-26 12:05:33 -05:00
Travis
52428ee6ac
Correct a comment in the tests 2017-08-26 11:47:59 -05:00
Travis
31f1fe0be1
set container.n in differenceRunRun 2017-08-25 19:23:09 -05:00
tgruben
8c03e7c3bb Merge pull request #789 from tgruben/xor-pql
Xor support for PQL
2017-08-25 16:27:03 -05:00
Yuce Tekol
083fa3a2b8 Merge pull request #783 from yuce/bitmap-attrs
Adds suprressing attributes and bits for Bitmap queries. Resolves #632
2017-08-26 00:10:08 +03:00
Yuce Tekol
3367c69959
merged with master 2017-08-25 23:59:40 +03:00
Travis Turner
dcff924be4 Merge pull request #793 from travisturner/fix-default-container-type
ensure new containers have a type
2017-08-25 14:17:37 -05:00
Travis
cef489c726
ensure new containers have a type 2017-08-25 13:34:57 -05:00
Michael Baird
60a4ad0c52 Use the full view name in the Delete API. Will need to append the prefix: standard_, inverse_, or field_ 2017-08-25 08:11:00 -05:00
Todd Gruben
cc6dd708f5 increased test coverage for BitmapSegments;fixed bug in Xor 2017-08-24 15:32:08 -05:00
Ben Johnson
ad847f2c8a
Add field Range() support to Executor. 2017-08-24 13:34:57 -06:00
tgruben
644262810f Merge pull request #786 from tgruben/xor-bug
Xor bug
2017-08-24 14:13:25 -05:00
Todd Gruben
72041eb4f2 comment cleanup 2017-08-24 13:49:43 -05:00
Todd Gruben
0f91149852 converted xorArrayRun test to table; xor cardinality bug fix 2017-08-24 13:47:58 -05:00
Todd Gruben
3235d83c9b Xor support for PQL 2017-08-23 13:12:28 -05:00
Todd Gruben
ee3324ba8e overflow in arrayRun with supporting tests 2017-08-23 11:20:33 -05:00
Todd Gruben
95d89e7648 replaced magic number with constant; updated comments 2017-08-23 09:03:26 -05:00
Yuce Tekol
e89ffcccbd
Renamed inhibit* to exclude* 2017-08-23 04:57:22 +03:00
Todd Gruben
343ff04399 fixes #780;adjusted test to avoid array conversion 2017-08-22 16:09:03 -05:00
Michael Baird
f5832cda02 Clarify that Holder Reopen requires Close to be run beforehand. 2017-08-22 15:13:21 -05:00
Michael Baird
2dfa689d71 Fragment.Close now returns an error.
This required changing the Holder test utility Reopen, since in those cases we needed to close the file before making permission changes that Close() was failing silently on.
2017-08-22 14:52:07 -05:00
Michael Baird
ff3190e0d3 Broadcast and handle the DeleteViewMessage 2017-08-22 11:39:00 -05:00