summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixing #2694 - resource guards are executed in why_run modetball/guard_interpretertyler-ball2015-01-055-1/+39
* Merge pull request #2674 from opscode/audit-modeTyler Ball2014-12-2955-96/+3465
|\
| * Updating for review commentstyler-ball2014-12-294-8/+10
| * Merging master to audit-modetyler-ball2014-12-2918-209/+512
| |\ | |/ |/|
* | Merge pull request #2708 from opscode/jonlives/2505Jon Cowie2014-12-295-8/+15
|\ \
| * | Updating md files for PR 2505Jon Cowie2014-12-293-7/+7
| * | Fix. Make sure that scheme part of the URI is treated in a case-insensitive m...Krzysztof Wilczynski2014-12-292-1/+8
|/ /
* | Merge pull request #2687 from opscode/mcquin/bugfix/search-filteringClaire McQuin2014-12-234-143/+110
|\ \
| * | Build configurable search string.mcquin/bugfix/search-filteringClaire McQuin2014-12-193-7/+15
| * | 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
| * | Update for new rows default in search.Claire McQuin2014-12-191-1/+1
| * | 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-182-7/+6
| * | Require a file that exists.Claire McQuin2014-12-181-1/+1
| * | No more should.Claire McQuin2014-12-181-15/+15
| * | Make search with filtering match partial_search.Claire McQuin2014-12-182-120/+82
* | | Merge pull request #2699 from opscode/cdoherty-fix-logon-specsChris Doherty2014-12-221-5/+6
|\ \ \
| * | | Randomize service display name to fix transient test failure, and mark unimpl...cdoherty-fix-logon-specsChris Doherty2014-12-221-5/+6
|/ / /
* | | Merge pull request #2288 from opscode/cdoherty-enhance-win-serviceChris Doherty2014-12-219-64/+383
|\ \ \ | |/ / |/| |
| * | Enable Windows services to run as a different user (CHEF-4921). This adds :ru...cdoherty-enhance-win-serviceChris Doherty2014-12-199-64/+383
| | * Merging master to this branchtyler-ball2014-12-185-20/+20
| | |\ | |_|/ |/| |
* | | Merge pull request #2675 from opscode/clearing_docTyler Ball2014-12-181-537/+0
|\ \ \
| * | | Clearing out doc_changes because we're in a new releaseclearing_doctyler-ball2014-12-171-537/+0
* | | | Merge pull request #2654 from opscode/jdm/lcm-parser-fixesJay Mundrawala2014-12-185-20/+20
|\ \ \ \ | |_|/ / |/| | |
| * | | Add whitespacejdm/lcm-parser-fixesJay Mundrawala2014-12-171-1/+1
| * | | Rename Chef::Exceptions::LCMParserException to Chef::Exceptions::LCMParserJay Mundrawala2014-12-174-5/+5
| * | | Don't care how many timess you warn, just do itJay Mundrawala2014-12-171-4/+4
| * | | Fix bug where error parser what-if output causes resource to be considered co...Jay Mundrawala2014-12-174-16/+16
| | | * Addressing review comments, adding documentationtyler-ball2014-12-188-4/+71
| | | * No longer need to run travis on audit-mode branchtyler-ball2014-12-181-1/+0
| | | * Resolving conflicsts from giant rebasetyler-ball2014-12-174-46/+46
| | | * Unit tests for audit-mode in chef-solo.Claire McQuin2014-12-177-52/+85
| | | * Explicitly enable audits.Claire McQuin2014-12-172-0/+5
| | | * Add specs for audit-mode command-line and configuration settings.Claire McQuin2014-12-173-19/+92
| | | * Disable audit-mode by default.Claire McQuin2014-12-172-12/+45
| | | * Unit and functional tests for spec_formattertyler-ball2014-12-172-0/+82
| | | * Fixing unit test adding Serverspec DSLtyler-ball2014-12-175-69/+72
| | | * Finishing unit and functional test coverage for audit runnertyler-ball2014-12-175-56/+207
| | | * Adding example of sandboxingtyler-ball2014-12-173-2/+141
| | | * Adding simple integration test for audit mode outputtyler-ball2014-12-178-2/+155
| | | * Adding test for recipe DSL audit additionstyler-ball2014-12-175-7/+13
| | | * Rescuing Exception blind was covering up an unexpected errortyler-ball2014-12-172-27/+100
| | | * Adding audit DSL coveragetyler-ball2014-12-171-11/+24
| | | * Add unit tests for Audit::AuditReporterClaire McQuin2014-12-171-0/+374
| | | * Add unit tests for Audit::AuditEventProxyClaire McQuin2014-12-171-0/+292