summaryrefslogtreecommitdiff
path: root/lib/chef/formatters/doc.rb
Commit message (Expand)AuthorAgeFilesLines
* Style/ClassCheckLamont Granquist2019-07-051-2/+2
* Style/NegatedIfLamont Granquist2019-07-051-1/+1
* Style/EmptyMethodLamont Granquist2019-07-021-30/+15
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+3
* Convert require to require_relativeLamont Granquist2019-05-081-3/+3
* Target Mode initial implementationBryan McLellan2019-05-061-0/+1
* Reload the changes, adapt a bitTensibai2019-05-021-5/+6
* WIP: Remove audit mode from chef-clientTim Smith2019-03-111-46/+2
* Extract Action Collection from Data CollectorLamont Granquist2019-03-111-1/+1
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-5/+5
* Simplify the deprecations system a bit, and introduce ways to silence depreca...Noah Kantrowitz2018-06-141-10/+6
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-4/+13
* autofixing Style/MultilineIfThen copLamont Granquist2016-08-161-2/+2
* Merge pull request #4658 from chef/tm/remote_file_download_progress11.9Thom May2016-03-151-0/+16
|\
| * Enable progress output to be configuredtm/remote_file_download_progressThom May2016-03-041-2/+2
| * Merge branch 'remote-file-download-progress' of https://github.com/brandocorp...Thom May2016-03-031-0/+16
| |\
| | * new doc formatter event, remove progress barBrandon Raabe2015-03-201-0/+16
* | | add comments and cleanupLamont Granquist2016-02-091-0/+1
* | | get the formatting for cookbook gems correctLamont Granquist2016-02-091-0/+25
|/ /
* | autofixing whitespace copsLamont Granquist2016-02-051-4/+3
* | Rename openssl-fips to fips and add messagesJay Mundrawala2016-01-251-2/+2
* | Add fips mode line to Starting chef client runJay Mundrawala2016-01-251-1/+2
* | Use double quotes by defaultThom May2016-01-141-3/+3
* | Remove Timecop dependencyJoel Handwell2015-09-021-1/+1
* | Keep elapsed_time and add pretty_elapsed_timeJoel Handwell2015-09-021-3/+7
* | Add unit tests for elapsed_timeJoel Handwell2015-09-021-1/+1
* | Human friendly elapsed time in logJoel Handwell2015-09-021-3/+11
* | Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-0/+36
* | Revert back to the first argument being cookbook_name.Noah Kantrowitz2015-07-311-1/+1
* | Make the doc formatter actually show what version of a cookbook is being used.Noah Kantrowitz2015-07-221-3/+3
* | count skipped resources in among total resourcesRanjib Dey2015-06-251-1/+3
* | Make sure the audit mode output is reflected both in the logs and in the form...Serdar Sutay2015-05-291-2/+4
* | Save and report audit phase failure on run_completed or run_failed.Claire McQuin2015-05-271-2/+4
* | Display policy name and ID during the chef rundanielsdeleo2015-05-221-0/+4
* | Remove old TODO commentdanielsdeleo2015-05-221-3/+3
* | Make terminology consistent about audits versus controlsJulian C. Dunn2015-03-111-2/+2
|/
* Unit tests for audit-mode in chef-solo.Claire McQuin2014-12-171-2/+1
* if in why_run, do not enter the audit phase - because people run why_run to s...tyler-ball2014-12-171-2/+8
* Adding cookbook and recipe information per analytics requesttyler-ball2014-12-171-8/+19
* Test including supported serverspec helpers. Updates per PR comments.Serdar Sutay2014-12-171-4/+2
* Wiring audit event proxy to send events correctly to the audit_reportertyler-ball2014-12-171-29/+1
* Preparing for demo - using rspec documentation formatter for output instead o...tyler-ball2014-12-171-2/+4
* Adding first round of formatter integration - STDOUT doc formattertyler-ball2014-12-171-7/+47
* Adding logic for exceptions from converge phase not interfering with audit ph...tyler-ball2014-12-171-0/+18
* Refactor for simplicity, make the resource a streamJohn Keiser2014-04-301-4/+4
* Add ability to stream (and indent) command outputJohn Keiser2014-04-301-0/+4
* Use indent and unindent instead of indent_by()John Keiser2014-04-291-14/+21
* Add indentation to pretty-print LWRPs with inline resourcesJohn Keiser2014-04-291-22/+36
* [CHEF-4784] Output formatter "doc" lacks information about handlersSteffen Gebert2013-12-201-0/+15