Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "add md files for ProviderResolver features"revert-2295-lcg/provider-resolver-mds | Lamont Granquist | 2014-10-24 | 2 | -29/+0 |
| | |||||
* | Merge pull request #2295 from opscode/lcg/provider-resolver-mds | Lamont Granquist | 2014-10-24 | 2 | -0/+29 |
|\ | | | | | add md files for ProviderResolver features | ||||
| * | add md files for ProviderResolver featureslcg/provider-resolver-mds | Lamont Granquist | 2014-10-24 | 2 | -0/+29 |
| | | |||||
* | | Merge pull request #2277 from liseki/fix-freebsd-service-status-load | Serdar Sutay | 2014-10-24 | 1 | -0/+1 |
|\ \ | | | | | | | Properly load FreeBSD service status | ||||
| * | | Properly load FreeBSD service status | Richard Manyanza | 2014-10-22 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #2270 from liseki/fix-whiny-freebsd-service | Serdar Sutay | 2014-10-24 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | Ensure why-run of a FreeBSD service missing init script does not fail | ||||
| * | | | Maintain init_command as nil in why-run when missing init script | Richard Manyanza | 2014-10-21 | 1 | -10/+2 |
| | | | | |||||
| * | | | Ensure why-run of a FreeBSD service missing init script does not fail | Richard Manyanza | 2014-10-21 | 1 | -0/+9 |
| | | | | |||||
* | | | | Merge pull request #2251 from chilicheech/fix_dscl_group_name | Serdar Sutay | 2014-10-24 | 2 | -4/+5 |
|\ \ \ \ | | | | | | | | | | | use group_name when checking if the group exists on mac osx with dscl | ||||
| * | | | | use group_name when checking if the group exists on mac osx with dscl | Thiago Oliveira | 2014-10-17 | 2 | -4/+5 |
| | | | | | |||||
* | | | | | Merge pull request #2196 from ↵ | Serdar Sutay | 2014-10-24 | 2 | -12/+10 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | ClogenyTechnologies/sid/fix-bootstrap-options-precedence [knife-ec2]Command-line options do not take precedence over knife.rb configuration (#247) | ||||
| * | | | | Fixed review comments related to bootstrap config spec tests | siddheshwar-more | 2014-10-20 | 1 | -0/+40 |
| | | | | | |||||
| * | | | | Removed spec tests related to bootstrap config options | siddheshwar-more | 2014-10-11 | 2 | -74/+2 |
| | | | | | |||||
| * | | | | Changes to fix review comments | siddheshwar-more | 2014-10-10 | 1 | -6/+6 |
| | | | | | |||||
| * | | | | Fixed issue related to precedence of knife config options | siddheshwar-more | 2014-10-09 | 2 | -6/+36 |
| | | | | | |||||
* | | | | | Merge pull request #2287 from opscode/lcg/remove-force-utf8 | Lamont Granquist | 2014-10-24 | 1 | -1/+0 |
|\ \ \ \ \ | | | | | | | | | | | | | remove force of utf-8 | ||||
| * | | | | | remove force of utf-8lcg/remove-force-utf8 | Lamont Granquist | 2014-10-23 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | chef-12 will do this globally | ||||
* | | | | | | Merge pull request #1596 from opscode/lcg/provider-resovler | Lamont Granquist | 2014-10-24 | 140 | -1038/+2002 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | CHEF-3404: Provider Resolver | ||||
| * | | | | | | Chef-12 RC Provider Resolver | Lamont Granquist | 2014-10-24 | 143 | -1308/+1900 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | makes resource and provider class resolution more dynamic. begins deprecation of Chef::Platform static mapping. | ||||
| * | | | | | | Initial sketch for provider resolver | Richard Manyanza | 2014-10-22 | 11 | -2/+374 |
| | | | | | | | |||||
* | | | | | | | Added changelog entry for env provider change: | Jay Mundrawala | 2014-10-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified env resource to break values up by delimiter before comparing | ||||
* | | | | | | | Merge pull request #2252 from opscode/jdmundrawala/env-split | Jay Mundrawala | 2014-10-24 | 3 | -23/+84 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Modified env resource to break values up by delimiter before comparing | ||||
| * | | | | | | | Sytle cleanupjdmundrawala/env-split | Jay Mundrawala | 2014-10-23 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Aliased compare_value to requires_modify_or_create? | Jay Mundrawala | 2014-10-23 | 1 | -0/+2 |
| | | | | | | | | |||||
| * | | | | | | | Renamed compare_value in env provider | Jay Mundrawala | 2014-10-23 | 3 | -18/+18 |
| | | | | | | | | |||||
| * | | | | | | | delete_element should return false if the key needs to be deleted | Jay Mundrawala | 2014-10-23 | 2 | -6/+12 |
| | | | | | | | | |||||
| * | | | | | | | Got rid of repeated code | Jay Mundrawala | 2014-10-23 | 1 | -9/+15 |
| | | | | | | | | |||||
| * | | | | | | | Modified spec to check subpath case | Jay Mundrawala | 2014-10-23 | 1 | -3/+3 |
| | | | | | | | | |||||
| * | | | | | | | Added unit tests to ensure that value for env correctly deals with having ↵ | Jay Mundrawala | 2014-10-23 | 1 | -0/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the delimiter in it | ||||
| * | | | | | | | Modified env resource to break values up by delimiter before comparing. | Jay Mundrawala | 2014-10-23 | 1 | -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-changelog | Jay Mundrawala | 2014-10-24 | 2 | -0/+11 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Notes for Windows Event Log feature | ||||
| * | | | | | | | Added rel note entry for Window Event Log featurejdmundrawala/event-log-changelog | Jay Mundrawala | 2014-10-23 | 1 | -0/+10 |
| | | | | | | | | |||||
| * | | | | | | | Added changelog entry for windows event log feature | Jay Mundrawala | 2014-10-23 | 1 | -0/+1 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #1495 from opscode/adamed/guard-interpreter-default | Adam Edwards | 2014-10-23 | 11 | -36/+289 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | guard_interpreter default change for powershell_script, batch resources | ||||
| * | | | | | | Documentation changes for guard interpreter default change | Adam Edwards | 2014-10-23 | 3 | -0/+94 |
| | | | | | | | |||||
| * | | | | | | windows_script specs for guard_interpreter exception behavior on ruby blocks | Adam Edwards | 2014-10-23 | 1 | -0/+13 |
| | | | | | | | |||||
| * | | | | | | Set guard_interpreter using default_guard_interpreter | Adam Edwards | 2014-10-23 | 4 | -20/+39 |
| | | | | | | | |||||
| * | | | | | | Change default powershell_script executionpolicy to unrestricted | Adam Edwards | 2014-10-23 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Debug logging should show transformed script code for easier debugging of ↵ | Adam Edwards | 2014-10-23 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | powershell_script | ||||
| * | | | | | | powershell_script and batch resource guard_interpeter default to parent resource | Adam Edwards | 2014-10-23 | 7 | -16/+141 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #2229 from opscode/jdmundrawala/12-evt-log | Jay Mundrawala | 2014-10-23 | 10 | -2/+372 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Logging events to the Windows Event Log | ||||
| * | | | | | | Don't require win32-eventlog in rakefilejdmundrawala/12-evt-log | Jay Mundrawala | 2014-10-22 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Updated client_spec to not run event logger | Jay Mundrawala | 2014-10-22 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Use windows evt log by default on windows | Jay Mundrawala | 2014-10-22 | 7 | -35/+106 |
| | | | | | | | |||||
| * | | | | | | Add rake task at root to build eventlog dll | Jay Mundrawala | 2014-10-22 | 2 | -1/+14 |
| | | | | | | | |||||
| * | | | | | | Guard windows specific includes in spec | Jay Mundrawala | 2014-10-22 | 1 | -2/+4 |
| | | | | | | | |||||
| * | | | | | | Adding missing headers | Jay Mundrawala | 2014-10-22 | 2 | -0/+36 |
| | | | | | | | |||||
| * | | | | | | Copy-pasta error | Jay Mundrawala | 2014-10-22 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Modified log messages (chef-client -> Chef Client) | Jay Mundrawala | 2014-10-22 | 1 | -4/+4 |
| | | | | | | | |||||
| * | | | | | | Guard windows includes | Jay Mundrawala | 2014-10-22 | 1 | -7/+11 |
| | | | | | | |