summaryrefslogtreecommitdiff
path: root/lib/chef/audit
Commit message (Expand)AuthorAgeFilesLines
* replace some instances of to_hash with to_hlcg/to-h-cleanupLamont Granquist2018-09-262-7/+13
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-023-22/+22
* mechanical conversion of most debug log statements to traceThom May2018-03-262-10/+10
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-172-5/+5
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-132-3/+3
* Merge pull request #5016 from erichelgeson/dontErrorInZeroThom May2016-08-021-1/+5
|\
| * Don't show error message when we cant post the audit report while running in ...Eric Helgeson2016-07-051-1/+5
* | Update to rspec 3.5tm/new_world_rspecThom May2016-07-201-1/+1
|/
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-054-8/+8
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-026-6/+6
* Use double quotes by defaultThom May2016-01-146-21/+21
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-132-4/+4
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-3/+1
* Restore rspec 3.4 by setting project_source_dirsjk/rspec-3.4John Keiser2015-11-171-0/+1
* Minor updates for PR comments.sd/CI-31Serdar Sutay2015-05-291-4/+2
* Make sure the audit mode output is reflected both in the logs and in the form...Serdar Sutay2015-05-293-4/+44
* Give captured exception a meaningful nameClaire McQuin2015-05-271-5/+5
* remove configuration optionClaire McQuin2015-05-271-10/+8
* Skip adding backtrace to error message if unset.Claire McQuin2015-05-271-1/+5
* Remove unused method definitionClaire McQuin2015-05-271-4/+0
* Save and report audit phase failure on run_completed or run_failed.Claire McQuin2015-05-271-2/+9
* Configure serverspec correctly on windows.sersut/3234Serdar Sutay2015-04-241-0/+1
* Merge pull request #3048 from juliandunn/fix-audit-mode-on-windowsJulian C. Dunn2015-03-201-2/+10
|\
| * Remove UNIX-specific assumptions from audit runner.Julian C. Dunn2015-03-081-2/+10
* | Make terminology consistent about audits versus controlsJulian C. Dunn2015-03-111-1/+1
|/
* Add /lib/chef/ to backtrace exclusion patterns for audit modekyleen/audit-exclusionKyleen MacGugan2015-03-031-0/+5
* Update DSL method name to controls_group.mcquin/control_groupClaire McQuin2015-01-152-13/+13
* Updating for review commentstyler-ball2014-12-291-3/+1
* Resolving conflicsts from giant rebasetyler-ball2014-12-171-2/+0
* Unit tests for audit-mode in chef-solo.Claire McQuin2014-12-172-9/+2
* Fixing unit test adding Serverspec DSLtyler-ball2014-12-172-4/+2
* Finishing unit and functional test coverage for audit runnertyler-ball2014-12-171-4/+1
* Adding simple integration test for audit mode outputtyler-ball2014-12-174-2/+59
* Adding test for recipe DSL audit additionstyler-ball2014-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-1/+9
* Failing an audit example will now raise an error and make chef exit with a no...tyler-ball2014-12-172-0/+6
* Adding cookbook and recipe information per analytics requesttyler-ball2014-12-174-21/+19
* Updating to use audit syntax rather than controltyler-ball2014-12-173-8/+8
* Test including supported serverspec helpers. Updates per PR comments.Serdar Sutay2014-12-171-1/+1
* Instructions on running audit mode examples.Serdar Sutay2014-12-171-2/+1
* * Some primitive recipes that check basic functionality of audit mode.Serdar Sutay2014-12-171-1/+1
* Add omitted config options.Claire McQuin2014-12-171-13/+92
* Add Chef::Exceptions to audit errorClaire McQuin2014-12-171-1/+1
* Use a central runnerClaire McQuin2014-12-172-121/+61
* Add a Chef::Audit::Controls object for 'controls'Claire McQuin2014-12-172-79/+121
* Adding audit mode JSON formattertyler-ball2014-12-173-34/+70