Commit graph

75 commits

Author SHA1 Message Date
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
Yuce Tekol
93ba7848fc Merge pull request #831 from yuce/client-libraries-doc
Updated client library docs
2017-09-25 19:57:47 +03:00
Yuce Tekol
5cc05cb000
yet another formatting fix 2017-09-25 17:32:38 +03:00
Yuce Tekol
e1d2bd1087
fix formatting 2017-09-25 17:23:11 +03:00
Yuce Tekol
f29b9dd8b0
Move data dir and gossip seed sections over the cluster section 2017-09-21 22:40:26 +03:00
Yuce Tekol
c05a553ab9
pull gossip-seed configuration item out of cluster section 2017-09-21 16:01:32 +03:00
Yuce Tekol
a27262b242
update 2017-09-18 16:41:13 +03:00
Yuce Tekol
6c9f549dcd
Updated client library docs 2017-09-18 15:59:51 +03:00
Yuce Tekol
b9a3197c2c
Updated docs 2017-09-14 11:10:22 +03: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
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
Alan Bernstein
64335e71c5 Update repo url 2017-08-30 10:56:54 -05:00
Yuce Tekol
e89ffcccbd
Renamed inhibit* to exclude* 2017-08-23 04:57:22 +03:00
Yuce Tekol
d7bc6c3bd5
Updated docs 2017-08-22 15:28:19 +03:00
Cody Soyland
463c3029f2 Add sorting and navigation metadata for architecture document 2017-08-16 11:43:45 -05:00
Cody Soyland
370ab656f9 Add metadata to doc pages (sort weight and nav headings) 2017-08-16 11:43:45 -05:00
Alan Bernstein
c2ea0dd715 Trivial docs update 2017-08-11 14:41:05 -05:00
Alan Bernstein
f807adb0ac Update docs for current storage format 2017-08-11 14:05:14 -05:00
Cody Soyland
0fee3860b0 Release v0.6.0 2017-08-11 11:10:28 -05:00
Todd Gruben
728308a5bb Merge branch 'master' into 16bitcontainer 2017-08-08 10:17:44 -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
27beb5e5c4 Release 0.5.0. 2017-08-02 15:41:55 -05: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
f99a15bed2 Change "amount" to "number" in docs. 2017-07-27 13:58:26 -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
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
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
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
Michael Baird
1569c932ff Merge branch 'master' into input-definition 2017-07-18 14:51:15 -05:00
Matt Jaffee
7aa5f68550 add make generate-statik to docs 2017-07-18 11:37:47 -07: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
Travis
e562103ec3
add gossip-seed to configuration docs 2017-07-12 08:08:21 -05:00
Linh Vo
2144de29d0 update doc with input definition timestamp 2017-07-06 15:15:26 -05:00
Michael Baird
294d3ab050 remove stargazer_id from this example since it is not used 2017-07-03 11:22:53 -05:00
Michael Baird
7be458bfa6 Merge remote-tracking branch 'upstream/master' into input-definition
Conflicts:
	pilosa.go
2017-07-03 10:31:58 -05:00
Linh Vo
33f44248be Merge pull request #704 from linhvo/input-definition-doc
update input definition doc
2017-07-02 22:49:54 -05:00
Travis
fa794f6dc9
adjustments to the getting-started docs for input-definitions 2017-06-30 15:59:54 -05:00
Travis
082b0ba7eb
minor adjustments to the API docs for input-definition 2017-06-30 15:37:47 -05:00
Linh Vo
5d939f0a1f update doc with input-definition json file 2017-06-30 14:53:52 -05:00
Michael Baird
31c1994d2a API docs for input definition 2017-06-30 13:46:52 -05:00
Linh Vo
514ff39177 update input definition doc 2017-06-30 10:52:00 -05:00