summaryrefslogtreecommitdiff
path: root/spec/unit/knife
Commit message (Expand)AuthorAgeFilesLines
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
* rubocop fixes from engine bump to 0.54.0lcg/rubocop-fixesLamont Granquist2018-03-212-2/+2
* Remove the old knife help specmore_manpagesTim Smith2018-03-141-92/+0
* Pull in updates from jdunn's PRTim Smith2018-03-121-18/+2
* RFC 106: expose name and chef_environment as attrstm/chef_environmentThom May2018-03-092-5/+7
* Merge pull request #6781 from linyows/notice-duplicated-ipThom May2018-02-271-0/+18
|\
| * support behavior for duplicated_fqdns optionlinyows2018-02-131-3/+3
| * use skip_on_duplicated_fqdns as command optionlinyows2018-01-251-1/+3
| * to warning instead of fatal errorlinyows2018-01-251-3/+2
| * add testlinyows2018-01-241-0/+17
* | Merge pull request #6861 from smcavallo/bootstrap_preinstall_commandThom May2018-02-271-0/+12
|\ \
| * | Add support for knife bootstrap-preinstall-commandS.Cavallo2018-02-151-0/+12
* | | fix ohai tests after require_plugin removaltm/fix_ohai_testsThom May2018-02-191-2/+1
|/ /
* | Added support for setting node policy name and group from knifepiyushawasthi2018-01-231-0/+122
|/
* Merge pull request #6728 from chef/reindexThom May2018-01-221-125/+0
|\
| * Remove knife index rebuild command that requires Chef < 11reindexTim Smith2018-01-041-125/+0
* | prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-174-9/+9
|/
* Escape single-quoted strings from the contextAllan Espinosa2017-12-201-0/+5
* Merge pull request #6652 from sandratiffin/CHEF-3058Tim Smith2017-12-191-2/+19
|\
| * fix for data bag names partially matching search reserved wordsSandra Tiffin2017-12-121-2/+19
* | Generate a credentials fileThom May2017-12-141-60/+10
|/
* Fix sneaky chefstyle violationstm/fix_chefstyleThom May2017-12-111-3/+3
* added test for data bag name containing reserved wordEmilien2017-12-091-1/+22
* Add custom prefix attribute support to knife sshMal Graty2017-11-281-15/+54
* Refactor SSH attributeMal Graty2017-11-281-23/+13
* TyposMal Graty2017-11-281-1/+1
* Forgot to check for a unit test. Sigh.Noah Kantrowitz2017-11-271-2/+16
* Filter out periods from tmux session nameTony Novak2017-11-201-0/+17
* fix chefstyle violationstm/chefstylinateThom May2017-10-051-1/+1
* Don't allow creation of data bags named node, role, client or environment.Sandra Tiffin2017-10-041-0/+8
* enable Lint/PercentStringArraylcg/rubocop.ymlLamont Granquist2017-08-241-1/+1
* use ServerAliveInterval option if exists in ssh_config.sawanoboly2017-07-251-1/+7
* fix a busted speclcg/fix-nil-maintainerLamont Granquist2017-07-211-3/+3
* avoid mutation attempt of node['platform']Jeremy J. Miller2017-07-171-0/+2
* If we don't have a run_list, don't send ittm/fix-policy-bootstrapThom May2017-07-051-0/+4
* fix knife configure client speclcg/chef-13-formatterLamont Granquist2017-04-051-2/+0
* Improve the warning textcreate_in_dkTim Smith2017-04-051-1/+1
* Chef 13: Remove the knife cookbook create command in favor of Chef-DKTim Smith2017-04-051-220/+1
* Replace a few dangling references to `knife cookbook site vendor` that don’...Noah Kantrowitz2017-04-041-1/+1
* RFC 67: Remove cookbook segmentsThom May2017-04-042-37/+88
* also helps to remove the specs for the removed libraryLamont Granquist2017-04-021-41/+0
* Chef-13: remove deprecated knife subcommand APIsLamont Granquist2017-04-012-8/+1
* Kill JSON auto inflate with firetm/remove_json_autoinflateThom May2017-03-141-9/+20
* Changed EOP to 'EOP' to avoid content expansionafiune/COOL-617/fix-here-strings-in-bashSalim Afiune2017-03-091-0/+29
* Merge pull request #5830 from shortdudey123/CHEF-4538_ssh-gateway-identity-authThom May2017-03-061-0/+5
|\
| * Fix chefstyleGrant Ridder2017-02-211-1/+1
| * CHEF-4538 - add an option for gateway_identity_file that will allow key-based...brettcave2017-02-211-0/+5
* | Add test to assert we use GET Requestafiune/COOL-634/verify-if-data-bag-existsSalim Afiune2017-03-031-45/+65
* | Require chef/version when trying to read iter-478/fips_bootstrapTyler Ball2017-02-231-0/+17
|/
* Ensure ssh search paginates correctlytm/fix_ssh_searchThom May2017-01-231-35/+33