summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix more solaris provider lolwutlcg/rspec3-updatesLamont Granquist2014-10-241-2/+2
|
* remove lolwut from testsLamont Granquist2014-10-241-3/+0
|
* updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-24146-4781/+4781
| | | | mechanically generated patch using transpec 2.3.7 gem
* Merge pull request #2296 from opscode/sersut/last-contrib-infoSerdar Sutay2014-10-242-1/+39
|\ | | | | Last contribution pass before Chef 12.
| * Contribution info for https://github.com/opscode/chef/pull/2277.Serdar Sutay2014-10-241-1/+2
| |
| * Contribution info for https://github.com/opscode/chef/pull/2270.Serdar Sutay2014-10-241-0/+2
| |
| * Contribution info for https://github.com/opscode/chef/pull/2251.Serdar Sutay2014-10-241-0/+3
| |
| * Contribution info for https://github.com/opscode/chef/pull/2196.Serdar Sutay2014-10-241-0/+2
| |
| * Add missing changelog notes after 11.14.2.Serdar Sutay2014-10-242-1/+31
| |
* | Merge pull request #2295 from opscode/lcg/provider-resolver-mdsLamont Granquist2014-10-242-0/+29
|\ \ | | | | | | add md files for ProviderResolver features
| * | add md files for ProviderResolver featureslcg/provider-resolver-mdsLamont Granquist2014-10-242-0/+29
| |/
* | Merge pull request #2277 from liseki/fix-freebsd-service-status-loadSerdar Sutay2014-10-241-0/+1
|\ \ | | | | | | Properly load FreeBSD service status
| * | Properly load FreeBSD service statusRichard Manyanza2014-10-221-0/+1
| | |
* | | Merge pull request #2270 from liseki/fix-whiny-freebsd-serviceSerdar Sutay2014-10-241-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 scriptRichard Manyanza2014-10-211-10/+2
| | | |
| * | | Ensure why-run of a FreeBSD service missing init script does not failRichard Manyanza2014-10-211-0/+9
| | | |
* | | | Merge pull request #2251 from chilicheech/fix_dscl_group_nameSerdar Sutay2014-10-242-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 dsclThiago Oliveira2014-10-172-4/+5
| | | | |
* | | | | Merge pull request #2196 from ↵Serdar Sutay2014-10-242-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 testssiddheshwar-more2014-10-201-0/+40
| | | | |
| * | | | Removed spec tests related to bootstrap config optionssiddheshwar-more2014-10-112-74/+2
| | | | |
| * | | | Changes to fix review commentssiddheshwar-more2014-10-101-6/+6
| | | | |
| * | | | Fixed issue related to precedence of knife config optionssiddheshwar-more2014-10-092-6/+36
| | | | |
* | | | | Merge pull request #2287 from opscode/lcg/remove-force-utf8Lamont Granquist2014-10-241-1/+0
|\ \ \ \ \ | | | | | | | | | | | | remove force of utf-8
| * | | | | remove force of utf-8lcg/remove-force-utf8Lamont Granquist2014-10-231-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | chef-12 will do this globally
* | | | | | Merge pull request #1596 from opscode/lcg/provider-resovlerLamont Granquist2014-10-24140-1038/+2002
|\ \ \ \ \ \ | | | | | | | | | | | | | | CHEF-3404: Provider Resolver
| * | | | | | Chef-12 RC Provider ResolverLamont Granquist2014-10-24143-1308/+1900
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | makes resource and provider class resolution more dynamic. begins deprecation of Chef::Platform static mapping.
| * | | | | | Initial sketch for provider resolverRichard Manyanza2014-10-2211-2/+374
| | | | | | |
* | | | | | | Added changelog entry for env provider change:Jay Mundrawala2014-10-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified env resource to break values up by delimiter before comparing
* | | | | | | Merge pull request #2252 from opscode/jdmundrawala/env-splitJay Mundrawala2014-10-243-23/+84
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Modified env resource to break values up by delimiter before comparing
| * | | | | | | Sytle cleanupjdmundrawala/env-splitJay Mundrawala2014-10-231-1/+1
| | | | | | | |
| * | | | | | | Aliased compare_value to requires_modify_or_create?Jay Mundrawala2014-10-231-0/+2
| | | | | | | |
| * | | | | | | Renamed compare_value in env providerJay Mundrawala2014-10-233-18/+18
| | | | | | | |
| * | | | | | | 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
| | | | | | |