Commit graph

3762 commits

Author SHA1 Message Date
Travis
b0afec0761
Make sure that outOfRange field predicates return not-null for NEQ queries 2017-10-06 14:47:56 -05:00
Travis
d62ea053b5
Add support for field != <int> Range query 2017-10-06 11:36:41 -05:00
Travis
4304d341f7
Add support for field != null Range query 2017-10-06 11:36:41 -05:00
Travis
07ae881967
Add FieldNotNull for more efficient BETWEEN queries 2017-10-06 11:36:24 -05:00
Yuce Tekol
85e19a1155
changed tls param config keys 2017-10-05 16:08:35 +03:00
Michael Baird
881a9f1351 Merge pull request #868 from raskle/setfieldvalue-doc-fix
remove quotes from SetFieldValue field argument
2017-10-04 14:34:48 -05:00
Michael Baird
c8e96f9688 remove quotes from SetFieldValue field argument 2017-10-04 13:21:00 -05:00
Yuce Tekol
8e10bc80a0
fix(?) TestServerConfig 2017-10-04 16:17:23 +03:00
Yuce Tekol
a95b09d30d
more host string to uri changes 2017-10-04 15:29:00 +03:00
Yuce Tekol
1bedfd6585
use URI instead of host 2017-10-04 08:20:00 +03:00
Cody Soyland
4f87c147f7 Merge pull request #866 from codysoyland/release-v0.7.0
Release v0.7.0
2017-10-03 16:32:55 -05:00
Cody Soyland
fd42d10ca1 Minor fixes addressing PR review 2017-10-03 16:25:31 -05:00
Cody Soyland
5746ebbb1f Fix typo 2017-10-03 16:04:02 -05:00
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