summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Updating for review commentstyler-ball2014-12-292-4/+2
* Merging master to audit-modetyler-ball2014-12-297-96/+197
|\
| * Fix. Make sure that scheme part of the URI is treated in a case-insensitive m...Krzysztof Wilczynski2014-12-291-1/+1
| * Merge pull request #2687 from opscode/mcquin/bugfix/search-filteringClaire McQuin2014-12-232-91/+70
| |\
| | * Build configurable search string.mcquin/bugfix/search-filteringClaire McQuin2014-12-191-1/+9
| | * Remaining fixes.Claire McQuin2014-12-192-7/+7
| | * Fix spelling.Claire McQuin2014-12-191-1/+1
| | * Make config a reader.Claire McQuin2014-12-191-2/+2
| | * Use 2.0 syntax (required keyword arguments are 2.1+).Claire McQuin2014-12-191-2/+2
| | * Fix whitespace.Claire McQuin2014-12-191-5/+4
| | * Allow search to receive either an array or hash of arguments.Claire McQuin2014-12-191-44/+37
| | * Add optional config parameter.Claire McQuin2014-12-181-3/+9
| | * Return all matches by default.Claire McQuin2014-12-181-2/+1
| | * Make search with filtering match partial_search.Claire McQuin2014-12-181-86/+60
| * | Merge pull request #2288 from opscode/cdoherty-enhance-win-serviceChris Doherty2014-12-214-4/+126
| |\ \ | | |/ | |/|
| | * Enable Windows services to run as a different user (CHEF-4921). This adds :ru...cdoherty-enhance-win-serviceChris Doherty2014-12-194-4/+126
* | | Merging master to this branchtyler-ball2014-12-183-4/+9
|\ \ \ | |/ /
| * | Merge pull request #2654 from opscode/jdm/lcm-parser-fixesJay Mundrawala2014-12-183-4/+9
| |\ \ | | |/ | |/|
| | * Rename Chef::Exceptions::LCMParserException to Chef::Exceptions::LCMParserJay Mundrawala2014-12-173-3/+3
| | * Fix bug where error parser what-if output causes resource to be considered co...Jay Mundrawala2014-12-173-4/+9
* | | Addressing review comments, adding documentationtyler-ball2014-12-181-0/+5
* | | Resolving conflicsts from giant rebasetyler-ball2014-12-174-46/+46
* | | Unit tests for audit-mode in chef-solo.Claire McQuin2014-12-174-12/+5
* | | Add specs for audit-mode command-line and configuration settings.Claire McQuin2014-12-171-6/+5
* | | Disable audit-mode by default.Claire McQuin2014-12-172-12/+45
* | | 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
* | | Rescuing Exception blind was covering up an unexpected errortyler-ball2014-12-171-1/+1
* | | if in why_run, do not enter the audit phase - because people run why_run to s...tyler-ball2014-12-174-7/+26
* | | Failing an audit example will now raise an error and make chef exit with a no...tyler-ball2014-12-174-1/+13
* | | Adding cookbook and recipe information per analytics requesttyler-ball2014-12-176-30/+48
* | | Updating to use audit syntax rather than controltyler-ball2014-12-175-13/+13
* | | Test including supported serverspec helpers. Updates per PR comments.Serdar Sutay2014-12-173-6/+4
* | | Instructions on running audit mode examples.Serdar Sutay2014-12-175-12/+17
* | | * 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
* | | Raise error if duplicate controls block given.Claire McQuin2014-12-171-2/+9
* | | Wrap in control block until we get top-level tests working.Claire McQuin2014-12-171-1/+1
* | | Add Chef::Exceptions to audit errorClaire McQuin2014-12-171-1/+1
* | | Use a central runnerClaire McQuin2014-12-176-148/+65
* | | Add a Chef::Audit::Controls object for 'controls'Claire McQuin2014-12-175-94/+137
* | | Adding audit mode JSON formattertyler-ball2014-12-176-85/+110
* | | Adding uncaught error informationtyler-ball2014-12-171-2/+11
* | | Sending to correct server URLtyler-ball2014-12-173-9/+12
* | | Make sure we don't close the output_stream after running rspec.Serdar Sutay2014-12-178-29/+41
* | | Adding audit mode JSON formattertyler-ball2014-12-171-3/+0
* | | Wiring audit event proxy to send events correctly to the audit_reportertyler-ball2014-12-1712-170/+290
* | | Preparing for demo - using rspec documentation formatter for output instead o...tyler-ball2014-12-176-23/+27