summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Exctracted resource exception message to separate method to be able to overwr...Pavel Brylov2014-03-192-2/+10
* Merge pull request #1235 from higanworks/CHEF-4990Serdar Sutay2014-03-191-7/+11
|\
| * CHEF-4990sawanoboly2014-02-201-7/+11
* | Merge pull request #1260 from ryotarai/refactor-shell_outSerdar Sutay2014-03-191-3/+9
|\ \
| * | Create a method to get IO for live stream.Ryota Arai2014-02-111-3/+9
* | | Merge pull request #1059 from opscode/jhs/CHEF-4643Serdar Sutay2014-03-191-2/+2
|\ \ \
| * | | CHEF-4643 Add cookbook versions to chef-client INFO and DEBUG logsJeremiah Snapp2013-10-171-2/+2
* | | | Merge pull request #1213 from MSOpenTech/CHEF-4962Serdar Sutay2014-03-191-30/+43
|\ \ \ \
| * | | | Refactor node search for knife ssh.Jeff Mendoza2014-02-201-32/+36
| * | | | Change ssh port attribute to use cloud, reorder priority.Jeff Mendoza2014-02-201-4/+2
| * | | | CHEF-4962, knife ssh will use a cloud atttribute for port if available.Jeff Mendoza2014-02-201-13/+24
* | | | | Merge pull request #1245 from slantview/CHEF-4075Serdar Sutay2014-03-191-3/+31
|\ \ \ \ \
| * | | | | fix for checking choice array correctly.Steve Rude2014-02-041-5/+20
| * | | | | Update to allow boolean and numeric attributesSteve Rude2014-02-031-3/+16
* | | | | | Map 'ibm_powerkvm' to Red Hat-like package managerLance Bragstad2014-03-191-0/+9
* | | | | | CHEF-3698: Do not set log_level by defaultBryan McLellan2014-03-191-1/+0
* | | | | | Merge pull request #1308 from opscode/CHEF-4396Serdar Sutay2014-03-181-24/+25
|\ \ \ \ \ \
| * | | | | | Workaround ruby 1.8 IO#getc returning integer typesdanielsdeleo2014-03-181-2/+2
| * | | | | | Updates based on PR comments.sersut2014-03-181-30/+27
| * | | | | | Don't honor splay setting when sent USR1 signal.sersut2014-03-181-5/+9
* | | | | | | Break apart logic of ClientBulkDelete#run into smaller pieces.sersut2014-03-181-7/+14
* | | | | | | Convert --force option of knife client delete to --delete-validators to be co...sersut2014-03-171-4/+4
* | | | | | | Specs for --delete-validators options.sersut2014-03-171-5/+5
* | | | | | | Logic proposal for --force flag to delete the validators during client bulk d...sersut2014-03-172-11/+47
|/ / / / / /
* | | | | | Change missing dependency from hard error to warning for now.danielsdeleo2014-03-142-2/+3
* | | | | | Raise an error when including a recipe from an unreachable cookbookdanielsdeleo2014-03-143-2/+34
* | | | | | Add documentation for Chef::EncryptedDataBag.loadSeth Vargo2014-03-141-0/+36
* | | | | | Merge branch 'CHEF-4799' of github.com:criteo/chef into contributions-cc-51sersut2014-03-122-2/+16
|\ \ \ \ \ \
| * | | | | | [CHEF-4799] Handle non-dupable elements when duping attribute arraysPierre Ynard2014-01-102-2/+16
* | | | | | | Merge branch 'jtimberman/CHEF-4927' into contributions-cc-51sersut2014-03-121-1/+1
|\ \ \ \ \ \ \
| * | | | | | | CHEF-4927 - coerce group GID to stringjtimberman2014-01-071-1/+1
* | | | | | | | Merge branch 'master' of github.com:valodzka/chef into CHEF-4929sersut2014-03-121-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | fix mistype in converge for deploy#copy_cached_repoPavel Valodzka2014-01-071-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'handle-missing-error-messge' of github.com:bossmc/chef into bos...sersut2014-03-121-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Handle sections without text parametersAndy Caldwell2013-11-071-1/+1
* | | | | | | | | Make the bootstrap messages more user friendly.sersut2014-03-102-1/+4
* | | | | | | | | Fix the Ohai resource for Ohai 7.sersut2014-03-071-5/+6
* | | | | | | | | Upgrade ohai to 7.0.0.rc.0sersut2014-03-071-1/+1
* | | | | | | | | Add enable/disable to MacOSX service providerPhil Dibowitz2014-03-061-14/+68
* | | | | | | | | Merge pull request #1289 from opscode/lcg/CHEF-5030lamont-granquist2014-03-061-8/+19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CHEF-5030: improve debian ifconfig provider codeLamont Granquist2014-03-051-8/+19
* | | | | | | | | | move exception message into objectLamont Granquist2014-03-052-5/+8
* | | | | | | | | | add ohai[:machinename]Lamont Granquist2014-03-051-1/+1
* | | | | | | | | | CHEF-5086/COOK-3890: Add reboot_pending? to core DSLBryan McLellan2014-02-274-0/+70
* | | | | | | | | | Merge pull request #1269 from opscode/jc/CHEF-5047/client-showJames Casey2014-02-211-3/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Delegate ApiClient.load to ApiClient.json_createJames Casey2014-02-181-3/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #1270 from opscode/jc/OC-130/knife-create-validatorJames Casey2014-02-211-0/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add --validator option to create validator client via knifeJames Casey2014-02-181-0/+6
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #1272 from opscode/jc/OC-130/knife-delete-validatorJames Casey2014-02-211-1/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add a --force option to protect against accidental deletion of validatorsJames Casey2014-02-181-1/+15
| |/ / / / / / / / /