Matt Jaffee
0a1de81441
allow field and index names up to 230 characters
...
The lowest limitation I've seen on any filesystem we care about is 255
characters. 230 leaves enough space that an index or field could be
backed up and have a timestamp and file extension appended while
still allowing for much longer index and field names.
2020-01-09 13:02:22 -06:00
Ashley Svetlik
c6e840ea30
Fixed jq note link
2019-07-03 14:12:11 -05:00
Ashley Svetlik
2db061ac21
Reformatted Schema Check
2019-07-03 14:02:00 -05:00
Ashley Svetlik
daad23b388
Made review chnages
2019-07-03 13:52:18 -05:00
Ashley Svetlik
614bcff1e0
Deleted redundant paragraph in Sample Project
2019-07-03 08:12:58 -05:00
Ashley Svetlik
e38983782c
Fixed Schema check note
2019-07-02 15:35:07 -05:00
Ashley Svetlik
f991df206c
Made Schema check into note
2019-07-02 15:24:56 -05:00
Ashley Svetlik
36c75ea416
Removed Note before schema check
2019-07-02 15:21:16 -05:00
Ashley Svetlik
f40958fd5a
Improved documentation wording
2019-07-02 11:27:27 -05:00
Ashley Svetlik
636c7d2966
Made syntax, format, and wording corrections
2019-07-01 16:42:46 -05:00
Ashley Svetlik
c8e68c8456
Revised to include review comments
2019-07-01 08:43:22 -05:00
Ashley Svetlik
9d7273e061
Added the Sample Project subsections to left nav area
2019-06-28 12:39:14 -05:00
Ashley Svetlik
680b0119a9
Added explanation and fixed typos
2019-06-28 11:44:52 -05:00
Ashley Svetlik
74cfa79bb0
Added Python
2019-06-27 16:06:18 -05:00
Ashley Svetlik
93da23d902
Added Java and Fixed Typos
2019-06-27 10:17:50 -05:00
Ashley Svetlik
66867b0cb8
Fixed typos
2019-06-26 16:31:24 -05:00
Ashley Svetlik
7e9fed87e7
Reformatted and added HTTP
2019-06-26 16:04:17 -05:00
Ashley Svetlik
59e94b451c
Removed pilosa import and added go
2019-06-25 13:34:54 -05:00
Shaquille Wyan Que
fb93f90f31
fixed error message returned by regex on field and index names
2019-05-14 11:57:07 -05:00
Alan Bernstein
82f5f632ad
Fix typos
2019-04-30 11:48:57 -05:00
Matthew Jaffee
4eed160b2d
wip on adding import docs
2018-10-23 11:49:55 -05:00
Travis Turner
e5fbadba01
another pass through the docs adjusting for fields and field types
2018-07-11 17:28:48 -05:00
Alan Bernstein
36926bdc47
WIP syntax and API updates
2018-07-05 14:52:30 -05:00
Yuce Tekol
1e6d0a433e
Updated getting started section for latest develop
2018-06-19 16:19:36 +03:00
Cody Soyland
34cea87683
Remove WebUI (now contained in a separate package)
...
It now lives at https://github.com/pilosa/webui
2018-06-06 11:44:31 -05:00
Alan Bernstein
bdc00a4212
Add a few links
2018-05-11 14:52:59 -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
Travis Turner
8c2387b45e
remove references to Input Defintion from the docs
2018-04-18 11:06:53 -05:00
Yuce Tekol
6d3f079b7a
updated row/col labels in getting started
2018-04-06 17:34:46 +03:00
Travis Turner
62cd22f017
Merge branch 'master' into cluster-resize
2018-03-22 16:05:20 -05:00
Alan Bernstein
ef4c709828
Deprecate input definitionn in docs
2018-03-20 12:47:22 -05:00
Alan Bernstein
37015e32a5
Ensure internal links end with slash
2018-03-19 14:25:36 -05:00
Travis Turner
f31966553f
update docs to include cluster-resize config and instructions
2018-03-15 16:25:06 -05:00
Alan Bernstein
85799739af
Address review comments
2018-03-08 15:55:21 -06:00
Alan Bernstein
cb0ac00eb3
Switch ref links to relative urls
2018-03-08 14:31:03 -06:00
Matthew Jaffee
dcb411d028
add warnings about sequential ids
2018-03-02 11:00:46 -06:00
Travis Turner
db7e88f6d5
add request/response tags to the docs
2018-02-09 15:14:26 -06:00
Yuce Tekol
90b69fd413
remove inverseEnabled
2018-02-06 20:39:52 +03:00
Yuce Tekol
793faa0d0e
Remove inverse-enabled
2018-02-06 20:38:51 +03:00
Yuce Tekol
5274ef01cc
Takes back frame options in getting started docs
2018-02-06 20:35:41 +03:00
Yuce Tekol
ab19576dbb
remove frame options from getting started
2017-12-13 17:27:08 +03:00
Matthew Jaffee
e7554dca90
Merge pull request #974 from jaffee/fix-typo
...
language.txt -> languages.txt
2017-11-20 10:01:02 -06:00
Matthew Jaffee
dff312b927
language.txt -> languages.txt
2017-11-19 17:22:29 -06:00
Alan Bernstein
617dc2361c
Rename tutorials to examples, how-tos to tutorials
2017-11-14 11:12:35 -06:00
Yuce Tekol
a20adffd85
zap remaining label ref
2017-09-28 19:06:56 +03:00
Yuce Tekol
89ecd5c0e8
more updates
2017-09-27 16:24:38 +03:00
Cody Soyland
370ab656f9
Add metadata to doc pages (sort weight and nav headings)
2017-08-16 11:43:45 -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
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