summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* use the command line prompt for sudo if setlcg/cmdline-password-for-sudoLamont Granquist2016-10-061-0/+1
* add another spec for chef_environmentLamont Granquist2016-09-201-1/+1
* fix method_access and array handling in node presenterLamont Granquist2016-09-201-16/+12
* Stop using obsolete URI.escape; use Addressable::URI instead.John Keiser2016-08-221-2/+2
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-173-6/+6
* fix some Style/ExtraSpacing that crept into this patchLamont Granquist2016-08-161-1/+1
* fixing Style/MultilineTernaryOperator copLamont Granquist2016-08-161-3/+1
* "fix" Lint/NestedMethodDefinition copsLamont Granquist2016-08-161-1/+1
* auotfixing Style/SpaceAfterSemicolon copLamont Granquist2016-08-161-1/+1
* autofixing Style/MultilineIfThen copLamont Granquist2016-08-161-1/+1
* autofixing Style/IndentAssignment copLamont Granquist2016-08-161-18/+18
* Merge pull request #4059 from yossigo/bootstrap_proxy_authLamont Granquist2016-08-022-0/+18
|\
| * Clean up knife options handling.Yossi Gottlieb2015-10-281-4/+2
| * Add bootstrap proxy authentication support.Yossi Gottlieb2015-10-142-0/+20
* | Merge pull request #5091 from chef/tm/fix_supermarket_share_errorThom May2016-07-151-13/+7
|\ \
| * | We don't care so much about categories on the supermarkettm/fix_supermarket_share_errorThom May2016-07-141-13/+7
* | | Ensure that the valid option is given back to the option parserChristo De Lange2016-07-141-0/+1
|/ /
* | Use Mixlib::Archive to extract tarballsThom May2016-07-071-11/+2
* | correct typo in knife bootstrap contextAndre Elizondo2016-06-231-1/+1
* | Merge pull request #4896 from chef/tm/include_knife_supermarketThom May2016-06-2214-8/+293
|\ \
| * | Deprecate knife-supermarket gemtm/include_knife_supermarketThom May2016-05-0514-8/+293
* | | Deprecate `knife cookbook create` in favor of `chef generate cookbook`.tc/deprecate-chef-cookbook-generateTyler Cloke2016-06-101-0/+4
* | | Load cookbook versions correctly for knifetm/fix_cb_showThom May2016-05-161-10/+6
* | | Merge pull request #4867 from willoucom/untar-under-windowsThom May2016-05-101-2/+7
|\ \ \
| * | | messages in log.debugWilfried JEANNIARD2016-05-041-2/+2
| * | | code cleanupWilfried JEANNIARD2016-05-031-4/+3
| * | | fixes matchesWilfried JEANNIARD2016-04-291-3/+3
| * | | use shell_out instead of backticksWilfried JEANNIARD2016-04-281-1/+1
| * | | Detect version of tar and use option --force-local if neededWilfried JEANNIARD2016-04-281-1/+10
| * | | cookbook site install : tar error on windowsWilfried JEANNIARD2016-04-261-3/+0
* | | | chefstyle fixThom May2016-05-051-1/+0
* | | | Introduce display_name and use itThom May2016-05-051-1/+1
| |/ / |/| |
* | | fixes knife ssl check on windowsssl_check_winMatt Wrock2016-05-021-1/+2
|/ /
* | Move all ChefFS exceptions into a single filetm/combined_chef_fs_exceptionsThom May2016-04-131-1/+1
* | Add default timeoutSalim Alam2016-04-051-1/+2
* | Convert timeout config to integersalam/ssh-fixSalim Alam2016-04-011-1/+1
* | Merge pull request #4757 from tas50/better_mdLamont Granquist2016-03-311-22/+32
|\ \
| * | Create better docs with knife cookbook createTim Smith2016-03-261-22/+32
* | | Add option to set ssh timeoutsalam/timeoutSalim Alam2016-03-291-0/+9
|/ /
* | Merge pull request #4670 from tas50/knife_wording-3Tim Smith2016-03-2328-42/+42
|\ \
| * | Fix failing specsTim Smith2016-03-062-2/+2
| * | Provide a docs link for the first error every knife user getsTim Smith2016-03-051-1/+1
| * | What's with all the exclamation pointsTim Smith2016-03-057-8/+8
| * | Specify what version of Chef Server API V1 isTim Smith2016-03-052-2/+2
| * | Typos and improved wordingTim Smith2016-03-056-6/+6
| * | Avoid sentence fragments in errorsTim Smith2016-03-053-3/+3
| * | Single space after periodsTim Smith2016-03-0514-22/+22
* | | Fix proxified socketSalim Alam2016-03-211-0/+1
* | | Merge pull request #4707 from chef/lcg/useless-assignmentLamont Granquist2016-03-154-4/+3
|\ \ \
| * | | fix some UselessAssignment caseslcg/useless-assignmentLamont Granquist2016-03-144-4/+3