summaryrefslogtreecommitdiff
path: root/chef/lib
Commit message (Expand)AuthorAgeFilesLines
* Release 0.10.10.rc.4Bryan McLellan2012-05-101-1/+1
* CHEF-3082: do not set a home directory if we haven't provided oneBryan McLellan2012-05-101-2/+2
* CHEF-3081: Gem::Specification.find_all_by_name expects a requirement, not a G...Bryan McLellan2012-05-101-1/+1
* [CHEF-3090][SHELL_OUT] Mixin::ShellOut.shell_out! should convert legacy run_c...Ho-Sheng Hsiao2012-05-091-8/+9
* [CHEF-3090][SHELL_OUT] Mixin::ShellOut.shell_out! should filter legacy run_co...Ho-Sheng Hsiao2012-05-071-1/+28
* Release 0.10.10.rc.30.10.10.rc.3Bryan McLellan2012-05-021-1/+1
* [CHEF-3052] Added confirmation before creating new node when editing a node's...Paul Mooring2012-05-021-2/+5
* Added bootstrap script for ubuntu 12.04 LTSLaradji Nacer2012-05-021-0/+45
* CHEF-3054: Fix routing table parsing code to work both on ruby 1.8 and 1.9 + ...Oleksiy Kovyrin2012-05-021-9/+32
* CHEF-3054: Fix route provider so that it correctly detects existing routesOleksiy Kovyrin2012-05-021-3/+3
* CHEF-3076: do not clear path when @current_user does not have #homeMax Horbul2012-05-021-1/+2
* CHEF-3078: check systemdrive + homepath for nil before concatenating themBryan McLellan2012-05-021-1/+2
* Release 0.10.10.rc.20.10.10.rc.2Bryan McLellan2012-04-301-1/+1
* CHEF-2352: Further disable the yajl json emulation and keep json aroundBryan McLellan2012-04-301-1/+2
* Release 0.10.10.rc.10.10.10.rc.1Bryan McLellan2012-04-301-1/+1
* [CHEF-2744] check for the length only if it has config[:attribute] definedJuanje Ojeda2012-04-301-1/+1
* ignoring trailing slash in network fs_specsLaurent2012-04-301-2/+14
* [CHEF-3067] Add bitmap attribute to the mdadm resource.Hector Castro2012-04-292-1/+10
* Allow multiple knives on same host using KNIFE_HOME env variableNicolas Vinot2012-04-261-6/+23
* [CHEF-1251] corrected load_current_resource to prevent regressionDimitri Aivaliotis2012-04-261-3/+1
* [CHEF-1251] fixed file_candidate_version_path to give the latest version when...Dimitri Aivaliotis2012-04-261-1/+1
* [CHEF-1251] hardcoded existence check to /usr/ports/MakefileDimitri Aivaliotis2012-04-261-1/+1
* [CHEF-1251] removed rescue conditionalsDimitri Aivaliotis2012-04-261-10/+11
* [CHEF-1251] fixed package provider for the case with no port treeDimitri Aivaliotis2012-04-261-2/+11
* [CHEF-1251] fixed for the case that the binary package and its dependencies a...Dimitri Aivaliotis2012-04-261-6/+22
* Fix handling of utf-8 encoded metadata in pacman package provider under ruby-...Markus Schirp2012-04-261-0/+1
* fix remote_directory to remove symlinked directories correctly with the purge...Alex Howells2012-04-261-1/+1
* CHEF-2352: Use the Yajl parser, because we don't trust JSONCompatBryan McLellan2012-04-261-1/+2
* [CHEF-2352] replace json gem with yajl to get JSON::parse working properlyJuanje Ojeda2012-04-262-2/+8
* add parameters to the right place tooGuilhem Lettron2012-04-241-0/+7
* add usage of parameters in upstartGuilhem Lettron2012-04-241-5/+13
* add parameters to resource/service.rbGuilhem Lettron2012-04-241-1/+2
* CHEF-3055: future Omnibus Client builds will install to /opt/chefBryan McLellan2012-04-241-1/+1
* using Pathname#cleanpath on paths before comparing themLaurent2012-04-241-1/+6
* CHEF-3036: set groupadd -r when system is set for all platformsBryan McLellan2012-04-231-4/+1
* Add system group support for Debian, Ubuntu and Mint; closes CHEF-3036Sebastian Boehm2012-04-231-1/+1
* improve knife object loader error messageBryan McLellan2012-04-231-1/+2
* CHEF-1912: refactor find_all_objects into two methodsBryan McLellan2012-04-232-9/+9
* refactor: extract the find_all_objects logic into separate method which might...Max Horbul2012-04-232-4/+31
* allow to load all data bags items for data bag with the provided nameMax Horbul2012-04-231-6/+11
* allow to upload all data bagsMax Horbul2012-04-231-6/+27
* refactor codeMax Horbul2012-04-231-4/+13
* fix the knife bannerMax Horbul2012-04-231-1/+1
* allow to load all data bags from folderMax Horbul2012-04-231-1/+15
* add support for uploading data bag from multiple filesMax Horbul2012-04-231-16/+18
* basic linaro support => use ubuntu settingsRoland Moriz2012-04-231-0/+8
* [CHEF-1408] Specs for rubygems version comparison support.Igor Afonov2012-04-231-3/+1
* [CHEF-1408] Use rubygems api to compare gem versions.Igor Afonov2012-04-231-1/+7
* [CHEF-3025] Add --json-attributes option to knife bootstrap, which will be me...Eric Hankins2012-04-198-6/+17
* [CHEF-2068] Add generic redirection support on #run_request method. Add specs...Akzhan Abdulin2012-04-191-4/+5