summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | delete_element should return false if the key needs to be deletedJay Mundrawala2014-10-232-6/+12
| | | | | | | |
| * | | | | | | Got rid of repeated codeJay Mundrawala2014-10-231-9/+15
| | | | | | | |
| * | | | | | | Modified spec to check subpath caseJay Mundrawala2014-10-231-3/+3
| | | | | | | |
| * | | | | | | Added unit tests to ensure that value for env correctly deals with having ↵Jay Mundrawala2014-10-231-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the delimiter in it
| * | | | | | | Modified env resource to break values up by delimiter before comparing.Jay Mundrawala2014-10-231-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For example, if someone were to do before this patch, ```ruby windows_path 'C:\foo;C:\bar' do action :create ... end ``` the path would grow each time this recipe was executed. This is because compare_path would break up the current path with ;, but would not do the same for the value being added.
* | | | | | | | Merge pull request #2282 from opscode/jdmundrawala/event-log-changelogJay Mundrawala2014-10-242-0/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Notes for Windows Event Log feature
| * | | | | | | Added rel note entry for Window Event Log featurejdmundrawala/event-log-changelogJay Mundrawala2014-10-231-0/+10
| | | | | | | |
| * | | | | | | Added changelog entry for windows event log featureJay Mundrawala2014-10-231-0/+1
|/ / / / / / /
* | | | | | | Merge pull request #1495 from opscode/adamed/guard-interpreter-defaultAdam Edwards2014-10-2311-36/+289
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | guard_interpreter default change for powershell_script, batch resources
| * | | | | | Documentation changes for guard interpreter default changeAdam Edwards2014-10-233-0/+94
| | | | | | |
| * | | | | | windows_script specs for guard_interpreter exception behavior on ruby blocksAdam Edwards2014-10-231-0/+13
| | | | | | |
| * | | | | | Set guard_interpreter using default_guard_interpreterAdam Edwards2014-10-234-20/+39
| | | | | | |
| * | | | | | Change default powershell_script executionpolicy to unrestrictedAdam Edwards2014-10-231-1/+1
| | | | | | |
| * | | | | | Debug logging should show transformed script code for easier debugging of ↵Adam Edwards2014-10-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | powershell_script
| * | | | | | powershell_script and batch resource guard_interpeter default to parent resourceAdam Edwards2014-10-237-16/+141
|/ / / / / /
* | | | | | 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
|/ / / / / /