summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle pid file appropriately in forked processBrandon Adams2013-04-111-4/+24
* [CHEF-3772] Use the sync(-s) option to get exit status.sawanoboly2013-04-111-5/+6
* CHEF-4010 Ensure lock release for all operationsGregoire Seux2013-04-111-10/+10
* [CHEF-3932] Support multiple calls of `Knife.deps`Teemu Matilainen2013-04-111-2/+8
* [CHEF-3919] "~> 1" pessimistic version constraint parsing fixed in VersionCon...Xabier de Zuazo2013-04-111-1/+1
* [CHEF-3919] Removed Chef::Version::Cookbook code and replaced by a Chef::Vers...Xabier de Zuazo2013-04-1112-39/+40
* [CHEF-3919] cookbook version specific code factored out from Chef::Version, n...Xabier de Zuazo2013-04-1113-25/+92
* [CHEF-3919] platform parsing error message outputs the problematic version fo...Xabier de Zuazo2013-04-111-1/+1
* [CHEF-3919] existing platform version conditionals updated to use "greater than"Xabier de Zuazo2013-04-111-8/+2
* [CHEF-3919] rescue from an InvalidCookbookVersion exception inside Chef::Plat...Xabier de Zuazo2013-04-111-4/+8
* [CHEF-3919] Added support for setting ">", "<", "<=" ... versions in Chef::Pl...Xabier de Zuazo2013-04-112-7/+12
* make options negatableLamont Granquist2013-04-112-5/+5
* CHEF-4065: change chef-client config default to use client_forkLamont Granquist2013-04-111-1/+1
* CHEF-3364 Fix up Smartos Package provider. Copied from https://github.com/ben...sawanoboly2013-04-111-36/+47
* Merge branch 'master' of https://github.com/opscode/chef into OC-6470Chirag Jog2013-04-037-2/+25
|\
| * [CHEF-3683] Chef::Node objects should be sortable.Steven Danna2013-04-011-0/+4
| * Support Win8/2k12 versionsChirag Jog2013-03-291-0/+2
| * diff disabling: the config value is :diff_disabledsdelano2013-03-071-1/+1
| * [CHEF-2682] add test case for InvalidRedirect exceptionLoic ANTOINE-GOMBEAUD2013-03-061-1/+1
| * [CHEF-2682] raise exception on non-GET/HEAD redirectsLoic ANTOINE-GOMBEAUD2013-03-064-1/+18
* | Enable password to sudo from stdin for knife ssh bootstrapChirag Jog2013-03-121-2/+7
|/
* Revert "Merge branch 'CHEF-1031'"Bryan McLellan2013-03-014-156/+45
* Rearrange comments based on PR feedback.sersut2013-03-011-6/+9
* Tests, documentation and better error handling for windows service manager.sersut2013-03-011-3/+21
* Refactor windows_service_manager slightly so that we can reuse it in differen...sersut2013-02-271-43/+36
* fix specs for rubygems < 2.0danielsdeleo2013-02-271-1/+1
* [CHEF-3935] Use stripped down lockless loggerdanielsdeleo2013-02-274-6/+100
* [CHEF-3933] support new gem dependency installer return typedanielsdeleo2013-02-271-6/+15
* [CHEF-3933] use rubygems 2.0 files/classes/methodsdanielsdeleo2013-02-271-3/+26
* CHEF-1031: Switch to URI#host for 1.8 compatBryan McLellan2013-02-271-1/+1
* Merge branch 'CHEF-1031'Bryan McLellan2013-02-274-45/+156
|\
| * some cleanup utilizing the refactored RemoteFile::FTPJesse Campbell2013-02-261-15/+17