summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove force of utf-8lcg/remove-force-utf8Lamont Granquist2014-10-231-1/+0
| | | | chef-12 will do this globally
* Merge pull request #2229 from opscode/jdmundrawala/12-evt-logJay Mundrawala2014-10-2310-2/+372
|\ | | | | Logging events to the Windows Event Log
| * Don't require win32-eventlog in rakefilejdmundrawala/12-evt-logJay Mundrawala2014-10-221-1/+1
| |
| * Updated client_spec to not run event loggerJay Mundrawala2014-10-221-1/+1
| |
| * Use windows evt log by default on windowsJay Mundrawala2014-10-227-35/+106
| |
| * Add rake task at root to build eventlog dllJay Mundrawala2014-10-222-1/+14
| |
| * Guard windows specific includes in specJay Mundrawala2014-10-221-2/+4
| |
| * Adding missing headersJay Mundrawala2014-10-222-0/+36
| |
| * Copy-pasta errorJay Mundrawala2014-10-221-1/+1
| |
| * Modified log messages (chef-client -> Chef Client)Jay Mundrawala2014-10-221-4/+4
| |
| * Guard windows includesJay Mundrawala2014-10-221-7/+11
| |
| * Removed unused base classJay Mundrawala2014-10-222-3/+2
| |
| * Added spec for windows event loggerJay Mundrawala2014-10-221-0/+76
| |
| * suppressing annoying warnings due to already imported constantsJay Mundrawala2014-10-221-1/+5
| |
| * Renamed event_log to eventlogJay Mundrawala2014-10-221-0/+0
| |
| * Added sample client.rbJay Mundrawala2014-10-221-0/+3
| |
| * Build resource dll for event log and register itJay Mundrawala2014-10-223-0/+77
| |
| * Don't autoload windows event loggerJay Mundrawala2014-10-221-2/+0
| |
| * Changed logging locationJay Mundrawala2014-10-221-2/+2
| |
| * Added function to add event loggerJay Mundrawala2014-10-221-0/+5
| |
| * SpacingJay Mundrawala2014-10-221-56/+56
| |
| * Added windows event loggingJay Mundrawala2014-10-223-0/+74
| |
| * Added base class for event loggingJay Mundrawala2014-10-221-0/+8
| |
* | Merge pull request #2284 from opscode/lcg/force-ffi-yajlLamont Granquist2014-10-221-0/+4
|\ \ | | | | | | force ffi-yajl to use C ext
| * | force ffi-yajl to use C extlcg/force-ffi-yajlLamont Granquist2014-10-221-0/+4
|/ / | | | | | | might speed up builds
* | Merge pull request #2264 from opscode/jdmundrawala/issue-2225Jay Mundrawala2014-10-222-9/+18
|\ \ | |/ |/| Improve detection missing WhatIf support
| * Added spec to test a whatif expception with \r\n is corrrectly classifiedjdmundrawala/issue-2225Jay Mundrawala2014-10-221-1/+6
| |
| * Refactored local_configuration_manager to use function to test for what-if ↵Jay Mundrawala2014-10-221-8/+12
| | | | | | | | support
| * Improve detection missing WhatIf supportBob2014-10-221-1/+1
| | | | | | From output of Whatif-run, do not replace line break by space, as this breaks the match if the break was done within a word.
* | Merge pull request #2265 from opscode/sersut/resource-list-specsSerdar Sutay2014-10-224-87/+209
|\ \ | |/ |/| Add missing specs for List
| * Delegate Array methods rather than hardcoding into the ResourceList class.sersut/resource-list-specsSerdar Sutay2014-10-212-21/+10
| |
| * Updates based on PR comments.Serdar Sutay2014-10-211-58/+37
| |
| * Add pending specs for resource list.Serdar Sutay2014-10-203-2/+159
| |
| * Convert resource_collection spec to Rspec3 syntax.Serdar Sutay2014-10-201-65/+62
| |
* | Merge pull request #2281 from opscode/jdmundrawala/lcm-renamesJay Mundrawala2014-10-222-7/+7
|\ \ | | | | | | Renamed output_has_dsc_module_failure to dsc_module_import_failure
| * | Renamed output_has_dsc_module_failure to dsc_module_import_failureJay Mundrawala2014-10-222-7/+7
|/ /
* | Merge pull request #2280 from juliandunn/reorder-changelogJulian C. Dunn2014-10-221-19/+21
|\ \ | | | | | | Rearrange changelog
| * | Rearrange changelog so that the "internal API changes" are documentedJulian C. Dunn2014-10-221-19/+21
|/ / | | | | | | | | | | at the very top. This is because developers will have the propensity to add things at the bottom, and they get incorrectly categorized as internal changes.
* | Merge pull request #2275 from juliandunn/chef-client-12-aix-release-notesJulian C. Dunn2014-10-221-0/+6
|\ \ | | | | | | Added release notes for AIX service provider.
| * | Added release notes for AIX service provider.Julian C. Dunn2014-10-211-0/+6
|/ /
* | Changelog updated for changes the windows env delete behaviorJay Mundrawala2014-10-211-0/+1
| |
* | Merge pull request #2248 from opscode/jdmundrawala/windows-serviceJay Mundrawala2014-10-213-2/+37
|\ \ | | | | | | Adding a bin for windows service so that we can appbundle
| * | Pointing chef-service-manager to appbundled chef-windows-servicejdmundrawala/windows-serviceJay Mundrawala2014-10-211-1/+1
| | |
| * | Adding a bin for windows service so that we can appbundleJay Mundrawala2014-10-212-1/+36
| | |
* | | Merge pull request #2249 from opscode/jdmundrawala/delete-envJay Mundrawala2014-10-212-2/+13
|\ \ \ | |/ / |/| | Ensure delete ENV[var] from current process
| * | spec to ensure deleting ENV[var] from current process worksjdmundrawala/delete-envJay Mundrawala2014-10-211-0/+9
| | |
| * | Ensure delete ENV[var] from current processJay Mundrawala2014-10-211-2/+4
| | |
* | | Merge pull request #2271 from opscode/sersut/chef-12-contrib-passSerdar Sutay2014-10-211-0/+13
|\ \ \ | | | | | | | | Contribution info for last pass before Chef 12 Release.
| * | | Contribution information for AIX service provider.Serdar Sutay2014-10-211-0/+1
| | | |
| * | | Contribution information for https://github.com/opscode/chef/pull/2255.Serdar Sutay2014-10-211-0/+2
| | | |