This project is mirrored from https://github.com/chef/chef.git.
Pull mirroring updated .
- 26 Nov, 2013 1 commit
-
-
danielsdeleo authored
-
- 22 Nov, 2013 5 commits
-
-
Serdar Sutay authored
-
Serdar Sutay authored
Windows Spec Fixes
-
Serdar Sutay authored
-
lamont-granquist authored
back port of OC-10380 to 10-stable
-
Serdar Sutay authored
-
- 21 Nov, 2013 19 commits
-
-
Serdar Sutay authored
Pick mixlib-shellout 1.3.0.rc.0 to prepare for 10.30.0.rc.0
-
Phil Dibowitz authored
[CHEF-4110-10stable] Add a "whyrun_safe" attribute to ruby_block
-
Phil Dibowitz authored
-
Serdar Sutay authored
-
Phil Dibowitz authored
-
Phil Dibowitz authored
Also, don't claim to be a state_attr.
-
Phil Dibowitz authored
Also refactor the code to be slightly cleaner and fix 'updated' bug.
-
Phil Dibowitz authored
10-stable edition
-
Lamont Granquist authored
-
Serdar Sutay authored
Make Chef::DataBag.save use POST instead of PUT
-
Serdar Sutay authored
PUT doesn't make sense in DataBag context since you can't update a data bag. Chef::DataBag.save should rescue a 409 response since that indicates the data bag already exists.
-
-
danielsdeleo authored
-
danielsdeleo authored
-
danielsdeleo authored
Documentation for URI::Generic#host in Ruby 2.0.0 explains: Since IPv6 addresses are wrapped by brackets in URIs, this method returns IPv6 addresses wrapped by brackets. This form is not appropriate to pass socket methods such as TCPSocket.open. If unwrapped host names are required, use “hostname” method. Therefore the best way to support IPv6 URIs is to replace calls to URI::Generic#host with URI::Generic#hostname. The #hostname method is added in Ruby 1.9.3 so we need to backport it for older ruby versions. Conflicts: chef/lib/chef.rb
-
danielsdeleo authored
Ruby 2.0 changes the way proxying is implemented in Net::HTTP such that each request will check the URI for "proxy-ness." This check will generate a URL from the given address and port without wrapping IPv6 addresses in brackets, which triggers an error in the URI library. Check for this case on startup and monkey patch the offending method if necessary.
-
Serdar Sutay authored
Porting CHEF-3297 to 10-stable.
-
sersut authored
-
sersut authored
-
- 20 Nov, 2013 1 commit
-
-
sersut authored
CHEF-3297: Add excluded_members property to the group resources Conflicts: chef/lib/chef/provider/group.rb chef/lib/chef/provider/group/usermod.rb chef/lib/chef/resource/group.rb chef/spec/unit/provider/group/pw_spec.rb chef/spec/unit/provider/group/usermod_spec.rb spec/functional/resource/group_spec.rb spec/spec_helper.rb spec/support/platform_helpers.rb
-
- 07 Nov, 2013 1 commit
-
-
Serdar Sutay authored
CHEF-4380: package resource with "source" is broken on EL6 using 11.6.0rc3
-
- 06 Nov, 2013 5 commits
-
-
Serdar Sutay authored
[CHEF-4380] Fix missing include on shellout mixin
-
Serdar Sutay authored
CHEF-4596 / CHEF-4631 : Pick the array that is higher in the precedence order instead of merging during deep merge
-
sersut authored
-
sersut authored
-
sersut authored
-
- 05 Nov, 2013 5 commits
-
-
danielsdeleo authored
-
danielsdeleo authored
Fixes CHEF-1848: https://tickets.opscode.com/browse/CHEF-1848
-
danielsdeleo authored
-
danielsdeleo authored
-
danielsdeleo authored
Conflicts: chef/lib/chef/exceptions.rb Fixes CHEF-2682 for 10-stable
-
- 04 Nov, 2013 3 commits
-
-
Bryan McLellan authored
We assume in whyrun mode that a non-existant user would be created before we attempt to lock it, so we return false from #check_lock when user does not exist and we are in why_run mode.
-
Serdar Sutay authored
Fix windows gem dependencies on 10-stable
-
sersut authored
Minimally bump the version numbers of windows gems so that we don't have a conflict with mixlib-shellout gems.
-