summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [CHEF-4176] remove unneeded aliases for chef_server_urldanielsdeleo2013-05-103-10/+4
* [CHEF-4106] Remove obsolete default configurationTeemu Matilainen2013-05-101-49/+1
* Version library fixes for Win2k3 non-existent GetProductInfo API, misplaced G...adamedx2013-05-041-8/+23
* [CHEF-4157] remove all implementation from chef/platformdanielsdeleo2013-05-031-19/+2
* [CHEF-4157] split Platform to prune dep graphdanielsdeleo2013-05-038-497/+565
* [CHEF-3615] Make encrypted data bag format configurabledanielsdeleo2013-04-302-2/+42
* [CHEF-3615] version 2 encryptor/decryptor for EDBIsdanielsdeleo2013-04-301-86/+121
* [CHEF-3858] ensure invalid key always fails to decryptdanielsdeleo2013-04-301-1/+29
* [CHEF-3858] rescue bad json errors and re-raise as decryption failuresdanielsdeleo2013-04-261-0/+5
* [CHEF-4123] fix const_defined arity mismatch on ruby 1.8danielsdeleo2013-04-242-1/+12
* Merge pull request #721 from opscode/lcg/CHEF-1707lamont-granquist2013-04-244-32/+135
|\
| * keep perms however we find themLamont Granquist2013-04-181-0/+9
| * slightly less horrible hackeryLamont Granquist2013-04-172-31/+39
| * deal with files a little betterLamont Granquist2013-04-171-10/+5
| * add solaris user provider to solaris2 and smartosLamont Granquist2013-04-171-3/+6
| * port SNSs solaris user providerLamont Granquist2013-04-173-17/+105
* | Adding the run_started callbackPrajaktaPurohit2013-04-242-0/+4
* | [CHEF-4117] fix resource attempting to remove constants it doesn't havedanielsdeleo2013-04-231-1/+1
* | [CHEF-3432] explain class var usage for resource_classesdanielsdeleo2013-04-221-0/+3
* | [CHEF-3432] fix leak of LWRP resource classesdanielsdeleo2013-04-181-2/+7
* | [CHEF-3432] use shared variable to track resource subclassesdanielsdeleo2013-04-181-1/+1
* | [CHEF-2467] Ensure Shef loads run_context using correct run_list and environm...Steven Danna2013-04-181-2/+2
* | better CHANGELOG markdown formatSeth Vargo2013-04-181-5/+6
* | [CHEF-3516] force knife to exit when an Errno::EPIPE exception is receivedXabier de Zuazo2013-04-181-0/+3
* | [CHEF-3516] raise Errno::EPIPE exceptions with -VVXabier de Zuazo2013-04-181-3/+6
* | [CHEF-3516] Some knife commands emit Errno::EPIPE when used in a pipelineXabier de Zuazo2013-04-181-3/+12
|/
* Merge pull request #714 from jjasghar/masterjamescott2013-04-161-1/+1
|\
| * Update deploy.rbJJ Asghar2013-04-121-1/+1
* | [CHEF-3452] uploading frozen cookbook version explodesZachary Stevens2013-04-122-10/+13
* | improved error messagePaul Mooring2013-04-121-1/+1
* | Check if mount options have changed in the enable actionKristian Vlaardingerbroek2013-04-121-1/+1
* | Remove string interpolation and adjust commentKristian Vlaardingerbroek2013-04-121-0/+3
* | Add comment to regular expression and add unit testsKristian Vlaardingerbroek2013-04-121-0/+1
* | Fix regular expression for symlinks in device_mount_regexKristian Vlaardingerbroek2013-04-121-1/+1
* | execute check existense of sentiel file with respect to cwdPavel Valodzka2013-04-121-5/+22
* | fix deprecation warning. Fixes CHEF-3847Darren Birkett2013-04-121-1/+1
* | [CHEF-3872] Adding support for platform XCP/xcp, which is the open source ver...Javier Frias2013-04-121-0/+8
* | CHEF-3920: tighten wording to be more DRY.Andrea Campi2013-04-121-1/+1
* | Added require 'chef/cookbook_uploader' to file 'chef/knife/cookbook_upload.rb'Stathy Touloumis2013-04-121-0/+1
|/
* CHEF-3938: create global config option for zypper gpg checksIonuț Arțăriși2013-04-112-9/+27
* returning self from << method as suggested by BryanKannan Manickam2013-04-111-0/+1
* removed duplicate for push in resource_collectionKannan Manickam2013-04-111-8/+3
* [CHEF-4011] improve deprecation messageSeth Chisamore2013-04-111-2/+8
* Fix trailing whitespace. >_<Seth Chisamore2013-04-111-2/+2
* [CHEF-4011] add secret in knife.rb deprecation warningSeth Chisamore2013-04-111-0/+17
* [CHEF-4011] update bootstrap templates to read secret from contextSeth Chisamore2013-04-117-7/+7
* [CHEF-4011] `--secret` and `--secret-file` options for `knife bootstrap`Seth Chisamore2013-04-112-2/+17
* [CHEF-4011] move default secret file path to Chef::ConfigSeth Chisamore2013-04-112-2/+12
* prefer `File.exist?` to `File.exists?`Seth Chisamore2013-04-111-1/+1
* remove default ErrorReport exception handler☃ pitr2013-04-111-3/+0