summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't let knife cookbook delete tests print to stdoutjk/knife-cookbook-delete-testJohn Keiser2016-09-081-59/+48
|
* Bump version of chef to 12.14.57 by Chef Versioner.v12.14.57Chef Versioner2016-09-084-8/+8
|
* Merge pull request #5295 from chef/update-depsMatt Wrock2016-09-072-18/+104
|\ | | | | yet another dependency update PR
| * yet another dependency update PRupdate-depsMatt Wrock2016-09-072-18/+104
|/
* Bump version of chef to 12.14.56 by Chef Versioner.v12.14.56Chef Versioner2016-09-074-8/+8
|
* Merge pull request #5291 from chef/lcg/document-voodooLamont Granquist2016-09-072-0/+20
|\ | | | | Document strange config_context :knife voodoo
| * also add a big comment to the Chef::Knife codeLamont Granquist2016-09-071-0/+6
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * document the bizzare :knife sub-hash situationLamont Granquist2016-09-071-0/+14
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version of chef to 12.14.55 by Chef Versioner.v12.14.55Chef Versioner2016-09-074-8/+8
|
* Merge pull request #5234 from ↵Bryan McLellan2016-09-073-3/+199
|\ | | | | | | | | MsysTechnologiesllc/ali/allow_symlink_directory_delete_on_windows Added code to handle deletion of directories on Windows that are symlinks.
| * Added functional RSpecs for the fix added here for symlink issue on windows.aliasgar162016-09-071-0/+34
| |
| * Fixed RuboCop issues.aliasgar162016-09-011-35/+35
| |
| * Added RSpecs for the fix.aliasgar162016-09-011-0/+155
| |
| * Added code to handle deletion of directories on Windows that are symlinks.aliasgar162016-08-231-3/+10
| |
* | Bump version of chef to 12.14.54 by Chef Versioner.v12.14.54Chef Versioner2016-09-074-8/+8
| |
* | Merge pull request #5289 from chef/lcg/knife-options-readabilityThom May2016-09-071-20/+18
|\ \ | | | | | | readability improvements to options parsing code
| * | readability improvements to options parsing codelcg/knife-options-readabilityLamont Granquist2016-09-061-20/+18
|/ / | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version of chef to 12.14.53 by Chef Versioner.v12.14.53Chef Versioner2016-09-064-8/+8
| |
* | Merge pull request #5281 from coderanger/recipe_file_loadedNoah Kantrowitz2016-09-065-9/+52
|\ \ | | | | | | Hook up the recipe_file_loaded event which was defined but not actually called
| * | Thanks, Windows.Noah Kantrowitz2016-09-061-1/+3
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | Fix dispatcher tests.Noah Kantrowitz2016-09-061-2/+2
| | | | | | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * | Hook up the recipe_file_loaded event which was defined but not actually called.Noah Kantrowitz2016-09-024-7/+48
| | | | | | | | | | | | | | | | | | | | | This also extends two of the recipe events to get the recipe name in addition to the path because that's usually useful for display. These arguments are both added at the end so the auto-magic argument trimmer will keep backwards compat. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | | Bump version of chef to 12.14.52 by Chef Versioner.v12.14.52Chef Versioner2016-09-064-8/+8
| | |
* | | Merge pull request #5279 from chef/lcg/fix-solo-spec-testLamont Granquist2016-09-061-6/+11
|\ \ \ | | | | | | | | use threads to workaround Process.spawn buginess in chef-solo unit test
| * | | use threads to workaround Process.spawn buginesslcg/fix-solo-spec-testLamont Granquist2016-09-021-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | there's a WONTFIX closed bug in ruby-lang.org on this bug: https://bugs.ruby-lang.org/issues/10583 they seem to be favoring speed over accuracy with the result that if you're doing I/O synchronization (like our run_lock?) inside of a Process.spawn chain like this that you have to wrap the spawn calls inside of threads. probably a best practice to wrap every spawn call with a Thread. this probably also explains why we had the silly-long 20 second timeout? Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | Bump version of chef to 12.14.51 by Chef Versioner.v12.14.51Chef Versioner2016-09-064-8/+8
| | | |
* | | | Merge pull request #5182 from erikng/masterThom May2016-09-061-1/+1
|\ \ \ \ | | | | | | | | | | Add Hash type to launchd:keep_alive
| * | | | Add Hash type to launchd:keep_aliveErik Gomez2016-08-081-1/+1
| | | | |
* | | | | Bump version of chef to 12.14.50 by Chef Versioner.v12.14.50Chef Versioner2016-09-064-8/+8
| | | | |
* | | | | Merge pull request #5250 from ↵Bryan McLellan2016-09-062-1/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | MsysTechnologiesllc/dh/add_timeout_during_package_removal Added timeout during removing of windows package
| * | | | | Added spec for Timeout function in Windows remove package codedheerajd-msys2016-09-061-0/+9
| | | | | |
| * | | | | Added timeout during removing of windows packagedheerajd-msys2016-08-261-1/+1
| | | | | |
* | | | | | Bump version of chef to 12.14.49 by Chef Versioner.v12.14.49Chef Versioner2016-09-054-8/+8
| | | | | |
* | | | | | Merge pull request #5284 from chef/remove_branchesMatt Wrock2016-09-052-32/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | remove kitchen-inspec and train pins in acceptance
| * | | | | | remove kitchen-inspec and train pins in acceptanceremove_branchesMatt Wrock2016-09-052-32/+21
|/ / / / / /
* | | | | | Bump version of chef to 12.14.48 by Chef Versioner.v12.14.48Chef Versioner2016-09-024-8/+8
| | | | | |
* | | | | | Merge pull request #5280 from chef/bump_configMatt Wrock2016-09-022-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | bumping mixlib-config
| * | | | | | bumping configMatt Wrock2016-09-022-2/+2
|/ / / / / /
* | | | | | Bump version of chef to 12.14.47 by Chef Versioner.v12.14.47Chef Versioner2016-09-024-8/+8
| | | | | |
* | | | | | Merge pull request #5278 from chef/bumpsMatt Wrock2016-09-023-37/+31
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | bump tk in acceptance and omnibus-software for ruby patch
| * | | | | bump tk in acceptance and omnibus-software for ruby patchMatt Wrock2016-09-023-37/+31
| | | | | |
* | | | | | Bump version of chef to 12.14.46 by Chef Versioner.v12.14.46Chef Versioner2016-09-024-8/+8
| | | | | |
* | | | | | Merge pull request #5276 from chef/lcg/solo-test-loop-tweakingLamont Granquist2016-09-021-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | | tweak chef-solo run_lock timing test
| * | | | | tweak chef-solo run_lock timing testlcg/solo-test-loop-tweakingLamont Granquist2016-09-021-4/+4
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix the 'last' statements (my perl brain occassionally crops up in ruby code) and replace with a raise. of course this just swaps one exception for another, but this time its really intended to work this way. - swap the order of the expecations so that if we fails to see the waiting on the other process statement, but we blow up in both threads in the exception that was just added, we know we actually have a legit run_lock race condition that this code just found. does not fix this bug, just gets us a bit more information if it reoccurs. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Bump version of chef to 12.14.45 by Chef Versioner.v12.14.45Chef Versioner2016-09-024-8/+8
| | | | |
* | | | | Merge pull request #5260 from chef/lcg/openssl-1.0.2Lamont Granquist2016-09-024-10/+11
|\ \ \ \ \ | | | | | | | | | | | | bump openssl to 1.0.2h
| * | | | | bump omnibus-software againlcg/openssl-1.0.2Lamont Granquist2016-09-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | remove bundle update of license_scoutLamont Granquist2016-09-011-2/+1
| | | | | |
| * | | | | bump omnibus-softwareLamont Granquist2016-09-011-1/+1
| | | | | |
| * | | | | use the correct override locationLamont Granquist2016-09-011-0/+1
| | | | | |