summaryrefslogtreecommitdiff
path: root/tasks
Commit message (Expand)AuthorAgeFilesLines
* Don't depend on chef-utils when it might not be available.update-spellcheck-setupPete Higgins2020-08-051-2/+2
* Fix chefstyle violations.Pete Higgins2020-08-051-2/+2
* Update spellcheck config with nice stuff from other repos.Pete Higgins2020-08-051-6/+16
* Speed up our bundle installs by always running 3 jobsfaster_bundler_installsTim Smith2020-08-042-2/+2
* Minor chefstyle fixes in the spellcheck taskTim Smith2020-07-101-4/+4
* Refer to specific rake file to avoid needing bundler to use rake in CI.Pete Higgins2020-07-101-3/+17
* Refactor spellcheck task and stick it in its own taskTim Smith2020-06-231-0/+34
* Fix cookstyle violations.Pete Higgins2020-06-221-3/+3
* Make the description parsing in docs rake task handle more stuff.Pete Higgins2020-06-221-20/+33
* Add more resource docs + improve yaml generationresource_docsTim Smith2020-06-051-1/+1
* Improve auto-generated docsTim Smith2020-05-281-1/+1
* Fix a typo.Pete Higgins2020-05-181-1/+1
* Pin chef-telementry to 1.0.3 to avoid ffi build breakageTim Smith2020-05-051-3/+1
* Split the descriptions and notes outTim Smith2020-05-011-8/+12
* We don't use the resource name bolding functionality anymoreTim Smith2020-05-011-14/+0
* Skip nil values in the type listTim Smith2020-05-011-4/+6
* Bump the ignored default length to 45Tim Smith2020-05-011-1/+1
* Don't put very long descriptions in the block exampleTim Smith2020-05-011-1/+3
* Don't write out false values for configs in the resource yamlTim Smith2020-05-011-34/+30
* Skip syntax_shortcode entirely unless we're in a log resourceTim Smith2020-05-011-4/+1
* Remove some nils that come for freeTim Smith2020-05-011-4/+0
* Chefstyle fixesTim Smith2020-05-011-2/+2
* Handle the scenario where there are no properties betterTim Smith2020-05-011-3/+7
* Remove some special content for breakpointTim Smith2020-05-011-6/+1
* Handle symbols in the equal_to valuesTim Smith2020-05-011-1/+1
* Docs generation: Add examples & simplify actionsTim Smith2020-04-301-8/+3
* Sort the list of actions when generating docsTim Smith2020-04-291-1/+1
* Add a skeleton values for actions / examplesTim Smith2020-04-291-0/+22
* Comment why we append --- in the docs generatorTim Smith2020-04-291-0/+2
* Make sure our yaml blocks end with ---Tim Smith2020-04-291-1/+1
* Tweak resource formattingTim Smith2020-04-291-1/+1
* Updates to the code generation taskTim Smith2020-04-291-13/+13
* Remove some property deprecation logic from the generatorTim Smith2020-04-291-13/+9
* Skip documenting the deprecated propertiesTim Smith2020-04-291-1/+1
* Skip the draft field in the docs generationTim Smith2020-04-291-1/+0
* Merge pull request #9751 from chef/lcg/chef-16-logging-fixedTim Smith2020-04-271-13/+5
|\
| * Logging consistency fixes.lcg/chef-16-logging-fixedLamont Granquist2020-04-271-13/+5
* | Don't add the weight to the yaml anymoreTim Smith2020-04-271-9/+0
* | Chefstyle fixesTim Smith2020-04-271-31/+29
* | Better handle the default valuesTim Smith2020-04-271-0/+10
* | Print out strings not symbols and skip deprecated propertiesTim Smith2020-04-271-8/+13
* | Update the skip listTim Smith2020-04-271-1/+1
* | Start the weight at 70 to match the docs siteTim Smith2020-04-271-2/+2
* | Make sure the description list is an arrayTim Smith2020-04-271-1/+1
* | Enable the multipackage flag for more package managersTim Smith2020-04-271-1/+1
* | Produce proper markdown in the example blockTim Smith2020-04-271-1/+0
* | Add "nil" to types list.Pete Higgins2020-04-271-1/+1
* | Add code to handle properties only set in docs on a few resources.Pete Higgins2020-04-271-5/+97
* | Update more things.Pete Higgins2020-04-271-20/+61
* | Start the conversinon of moving to YAML generation for docsTim Smith2020-04-271-242/+54
|/