Cody Soyland
7cbc0219a3
Minor fixes addressing PR review
2017-10-03 15:57:30 -05:00
Cody Soyland
e0088a7ef2
Update version in installation instructions
2017-10-03 15:35:00 -05:00
Cody Soyland
b302dc87c5
Release v0.7.0
2017-10-03 15:32:10 -05:00
Michael Baird
9bf6d04e6e
Merge pull request #865 from raskle/bsi-doc-fix
...
make the Sum query argument order consistent with other queries.
2017-10-03 15:11:35 -05:00
Cody Soyland
3677154000
Merge pull request #833 from codysoyland/versioned-doc-link
...
Modify WebUI documentation link to open docs for the current version.
2017-10-03 14:58:29 -05:00
Michael Baird
6fac1174ee
make the Sum query argument order consistent with other queries.
2017-10-03 11:17:40 -05:00
Michael Baird
146b44f49e
Merge pull request #861 from raskle/740-bsi-doc-v2
...
740 bsi doc v2
2017-10-03 10:56:56 -05:00
Michael Baird
87f8d7be5f
docs cleanup
2017-10-02 16:29:46 -05:00
Yuce Tekol
5760d89742
Initial TLS support
2017-10-02 15:53:50 +03:00
Cody Soyland
162b084a82
Merge pull request #851 from codysoyland/www-145
...
Fix section heading name and incorrect flag
2017-09-29 13:33:56 -05:00
Cody Soyland
e918177018
Add basic diagnostics benchmark
2017-09-28 17:58:13 -05:00
Yuce Tekol
066b36d45b
Merge pull request #839 from yuce/deprecate-labels
...
Deprecate row/column labels
2017-09-28 19:23:24 +03:00
Yuce Tekol
a20adffd85
zap remaining label ref
2017-09-28 19:06:56 +03:00
Travis Turner
681527e37a
Merge pull request #859 from travisturner/refactor-differencerunarray
...
Refactor differencerunarray
2017-09-28 10:31:16 -05:00
Travis Turner
eb524f30dd
Merge pull request #860 from travisturner/empty-run-container
...
Fix panic when iterating over an empty run container.
2017-09-28 09:30:28 -05:00
Michael Baird
a1d81fbf86
BSI queries
2017-09-27 17:11:54 -05:00
Michael Baird
d2c052d4a9
BSI data model
2017-09-27 16:53:02 -05:00
Michael Baird
35d6e945a8
Create BSI Frame and Field documentation
2017-09-27 16:51:16 -05:00
Linh Vo
d44bdf9490
Merge pull request #856 from linhvo/handle-get-fields
...
Handle get fields
2017-09-27 16:04:15 -05:00
Travis
06f387842b
Adjust some comments and handle error conditions in Handler.
2017-09-27 15:51:16 -05:00
Travis
40b27b6643
Fix panic when iterating over an empty run container.
...
When the difference of two run containers resulted in an empty
container, that container would be a run container with no runs.
The Iterator was expected there to be at least on run in
`container.runs`. This fix protects against that and adds tests
for that case.
2017-09-27 15:11:16 -05:00
Matthew Jaffee
f115249316
don't forget to calculate in in differenceArrayRun
2017-09-27 15:05:27 -05:00
Matthew Jaffee
fd73eaa5cb
re-implement differenceRunArray to not use iterator
...
hopefully less heap allocs and better perf now
2017-09-27 15:05:16 -05:00
Linh Vo
5435886e7b
Merge branch 'master' of github.com:pilosa/pilosa into handle-get-fields
2017-09-27 13:50:56 -05:00
Travis Turner
a863f4f422
Merge pull request #843 from travisturner/consolidate-frame-options
...
Consolidate frame options
2017-09-27 13:36:27 -05:00
Travis
c8c2229ca3
remove some code duplication in IndexOptions
2017-09-27 12:35:26 -05:00
Travis
80603ef28a
remove some code duplication in FrameOption encoding
2017-09-27 12:27:45 -05:00
Travis
27921564c0
Make sure Fields gets encoded with FrameOptions
2017-09-27 12:27:45 -05:00
Travis Turner
cc43cbd22b
Merge pull request #841 from travisturner/perf-use-intersection-count
...
update fragment.FieldSum to use roaring IntersectionCount()
2017-09-27 12:26:52 -05:00
Linh Vo
d507251f3c
resolve conflig with master
2017-09-27 12:00:57 -05:00
Travis
41b322d744
update fragment.FieldSum to use roaring IntersectionCount()
2017-09-27 11:54:09 -05:00
Travis Turner
b9103e962a
Merge pull request #840 from travisturner/import-field-value
...
Import field value
2017-09-27 11:51:36 -05:00
Travis
24e0fd65a0
fix typo
2017-09-27 11:51:13 -05:00
Linh Vo
abc6bad985
throw error with invalid field value
2017-09-27 11:43:11 -05:00
Travis
9110d52573
Add tests for ImportFieldValue
2017-09-27 11:43:11 -05:00
Travis
eaefc31b4f
make ImportSetFieldValue a private method and add some error handling
2017-09-27 11:43:11 -05:00
Todd Gruben
0d8c2c10e2
created ImportSetFieldValue to handle import scenerio
2017-09-27 11:43:11 -05:00
Travis
01fa368c6a
Import FieldValues
...
This PR adds the ability to import field values into RangeEnabled frames
using the `pilosa import` command.
Example:
```
pilosa import -i i -f f --field foo sample-vals.csv
```
imports data from sample-vals.csv, which contains data in the format:
```
[ColumnID, Value]
```
Also fixes a bug where `frame.rangeEnabled` was not being set on frame creation.
2017-09-27 11:43:10 -05:00
Travis Turner
3bfa773b20
Merge pull request #842 from travisturner/roaring-optimizations
...
Roaring optimizations
2017-09-27 11:38:53 -05:00
Travis
c7e672e16f
cleaning up a few of the tests
2017-09-27 11:23:00 -05:00
Todd Gruben
de2f16b617
optimzed differenceRunBitmap
2017-09-27 11:23:00 -05:00
Todd Gruben
3f3cc60531
micro optimization to bitmap difference
2017-09-27 11:17:15 -05:00
Todd Gruben
50dab75c82
optimize unionArrayBitmap
2017-09-27 11:17:15 -05:00
Todd Gruben
48f34836e5
optimize differenceBitmapArray
2017-09-27 11:17:15 -05:00
Todd Gruben
08133368e3
optimize differenceArrayBitmap
2017-09-27 11:17:15 -05:00
Todd Gruben
71b7216c51
fix to to allocate properly for difference test
2017-09-27 11:17:15 -05:00
Todd Gruben
4487e6aadd
optimized differenceBitmapBitmap
2017-09-27 11:17:15 -05:00
Matthew Jaffee
de6a25cb8d
rewrite intersectArrayBitmap for perf
2017-09-27 11:17:15 -05:00
Todd Gruben
1736a40b74
check for array conversion to intersectbitmapbitmap
2017-09-27 11:17:14 -05:00
Todd Gruben
1db1ce63b7
optimize intersectionBitmapBitmap
2017-09-27 11:17:14 -05:00