Commit graph

1879 commits

Author SHA1 Message Date
Travis
c4a4f0dcc4
don't normalize bind address after all, just have it use defaults when necessary 2017-08-07 08:25:35 -05:00
Travis
fcb311389e
added pilosa.NormalizeAddress() to address variations in the bind configuration 2017-08-07 08:25:35 -05:00
Travis
a3b1b2ee1a
DefaultClusterType = ClusterGossip
This commit removes the `httpbroadcast` NodeSet, sets the default cluster type
to `gossip`, and uses the `static` cluster type for most test cases.
2017-08-07 08:25:35 -05:00
Cody Soyland
40b0235552 Merge pull request #757 from pilosa/v0.5
Release 0.5.0
2017-08-04 13:15:55 -05:00
Ben Johnson
e8a2d125a7 Merge pull request #754 from benbjohnson/619-internal-range-field
Implement BSI Field Range internally
2017-08-04 11:47:57 -06:00
Ben Johnson
3b1428a84e
Remove IntersectInverse() 2017-08-04 09:48:25 -06:00
Cody Soyland
27beb5e5c4 Release 0.5.0. 2017-08-02 15:41:55 -05:00
Ben Johnson
0bb94fc83d
Implement BSI Field Range internally
This commit adds `FieldRange()` to the `Frame`, `View`, and
`Fragment` types. It accepts an operator & a predicate and
returns a bitmap of matching field values.
2017-08-01 14:44:53 -06:00
Cody Soyland
c3a33a4e85 Merge pull request #748 from codysoyland/722-ulimit
Attempt to set open file limit during Pilosa startup. Fixes #722.
2017-08-01 12:59:27 -04:00
Cody Soyland
bd4e828517 Use untyped constant to allow building on FreeBSD/Dragonfly 2017-07-27 14:19:19 -05:00
Cody Soyland
f99a15bed2 Change "amount" to "number" in docs. 2017-07-27 13:58:26 -05:00
Michael Baird
fb16f171f1 Merge pull request #646 from pilosa/input-definition
Input definition
2017-07-27 10:10:46 -05:00
Michael Baird
3088b9b097 Merge pull request #751 from raskle/input-definition-doc
separate input definition docs from getting started
2017-07-26 23:10:07 -05:00
Cody Soyland
ed6e063102 Attempt to set hard open file limit, improve error messages, and add documentation about open file limits. 2017-07-26 17:08:51 -05:00
Michael Baird
8dc75535ff use link in sentence 2017-07-26 16:39:07 -05:00
Michael Baird
79f8f70e1c separate input definition docs from getting started 2017-07-26 15:49:19 -05:00
Travis
b91da2d0a4
Merge branch 'master' into input-definition 2017-07-26 14:44:31 -05:00
Cody Soyland
cab3180db0 Merge pull request #749 from codysoyland/make-vendor-fix
Run `touch vendor` in `make vendor`
2017-07-26 10:21:44 -04:00
Cody Soyland
17c6dc3ae4 Run touch vendor in make vendor so that dep ensure is only run when needed. 2017-07-25 16:55:38 -05:00
Cody Soyland
0df72e3d33 Attempt to set open file limit during Pilosa startup. Fixes #722. 2017-07-25 16:51:03 -05:00
Linh Vo
3c9ca6c2c4 Merge pull request #745 from linhvo/none-type-cache
None type cache
2017-07-25 08:44:00 -05:00
Travis Turner
14ad62f1a3 Merge pull request #747 from travisturner/730-internal-port
move InternalPort config option out from under `cluster`
2017-07-24 22:54:57 -05:00
Linh Vo
326a162094 fixed review 2017-07-24 22:09:31 -05:00
Travis
b6896482b9
move InternalPort config option out from under cluster and up to the root of Config 2017-07-24 17:28:23 -05:00
Cody Soyland
3e9bf34657 Merge pull request #744 from codysoyland/732-dep
Switch from glide to dep for dependency management. Fixes #732.
2017-07-24 17:57:59 -04:00
Matthew Jaffee
24800739f2 Merge pull request #741 from jaffee/707-catch-panics
add recovery in top level handler
2017-07-24 14:56:37 -07:00
Matthew Jaffee
8f5f6924b7 Merge pull request #738 from jaffee/736-statik-docs
add make generate-statik to docs
2017-07-24 14:12:06 -07:00
Linh Vo
aa73aec6c9 TopN NopCache comment 2017-07-21 13:31:31 -05:00
Linh Vo
4aa487daac check range with CacheTypeNone 2017-07-21 13:28:20 -05:00
Cody Soyland
5bc9c43611 Switch from glide to dep for dependency management. Fixes #732.
This implements the new `dep` command into our build process and removes
all references to Glide.
2017-07-21 11:09:43 -05:00
Linh Vo
2cfcf497e1 add tests for none cache 2017-07-21 00:16:37 -05:00
Linh Vo
f68362c40c implement nopcache 2017-07-20 16:11:13 -05:00
Matt Jaffee
24fc4a254d add test for panic recovery 2017-07-18 17:04:26 -07:00
Matt Jaffee
0385e60190 add recovery in top level handler 2017-07-18 16:41:43 -07:00
Michael Baird
1569c932ff Merge branch 'master' into input-definition 2017-07-18 14:51:15 -05:00
alanbernstein
2e5405573b Merge pull request #739 from alanbernstein/newcomer-label
Add link to newcomer label in CONTRIBUTING.md
2017-07-18 13:53:37 -05:00
Alan Bernstein
e5ad56e598 Add link to newcomer label in CONTRIBUTING.md 2017-07-18 13:41:21 -05:00
Ben Johnson
c55a405ac5 Merge pull request #721 from benbjohnson/618-pql-field-values
Add PQL support for field values.
2017-07-18 12:39:46 -06:00
Matt Jaffee
7aa5f68550 add make generate-statik to docs 2017-07-18 11:37:47 -07:00
Linh Vo
1e91d10d70 Merge pull request #734 from linhvo/skip-null-field
skip null field when ingest data
2017-07-18 12:05:32 -05:00
Linh Vo
ec4419ddf6 add comment for skip null value 2017-07-18 11:34:24 -05:00
Linh Vo
7b7f471a18 skip null field when ingest data 2017-07-18 10:16:10 -05:00
Michael Baird
07a0e12fd6 Merge pull request #731 from raskle/723-topn-cache-doc
frame cache caveats documentation
2017-07-17 14:14:47 -05:00
Michael Baird
dd7e159f83 TopN attribute filter doc cleanup. 2017-07-17 12:43:15 -05:00
Michael Baird
0feec9be62 TopN Cache clarification. 2017-07-17 10:46:40 -05:00
Michael Baird
b313902edd clarify sort order in TopN doc 2017-07-13 14:24:20 -05:00
Michael Baird
55310a5309 frame cache caveats documentation 2017-07-13 09:32:47 -05:00
Cody Soyland
25dd11d482 Merge pull request #729 from codysoyland/724-attribute-cache-concurrent-safety
Add mutex for attribute cache. Fixes #724.
2017-07-12 17:03:38 -04:00
Cody Soyland
9dda9cbc2b Make a copy of returned attribute map for safety. 2017-07-12 15:47:17 -05:00
Michael Baird
477acc55e1 Merge pull request #728 from raskle/712-internal-hosts
712 Configuration validation
2017-07-12 13:53:53 -05:00