Commit graph

365 commits

Author SHA1 Message Date
Alan Bernstein
b77462e8ad Improve FAQ 2018-05-15 14:44:27 -05:00
Alan Bernstein
53dc34c36e Fix some docs links 2018-05-15 14:36:02 -05:00
Alan Bernstein
537c0e160a Address review comments 2018-05-15 14:35:35 -05:00
Alan Bernstein
3bb140a45c Remove TODO 2018-05-14 18:18:39 -05:00
Alan Bernstein
e8ce4b99d6 Clarify PDK schema table 2018-05-14 18:18:09 -05:00
Alan Bernstein
6cc848efc9 Update sample CLI output 2018-05-14 18:17:04 -05:00
Alan Bernstein
d0ae47f350 Minor corrections 2018-05-14 18:16:29 -05:00
Alan Bernstein
c8ff67262d Add some links 2018-05-14 18:15:37 -05:00
Alan Bernstein
6e1ddf7400 Minor grammar and formatting fixes 2018-05-14 17:54:02 -05:00
Alan Bernstein
f053d9a541 Fix formatting 2018-05-14 12:27:33 -05:00
Alan Bernstein
2c125b2ac3 Fix typos 2018-05-14 12:07:00 -05:00
Alan Bernstein
0504172cc5 Expand TopN query examples 2018-05-14 11:47:10 -05:00
Alan Bernstein
540ba2b804 Add example output in Java client section 2018-05-14 11:19:21 -05:00
Alan Bernstein
4fcf5ef1ca Address review comments 2018-05-14 11:18:54 -05:00
Alan Bernstein
d90e4f2745 Add request+response language tags, and update interleaved query-language wording 2018-05-11 14:55:15 -05:00
Alan Bernstein
bdc00a4212 Add a few links 2018-05-11 14:52:59 -05:00
Alan Bernstein
2abca951e7 Minor formatting fixes 2018-05-11 14:52:35 -05:00
Alan Bernstein
22cb90c1a3 Update relational analogy section 2018-05-11 14:51:42 -05:00
Alan Bernstein
d9affeea73 Miscellaneous wording and grammar updates 2018-05-11 14:50:41 -05:00
Alan Bernstein
8339e913ce Fix pql syntax in getting-started 2018-05-11 14:44:32 -05:00
Alan Bernstein
a7459a9450 Fix typo 2018-05-11 14:42:55 -05:00
Alan Bernstein
fedf8c44bf Minor updates to contributing guide and docs readme 2018-05-11 14:42:29 -05:00
Alan Bernstein
36d2bfd4ce Add sample output to client examples 2018-05-11 14:41:26 -05:00
Alan Bernstein
09302050ec Fix syntax in go client example 2018-05-11 14:41:04 -05:00
Yuce Tekol
90464dc01a
Merged with master 2018-05-11 16:41:36 +03:00
Alan Bernstein
7783716f37 Add relational analogy section 2018-05-10 22:30:27 -05:00
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
Yuce Tekol
b34e87a094
Typo 2018-05-01 17:31:01 +03:00
Yuce Tekol
878b55ec40
Removes /id and /hosts endpoints. Augments /status endpoint with the node local ID. 2018-05-01 13:04:49 +03: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