Commit graph

237 commits

Author SHA1 Message Date
Will James
9710ac978d
Correct usage of ClearBit
Usage of `ClearBit` was incorrectly shown as `SetBit`.
2018-05-09 21:30:49 -04:00
Cody Soyland
995a90ac9d Update pilosa version in installation docs 2018-05-04 16:22:00 -05:00
Cody Soyland
0afb95c171 Minor upgrading docs changes 2018-05-04 12:33:20 -05:00
Cody Soyland
e751945bf1 Add docs for upgrading Pilosa 2018-05-04 11:33:59 -05:00
Travis Turner
47607d5d2e
Merge pull request #1191 from travisturner/min-max-bsi
Implement Min/Max BSI queries
2018-04-24 11:00:35 -05:00
Matthew Jaffee
a15dde5291
Merge branch 'master' into 1204-pdk-docs 2018-04-24 08:57:31 -05:00
Travis Turner
7fbd5ff82f
Merge pull request #1222 from travisturner/remove-frame-timequantum-patch
remove PATCH frame endpoint
2018-04-23 20:32:12 -05:00
Travis Turner
7ecd2ec794
adjust references to RowID and ColumnID in the docs 2018-04-23 17:10:48 -05:00
Travis Turner
e4a7e2edbd
remove references to row and column labels from the docs 2018-04-23 16:47:22 -05:00
Travis Turner
3282cf8cbe
remove PATCH frame endpoint 2018-04-23 11:32:41 -05:00
Alan Bernstein
84e6493d7a Add deprecation warning to examples doc 2018-04-19 10:31:01 -05:00
Alan Bernstein
72eb3d239a Remove references to inverse frames 2018-04-18 14:18:57 -05:00
Matthew Jaffee
ff8fea804c
remove outdated pdk docs, and write some new ones
incomplete, but an improvement?
2018-04-18 11:22:59 -05:00
Travis Turner
8c2387b45e
remove references to Input Defintion from the docs 2018-04-18 11:06:53 -05:00
Matthew Jaffee
fe0ba6280f
deprecate RangeEnabled, but leave in API
the RangeEnabled option now has no effect, but it still exists in the API. A few
tests still use it to ensure this. This would only be considered a breaking
change if someone was relying on Pilosa to enforce the RangeEnabled: false
option to prevent fields being created in certain frames. This seems unlikely.
2018-04-16 16:08:04 -05:00
Matthew Jaffee
d34f3354bb
Merge pull request #1200 from jaffee/1170-global-defaults
remove global defaults from config.go
2018-04-15 17:59:21 -05:00
Matthew Jaffee
0c35094bfc
few more docs tweaks 2018-04-13 10:21:47 -05:00
Matthew Jaffee
3f303d1098
remove global defaults from config.go
these were occaisionally referenced elsewhere in the codebase - in all but one
case, there were workarounds that are actually better I think.

In the one case there wasn't I created a single top level DefaultConfig object
which is instantiated with all the default values and can be referred to if
necessary.

There was a bug in fragment.go with the way MaxWritesPerRequest was treated if
it was 0. Elsewhere, 0 meant no limit, but here, it would have caused a division
by 0.

Changed the default metrics provider from "nop" to "none", although "nop" will
still work. Previously, any value other than "statsd" or "expvar" was treated as
"nop", but I've changed this behavior to return an error if an invalid string is
provided. I think this is better behavior, because in the case that someone
bothered to change the default, they were probably interested in actually
getting stats, and might be annoyed when it silently failed.
2018-04-12 19:52:48 -05:00
Yuce Tekol
a04ae99fb3
updated cluster tutorial with feedback 2018-04-13 03:41:59 +03:00
Travis Turner
ee4dbbf328
min/max documentation 2018-04-11 15:39:41 -05:00
Yuce Tekol
6d3f079b7a
updated row/col labels in getting started 2018-04-06 17:34:46 +03:00
Yuce Tekol
81cac4775f
fix cluster config link 2018-04-05 19:53:05 +03:00
Yuce Tekol
17468e7d90
Updated tutorials 2018-04-05 19:43:40 +03:00
Travis Turner
1764d5a9bf
Merge pull request #1180 from travisturner/remove-rowcol-labels
Remove rowcol labels
2018-04-03 22:37:59 -05:00
Travis Turner
ce4fb3c4d3
remove references to rowLabel and columnLabel 2018-04-03 10:36:48 -05:00
Cody Soyland
ba7720b4dd
Merge pull request #1181 from codysoyland/1146-makefile-cleanup
Makefile cleanup
2018-04-03 08:44:37 -05:00
Cody Soyland
9bf70705a3 Add docs for "make install-build-deps" 2018-03-28 12:23:03 -05:00
Cody Soyland
e601d694c0 Document Makefile 2018-03-27 15:02:12 -05:00
Travis Turner
0dc8aa0a5c
add --verbose flag to docs 2018-03-27 08:40:05 -05:00
Travis Turner
b2b0fd081a
Remove ColumnLabel support 2018-03-26 15:35:56 -05:00
Travis Turner
62cd22f017
Merge branch 'master' into cluster-resize 2018-03-22 16:05:20 -05:00
Alan Bernstein
48081c1265 Move external tutorial list to a note under the main heading 2018-03-22 11:30:51 -05:00
Alan Bernstein
daca793c7f Remove reference to deprecated index timeQuantum 2018-03-20 16:00:51 -05:00
Alan Bernstein
38812a38aa Improve links 2018-03-20 15:21:48 -05:00
Alan Bernstein
edb63e70b1 Synchronize mac and linux install sections 2018-03-20 15:17:48 -05:00
Alan Bernstein
96c7f285e5 Ensure directory exists before cloning 2018-03-20 14:52:15 -05:00
Alan Bernstein
23e65cc225 Clean up a few links 2018-03-20 14:45:27 -05:00
Alan Bernstein
9e5d011b4a Remove 'go get' in favor of 'git clone' or curlbash 2018-03-20 14:44:51 -05:00
Alan Bernstein
54cb6ce47e Add description for external tutorials 2018-03-20 14:21:16 -05:00
Alan Bernstein
0800c0348a Add readthedocs link 2018-03-20 12:48:46 -05:00
Alan Bernstein
ef4c709828 Deprecate input definitionn in docs 2018-03-20 12:47:22 -05:00
Alan Bernstein
457b1f394c Add format details to docs readme 2018-03-20 12:46:11 -05:00
Alan Bernstein
fa66de0461 Fix one more link 2018-03-19 16:13:54 -05:00
Travis Turner
f3b140cfa4
update docs to consider coordinator as boolean 2018-03-19 14:52:53 -05:00
Alan Bernstein
bd76bfc25b Fix a few more internal links 2018-03-19 14:49:41 -05:00
Alan Bernstein
37015e32a5 Ensure internal links end with slash 2018-03-19 14:25:36 -05:00
Cody Soyland
3690264108 Change wording to reflect that you can specify more than one gossip seed 2018-03-15 16:25:06 -05:00
Travis Turner
f31966553f update docs to include cluster-resize config and instructions 2018-03-15 16:25:06 -05:00
Alan Bernstein
1452bf24d6 Clarify Sum description 2018-03-15 11:07:07 -05:00
Alan Bernstein
fae429f971 Remove outdated column labels 2018-03-15 10:57:19 -05:00