Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CHEF-4117] fix resource attempting to remove constants it doesn't have | danielsdeleo | 2013-04-23 | 3 | -1/+9 |
| | | | | | | Module.const_defined?() needs to be given an optional second argument to disable constant lookups on ancestor classes. Otherwise LWRP creation may attempt to remove a constant that does not exist. | ||||
* | Merge branch 'CHEF-3432' | danielsdeleo | 2013-04-22 | 4 | -30/+70 |
|\ | |||||
| * | [CHEF-3432] explain class var usage for resource_classes | danielsdeleo | 2013-04-22 | 1 | -0/+3 |
| | | |||||
| * | [CHEF-3432] fix leak of LWRP resource classes | danielsdeleo | 2013-04-18 | 2 | -3/+24 |
| | | |||||
| * | [CHEF-3432] tidy up fixture path generation in LWRP specs | danielsdeleo | 2013-04-18 | 1 | -5/+5 |
| | | |||||
| * | [CHEF-3432] Move LWRP override tests into main describe block | danielsdeleo | 2013-04-18 | 1 | -27/+28 |
| | | |||||
| * | [CHEF-3432] use shared variable to track resource subclasses | danielsdeleo | 2013-04-18 | 2 | -1/+16 |
|/ | | | | | | Use a class (@@var) instead of class instance variable to track subclasses of Chef::Resource. This ensures that subclasses of subclasses will be added to the list. | ||||
* | [CHEF-2467] Add tests and fix grammar. | Steven Danna | 2013-04-18 | 1 | -2/+15 |
| | |||||
* | [CHEF-2467] Ensure Shef loads run_context using correct run_list and ↵ | Steven Danna | 2013-04-18 | 1 | -2/+2 |
| | | | | | | | | environment. Currently, Shef in client-mode will not properly process attributes set in roles or environments since we assume an empty runlist and the _default environment when building the node. | ||||
* | Merge branch 'CHEF-3348' | Bryan McLellan | 2013-04-18 | 1 | -5/+6 |
|\ | |||||
| * | better CHANGELOG markdown format | Seth Vargo | 2013-04-18 | 1 | -5/+6 |
|/ | |||||
* | [CHEF-3516] force knife to exit when an Errno::EPIPE exception is received | Xabier de Zuazo | 2013-04-18 | 1 | -0/+3 |
| | |||||
* | [CHEF-3516] raise Errno::EPIPE exceptions with -VV | Xabier de Zuazo | 2013-04-18 | 2 | -3/+14 |
| | |||||
* | [CHEF-3516] Some knife commands emit Errno::EPIPE when used in a pipeline | Xabier de Zuazo | 2013-04-18 | 2 | -3/+39 |
| | |||||
* | Merge pull request #720 from opscode/fix-config-spec-win-failures | Seth Chisamore | 2013-04-17 | 1 | -7/+5 |
|\ | | | | | [CHEF-4011] use `platform_specific_path` helper in specs | ||||
| * | [CHEF-4011] use `platform_specific_path` helper in specs | Seth Chisamore | 2013-04-17 | 1 | -7/+5 |
|/ | | | | | | | | | | | | | | | | This will fix the following test failures when specs are run on Windows: 1) Chef::Config Chef::Config[:encrypted_data_bag_secret] /etc/chef/encrypted_data_bag_secret exists sets the value to /etc/chef/encrypted_data_bag_secret Failure/Error: require 'chef/config' <File (class)> received :exist? with unexpected arguments expected: ("/etc/chef/encrypted_data_bag_secret") got: ("C:\\chef\\encrypted_data_bag_secret") Please stub a default value first if message might be received with other args as well. # C:/jenkins/workspace/chef-ruby1.9.2-windows/lib/chef/config.rb:280:in `<class:Config>' # C:/jenkins/workspace/chef-ruby1.9.2-windows/lib/chef/config.rb:25:in `<class:Chef>' # C:/jenkins/workspace/chef-ruby1.9.2-windows/lib/chef/config.rb:24:in `<top (required)>' # C:/jenkins/workspace/chef-ruby1.9.2-windows/spec/unit/config_spec.rb:273:in `require' # C:/jenkins/workspace/chef-ruby1.9.2-windows/spec/unit/config_spec.rb:273:in `block (3 levels) in <top (required)>' | ||||
* | Merge pull request #714 from jjasghar/master | jamescott | 2013-04-16 | 1 | -1/+1 |
|\ | | | | | Typo in symliinks | ||||
| * | Update deploy.rb | JJ Asghar | 2013-04-12 | 1 | -1/+1 |
| | | | | | | Typo in symliinks | ||||
* | | [CHEF-3452] Fix expectation for frozen cookbook upload failure | Matthew Horan & Ryan Ong | 2013-04-12 | 1 | -2/+4 |
| | | |||||
* | | [CHEF-3452] uploading frozen cookbook version explodes | Zachary Stevens | 2013-04-12 | 2 | -10/+13 |
| | | | | | | | | | | | | | | This change make Chef::CookbookUploader for testing whether a cookbook upload has failed due to a frozen version existing on the server. This fixes a regression introduced by 7c7b4ea1. | ||||
* | | [CHEF-3452] Failing spec for frozen cookbook upload | Matthew Horan & Ryan Ong | 2013-04-12 | 1 | -3/+5 |
| | | |||||
* | | Merge branch 'CHEF-3735' | Bryan McLellan | 2013-04-12 | 1 | -1/+1 |
|\ \ | |||||
| * | | improved error message | Paul Mooring | 2013-04-12 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'CHEF-3803' | Bryan McLellan | 2013-04-12 | 2 | -4/+14 |
|\ \ | |||||
| * | | Add unit tests | Kristian Vlaardingerbroek | 2013-04-12 | 1 | -3/+13 |
| | | | |||||
| * | | Check if mount options have changed in the enable action | Kristian Vlaardingerbroek | 2013-04-12 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'CHEF-3804' | Bryan McLellan | 2013-04-12 | 2 | -1/+31 |
|\ \ | |||||
| * | | Remove string interpolation and adjust comment | Kristian Vlaardingerbroek | 2013-04-12 | 2 | -4/+7 |
| | | | |||||
| * | | Add comment to regular expression and add unit tests | Kristian Vlaardingerbroek | 2013-04-12 | 2 | -0/+27 |
| | | | |||||
| * | | Fix regular expression for symlinks in device_mount_regex | Kristian Vlaardingerbroek | 2013-04-12 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'CHEF-3819' | Bryan McLellan | 2013-04-12 | 2 | -6/+49 |
|\ \ | |||||
| * | | execute check existense of sentiel file with respect to cwd | Pavel Valodzka | 2013-04-12 | 2 | -6/+49 |
|/ / | |||||
* | | fix deprecation warning. Fixes CHEF-3847 | Darren Birkett | 2013-04-12 | 1 | -1/+1 |
| | | |||||
* | | [CHEF-3872] Adding support for platform XCP/xcp, which is the open source ↵ | Javier Frias | 2013-04-12 | 1 | -0/+8 |
| | | | | | | | | version | ||||
* | | CHEF-3920: tighten wording to be more DRY. | Andrea Campi | 2013-04-12 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'CHEF-3937' | Bryan McLellan | 2013-04-12 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | Added require 'chef/cookbook_uploader' to file 'chef/knife/cookbook_upload.rb' | Stathy Touloumis | 2013-04-12 | 1 | -0/+1 |
|/ | |||||
* | CHEF-3938: create global config option for zypper gpg checks | Ionuț Arțăriși | 2013-04-11 | 3 | -11/+92 |
| | |||||
* | Merge branch 'CHEF-3963' | Bryan McLellan | 2013-04-11 | 6 | -15/+15 |
|\ | |||||
| * | removing an_return to as its deprecated | Ranjib Dey | 2013-04-11 | 6 | -15/+15 |
|/ | |||||
* | Merge branch 'CHEF-3967' | Bryan McLellan | 2013-04-11 | 1 | -1/+1 |
|\ | |||||
| * | Use HTTPS to RubyGems | H "Waldo" G | 2013-04-11 | 1 | -1/+1 |
|/ | | | use https when connecting to rubygems to prevent MITM hacks | ||||
* | Merge branch 'CHEF-3987' | Bryan McLellan | 2013-04-11 | 1 | -8/+4 |
|\ | |||||
| * | returning self from << method as suggested by Bryan | Kannan Manickam | 2013-04-11 | 1 | -0/+1 |
| | | |||||
| * | removed duplicate for push in resource_collection | Kannan Manickam | 2013-04-11 | 1 | -8/+3 |
|/ | |||||
* | [CHEF-4011] improve deprecation message | Seth Chisamore | 2013-04-11 | 1 | -2/+8 |
| | | | | | | * Add a reference to CHEF-4011 for users who want more information on the deprecation. * Give users a pointer that `knife[:secret_file]` may still be used for previous behavior. | ||||
* | Fix trailing whitespace. >_< | Seth Chisamore | 2013-04-11 | 2 | -4/+4 |
| | |||||
* | [CHEF-4011] s/Version1Decryptor/Version0Decryptor/ | Seth Chisamore | 2013-04-11 | 1 | -2/+2 |
| | | | | | | | This properly matches the code in `Chef::EncryptedDataBagItem`: * Version0Decryptor == legacy YAML-based format * Version1Decryptor == preferred JSON-based format | ||||
* | [CHEF-4011] add secret in knife.rb deprecation warning | Seth Chisamore | 2013-04-11 | 2 | -0/+28 |
| | | | | | This warning should only be displayed if a user has an 'encrypted_data_bag_secret' entry in their knife.rb file. | ||||
* | [CHEF-4011] update bootstrap templates to read secret from context | Seth Chisamore | 2013-04-11 | 7 | -7/+7 |
| |