summaryrefslogtreecommitdiff
path: root/lib/chef/audit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding uncaught error informationtyler-ball2014-12-171-2/+11
* Sending to correct server URLtyler-ball2014-12-172-6/+7
* Make sure we don't close the output_stream after running rspec.Serdar Sutay2014-12-173-17/+26
* Wiring audit event proxy to send events correctly to the audit_reportertyler-ball2014-12-175-123/+252
* Preparing for demo - using rspec documentation formatter for output instead o...tyler-ball2014-12-174-17/+15
* add rspec/itsClaire McQuin2014-12-171-1/+0
* Adding first round of formatter integration - STDOUT doc formattertyler-ball2014-12-173-13/+55
* Add serverspec types and matchers.Claire McQuin2014-12-171-0/+7
* Adding audit mode JSON formattertyler-ball2014-12-173-0/+265
* Creating our own example group class to simplify adding examples to the spec ...tyler-ball2014-12-171-0/+10