summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 0.10.10.rc.30.10.10.rc.3Bryan McLellan2012-05-026-6/+6
* [CHEF-3052] Added confirmation before creating new node when editing a node's...Paul Mooring2012-05-021-2/+5
* Merge branch 'CHEF-3063'Bryan McLellan2012-05-021-0/+45
|\
| * 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-022-9/+46
* CHEF-3054: Fix route provider so that it correctly detects existing routesOleksiy Kovyrin2012-05-022-4/+45
* CHEF-3076: failing test for regressionBryan McLellan2012-05-021-0/+10
* CHEF-3076: do not clear path when @current_user does not have #homeMax Horbul2012-05-022-2/+7
* CHEF-3078: check systemdrive + homepath for nil before concatenating themBryan McLellan2012-05-021-1/+2
* CHEF-3078: add spec tests for Chef::Config[:user_home]Bryan McLellan2012-05-021-2/+24
* CHEF-3044: KNIFE_HOME tests should account for windows disk letters from expa...Bryan McLellan2012-05-011-4/+3
* fix tabs into spacesBryan McLellan2012-05-011-14/+14
* Release 0.10.10.rc.20.10.10.rc.2Bryan McLellan2012-04-306-6/+6
* 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-306-6/+6
* [CHEF-2744] check for the length only if it has config[:attribute] definedJuanje Ojeda2012-04-301-1/+1
* Merge branch 'CHEF-3060'Bryan McLellan2012-04-302-2/+31
|\
| * and the corresponding testsLaurent2012-04-301-0/+17
| * ignoring trailing slash in network fs_specsLaurent2012-04-301-2/+14
|/
* [CHEF-3067] Add bitmap attribute to the mdadm resource.Hector Castro2012-04-294-2/+16
* Merge branch 'CHEF-3044'Bryan McLellan2012-04-262-6/+141
|\
| * CHEF-3044: stub out test for knife config filesBryan McLellan2012-04-261-0/+2
| * Correct typoNicolas Vinot2012-04-261-1/+1
| * Add unit tests for knife config file selectionNicolas Vinot2012-04-261-0/+116
| * Allow multiple knives on same host using KNIFE_HOME env variableNicolas Vinot2012-04-261-6/+23
|/
* CHEF-1251: fix up test when building from portsBryan McLellan2012-04-261-1/+3
* [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
* Merge branch 'CHEF-2849'Bryan McLellan2012-04-261-0/+1
|\
| * Fix handling of utf-8 encoded metadata in pacman package provider under ruby-...Markus Schirp2012-04-261-0/+1
|/
* Merge branch 'CHEF-2747'Bryan McLellan2012-04-262-1/+15
|\
| * update tests to ensure that symlinked directories are removed correctly with ...Alex Howells2012-04-261-0/+14
| * fix remote_directory to remove symlinked directories correctly with the purge...Alex Howells2012-04-261-1/+1
|/
* Merge branch 'CHEF-2352'Bryan McLellan2012-04-2616-3/+162
|\
| * CHEF-2352: Use the Yajl parser, because we don't trust JSONCompatBryan McLellan2012-04-261-1/+2
| * Add some test to cover the max nesting issue for JSON (CHEF-1292/PL-538)Juanje Ojeda2012-04-263-0/+55
| * Add some tests to cover more Knife::Core::ObjectLoader casesJuanje Ojeda2012-04-2610-1/+97
| * [CHEF-2352] replace json gem with yajl to get JSON::parse working properlyJuanje Ojeda2012-04-263-2/+9
|/
* save and restore Chef::Config in unit tests so we don't lose important settingsBryan McLellan2012-04-261-0/+8
* [CHEF-3020][RB187] Marked knife exec spec as pending for Ruby 1.8.7Ho-Sheng Hsiao2012-04-262-1/+5
* [CHEF-3020][RB187] Fixed specs failing on making a temporary fileHo-Sheng Hsiao2012-04-263-2/+22
* Merge branch 'CHEF-3048'Bryan McLellan2012-04-243-7/+32
|\
| * CHEF-3048: refactor upstart parameter testsBryan McLellan2012-04-241-12/+15
| * unit test for new upstart job featureGuilhem Lettron2012-04-241-7/+13
| * add parameters to the right place tooGuilhem Lettron2012-04-241-0/+7
| * add usage of parameters in upstartGuilhem Lettron2012-04-241-5/+13