summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2592 from martinisoft/martinisoft/add_freebsd_maintainerAdam Jacob2015-01-081-0/+8
|\ | | | | Add martinisoft to missing FreeBSD platform
| * Add martinisoft to missing FreeBSD platformAaron Kalin2014-12-091-0/+8
| | | | | | | | This adds me (martinisoft) as a maintainer for FreeBSD officially.
* | Merge pull request #2674 from opscode/audit-modeTyler Ball2014-12-2955-96/+3465
|\ \ | | | | | | Audit mode
| * | 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
|\ \ \ | | | | | | | | Merge pull request #2505 from kwilczynski/http-create-url
| * | | 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 ↵Krzysztof Wilczynski2014-12-292-1/+8
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | manner. This is as per http://en.wikipedia.org/wiki/URI_scheme, and solves some edges i.e., following (30x) URL from the "Location" header where we have to deal with "HTTP://". Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
* | | Merge pull request #2687 from opscode/mcquin/bugfix/search-filteringClaire McQuin2014-12-234-143/+110
|\ \ \ | | | | | | | | Make search with filtering match partial_search.
| * | | Build configurable search string.mcquin/bugfix/search-filteringClaire McQuin2014-12-193-7/+15
| | | |
| * | | Remaining fixes.Claire McQuin2014-12-192-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | * Exclude rows from query if rows are nil. * Update defaults in knife/search to match query defaults. * Update start when polling more rows.
| * | | 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
| | | | | | | | | | | | | | | | * Updated search to use argument parameters.
* | | | Merge pull request #2699 from opscode/cdoherty-fix-logon-specsChris Doherty2014-12-221-5/+6
|\ \ \ \ | | | | | | | | | | Fix transient test failure.
| * | | | Randomize service display name to fix transient test failure, and mark ↵cdoherty-fix-logon-specsChris Doherty2014-12-221-5/+6
|/ / / / | | | | | | | | | | | | unimplemented test as pending.
* | | | Merge pull request #2288 from opscode/cdoherty-enhance-win-serviceChris Doherty2014-12-219-64/+383
|\ \ \ \ | |/ / / |/| | | Enable logon-as-service in windows_service (CHEF-4921).
| * | | Enable Windows services to run as a different user (CHEF-4921). This adds ↵cdoherty-enhance-win-serviceChris Doherty2014-12-199-64/+383
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | :run_as_user and :run_as_password attributes to the windows_service resource. If a logon user is specified, the resource will (on every run) grant the logon-as-service privilege to that user, using secedit.exe.
| | * | 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 release
| * | | | 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
|\ \ \ \ \ | |_|/ / / |/| | | | Fix bug where errored parsing from what-if output causes resource to be considered converged
| * | | | 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 ↵Jay Mundrawala2014-12-174-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | converged. We now fall back to assuming the resource is not converged if we cannot parse information about a dsc resource.
| | | * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | * Audits are disabled by default. * Also, updated spec file to use RSpec :let.
| | | * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | * Modify command line option --audit-mode to accept parameters enabled, disabled, or audit-only. * Emit a warning if audit-mode is enabled or audit-only.
| | | * | 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
| | | | |