summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Locking depsshain/ipaddressScott Hain2014-11-031-1/+5
|
* Testing ipaddressScott Hain2014-11-031-0/+1
|
* cherry picking https://github.com/opscode/chef/pull/2326 to 12-stabletyler-ball2014-10-311-0/+1
|
* Merge pull request #2330 from opscode/sersut/cherry-pick-win-spec12.0.0.rc.0Serdar Sutay2014-10-301-2/+2
|\ | | | | Merge pull request #2328 from opscode/sersut/win-spec-fix
| * Merge pull request #2328 from opscode/sersut/win-spec-fixSerdar Sutay2014-10-301-2/+2
|/ | | | Fix windows specs for windows package type.
* Merge pull request #2327 from opscode/sersut/rc-spec-fixesSerdar Sutay2014-10-3011-62/+74
|\ | | | | RC Spec fixes for 12-stable
| * windows_package installer_type should be a symbolBryan McLellan2014-10-302-4/+4
| | | | | | | | | | | | | | Fixes #1997 Conflicts: spec/unit/resource/windows_package_spec.rb
| * Merge pull request #2313 from opscode/sersut/win-res-lookup-fixSerdar Sutay2014-10-3011-58/+70
| | | | | | | | | | | | Make sure windows_service and windows_package resources are found with the new dynamic provider resolver. Conflicts: spec/unit/resource/windows_package_spec.rb
* | Fixing documentation errortyler-ball2014-10-301-3/+1
|/
* Merge pull request #2320 from ClogenyTechnologies/kd-aix-fixes-wrktnScott Hain2014-10-291-1/+1
| | | | Disable workstation tests for aix.
* add 'class Chef' outer scopeLamont Granquist2014-10-281-302/+304
| | | | | | | | | | | | | clearly we need a rubocop rule for this. this fixes this exception which we were throwing incorrectly: [2014-10-28T02:57:54+00:00] FATAL: NameError: uninitialized constant Chef::Application::Exceptions using 'class Chef::Application' saves a tiny amount of typing and indentation but does not open up the outer lexical scope and breaks otherwise working code like this.
* Merge pull request #2314 from opscode/adamedx/32-bit-windows-spec-fixAdam Edwards2014-10-281-1/+1
| | | | 64-bit Windows functional script resource specs should not execute on 32-bit Windows
* Merge pull request #2309 from ClogenyTechnologies/kd-aix-fixes-28octScott Hain2014-10-283-2/+5
| | | | Fix test failures with latest AIX build.
* Pick up latest ohai and mixlib-shellout.Serdar Sutay2014-10-271-2/+2
|
* Bump version for 12.0.0 RC.Serdar Sutay2014-10-272-2/+2
|
* Merge pull request #2301 from juliandunn/cleanup-old-initscriptsJulian C. Dunn2014-10-2642-2048/+0
|\ | | | | Remove old, outdated distro initscripts.
| * Remove old, outdated distro initscripts.Julian C. Dunn2014-10-2442-2048/+0
| |
* | Merge pull request #2300 from opscode/lcg/rspec3-updatesLamont Granquist2014-10-26146-4782/+4779
|\ \ | |/ |/| updating resources/providers unit tests to rpsec3
| * 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
| | | | | | | |