Commit graph

30 commits

Author SHA1 Message Date
Jordan Sissel
695a0a503a - get docs generating for codecs 2013-08-27 01:14:48 +00:00
Jordan Sissel
0e4410a1f0 - Switch to using milestone numbers instead of plugin status labels
(LOGSTASH-1137)
- Rename plugin-status doc to plugin-milestones
2013-06-17 10:16:55 -07:00
Louis Zuckerman
1f5febc427 put docgen code back in, fixed region & ssl configs 2013-01-06 13:39:52 -05:00
Louis Zuckerman
174ec361f8 removed unnecessary docgen code added earlier 2013-01-06 12:16:45 -05:00
Louis Zuckerman
d1a8ee1024 Merge branch 'master' into aws-iam-roles 2013-01-06 01:36:04 -05:00
Jordan Sissel
d2649ce139 - only do string conversion on symbols (config :some_symbol).
This keeps support for regexp configs until I finally remove that.
2013-01-02 16:00:51 -08:00
Jordan Sissel
8a2708045a - make common settings like filter 'remove_tag' use the literal plugin
name instead of the text "myfilter" in examples.
2013-01-02 15:40:51 -08:00
Jordan Sissel
c745c1b2c3 Fix class discovery for Threadables 2013-01-02 14:54:40 -08:00
Louis Zuckerman
22cbd426ed Merge branch 'master' into aws-iam-roles 2013-01-02 10:47:41 -05:00
Jordan Sissel
97debf3c5e - merge doc strings with attributes properly 2013-01-02 01:14:33 -08:00
Jordan Sissel
1d4d4c137a - grab the config from the class itself 2013-01-02 01:09:54 -08:00
Jordan Sissel
f58a99e66e - clear comments when starting to parse 2013-01-02 00:37:26 -08:00
Louis Zuckerman
64e1792515 LOGSTASH-805 2013-01-01 23:27:08 -05:00
Jordan Sissel
8cbb10bb4a - 'eval' wasn't working well on 'config :foo ...' lines that used
in-scope constants/variables.

  Switched to using monkeypatching the 'config' method instead.

  There's still slight bugs, like the 'charset'  on all inputs has no
  validation nor default listed.
2013-01-01 17:18:22 -08:00
Pete Fritchman
2632f1ede9 handle threadable and multi-line arrays 2012-07-16 06:43:35 -04:00
Jordan Sissel
ffd78b24d0 - Move walk throughs and such into tutorials/ 2012-01-25 23:32:14 -08:00
John E. Vincent
f78c6a12eb adding plugin status functionality 2012-01-13 21:36:12 -05:00
Jordan Sissel
41afee3a4c - version bump
- fix generation of some docs
2011-10-12 19:24:08 -07:00
Jordan Sissel
7ef959e265 - genreate with version replacement 2011-08-17 18:51:43 -07:00
Jordan Sissel
fe817f5fc3 - handle files with CRLF line termination as well (zabbix was guilty of
this).
2011-07-12 00:13:49 -07:00
Pete Fritchman
9610df66ba Link to plugin code that generated this specific doc (by version tag) 2011-05-21 17:28:16 -07:00
Pete Fritchman
a97410c0a3 allow marking a config item as :deprecated 2011-05-21 17:22:00 -07:00
Jordan Sissel
b9b060ea7b - fix typo 2011-05-05 23:51:12 -07:00
Jordan Sissel
dd7dd375c5 - singular in config 2011-05-04 22:40:11 -07:00
Jordan Sissel
63a38dba66 - fix parser bug causing the 'base' class to be ignored
- include hopeful link to the source of the docs.
2011-05-01 12:52:57 -07:00
Jordan Sissel
2593787f4c - make flag docs generate 2011-05-01 12:40:41 -07:00
Jordan Sissel
3b9a888ace - add markdown support 2011-05-01 12:07:33 -07:00
Jordan Sissel
224570cff6 - use html output 2011-04-29 23:04:35 -07:00
Jordan Sissel
9fad93dd36 - make enum-like :validate better 2011-04-29 22:15:27 -07:00
Jordan Sissel
7005914b11 - doc -> docs 2011-04-25 17:00:35 -07:00
Renamed from doc/docgen.rb (Browse further)