Commit graph

3762 commits

Author SHA1 Message Date
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
Michael Baird
69e1372d4a clarified configuration error message on internal port mismatch. 2017-07-12 13:17:36 -05:00
Cody Soyland
efda804851 Add mutex for attribute cache. Fixes #724. 2017-07-12 11:59:26 -05:00
Michael Baird
cfedda29ef Added Duration tests 2017-07-12 09:07:38 -05:00
Travis Turner
2077fbe11d Merge pull request #720 from travisturner/gossip-seed-docs
add gossip-seed to configuration docs
2017-07-12 08:26:12 -05:00
Travis
e562103ec3
add gossip-seed to configuration docs 2017-07-12 08:08:21 -05:00
Travis Turner
1bdb7c2d2e Merge pull request #727 from travisturner/fix-divide-by-zero-test
adjust columnN range to avoid divide-by-zero error in travisCI
2017-07-12 08:06:26 -05:00
Travis
093500e34e
adjust columnN range to avoid divide-by-zero error in travisCI 2017-07-12 00:11:47 -05:00
Michael Baird
4b53ec1f9c const cluster types, and more validation tests 2017-07-11 14:17:06 -05:00
Michael Baird
baff53ae3d config test and validate 2017-07-11 11:31:27 -05:00
Michael Baird
9c561f4e4b string in slice, and contains substring in slice 2017-07-11 11:30:57 -05:00
Ben Johnson
adc6296040
Add PQL support for field values.
This commit adds support in the PQL language to set field values.
2017-07-10 17:35:23 -06:00
Linh Vo
8c3dfff9c9 Merge pull request #714 from linhvo/582-config-tag
update config to match with json tag
2017-07-10 16:09:50 -05:00
Linh Vo
6a50427629 rename Config's fields 2017-07-10 13:34:10 -05:00
Linh Vo
308ea8e993 revert to poll-interval 2017-07-10 11:31:43 -05:00
Linh Vo
95166fd0ee revert config and fix json tag 2017-07-10 11:28:32 -05:00