summaryrefslogtreecommitdiff
path: root/spec/unit/knife
Commit message (Expand)AuthorAgeFilesLines
* Cleanup bootstrap trusted_certs_dir tests.cleanup-bootstrap-certs-testsPete Higgins2020-12-171-17/+5
* Resolve indentation warnings from ChefstyleTim Smith2020-12-041-1/+1
* Roll back a few chefstyle fixesTim Smith2020-12-011-1/+1
* Chefstyle fixes for RuboCop 1.4.xTim Smith2020-11-251-1/+1
* Avoid ambiguous regexesambiguous_regexTim Smith2020-11-2113-34/+34
* Simplify regexes by removing extra character classesTim Smith2020-10-301-3/+3
* Use __dir__ instead of getting the dir of __FILE__Tim Smith2020-09-091-6/+6
* Merge pull request #9482 from MsysTechnologiesllc/dh/Fix-knife-ssh-hang-win2k16Tim Smith2020-08-211-2/+2
|\
| * fix specsdheerajd-msys2020-08-191-2/+2
* | Add unit and integration testing back to omnibus testersLamont Granquist2020-08-171-0/+1
|/
* fix to render file_cache_path more "windows-native"Lamont Granquist2020-08-171-3/+3
* fix crazy formattinglcg/fix-bootstrapping-path-issuesLamont Granquist2020-08-141-7/+11
* fix the real issueLamont Granquist2020-08-141-7/+12
* Fix bootstrapping windows-from-linuxLamont Granquist2020-08-141-2/+2
* File.exists? -> File.exist?existTim Smith2020-08-125-23/+23
* Remove global state from cookbook uploader.fix-cookbook-uploader-global-statePete Higgins2020-07-211-3/+1
* Remove unused codeVivek Singh2020-07-211-1/+0
* Fix test casesVivek Singh2020-07-211-5/+2
* The spec/ directory is in the path.fix-spec_helper-requiresPete Higgins2020-07-131-1/+1
* Fix knife cookbook upload tests.snehaldwivedi2020-07-101-6/+5
* Fix some odd whitespacing in tests.Pete Higgins2020-06-243-9/+9
* Fix more typosTim Smith2020-06-231-1/+0
* More aggressively deprecate config_valueLamont Granquist2020-06-221-0/+1
* Warn during bootstrapping when using validation keyswarn_on_validator_bootstrapTim Smith2020-06-091-2/+2
* Get lib/ free of spelling violations.Pete Higgins2020-05-181-1/+1
* fix windows bootstrap; replicate https://github.com/chef/chef/pull/9839 by Ch...Marc Chamberland2020-05-161-0/+6
* Align all our comments with the codeTim Smith2020-05-0610-44/+44
* Knife bootstrap options cleanupLamont Granquist2020-04-177-297/+93
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-1378-79/+79
* fix speclcg/fix-bootstrap-cli-optionsLamont Granquist2020-04-081-2/+2
* some spec typosVivek Singh2020-04-073-3/+3
* Implement eager_load_libraries metadata optionLamont Granquist2020-04-031-1/+2
* Replace highline.color with pastel.decorateBryan McLellan2020-03-021-0/+16
* Merge pull request #9156 from MsysTechnologiesllc/ash/Fix_no_runlist_issueTim Smith2020-02-241-1/+1
|\
| * Optimize by using Mash as per review commentsNAshwini2020-02-121-1/+1
* | Merge pull request #9371 from cinc-project/dist_bootstrapTim Smith2020-02-241-3/+3
|\ \
| * | capitalize drive letterMarc Chamberland2020-02-041-3/+3
* | | Reflecting file_cache_path and file_backup_path value in_client.rbKapil chouhan2020-02-121-0/+14
| |/ |/|
* | Update the spec for the new formatTim Smith2020-02-061-2/+2
|/
* Update knife status --long to use cloud attributes not ec2 specific attributesstatus_done_rightTim Smith2020-01-281-2/+2
* Fix failing specsVivek Singh2020-01-241-1/+1
* Added client side validation to validate presence of metadata files and valid...Vasu11052019-12-201-11/+72
* Updated code to make sure temporary directory gets deleted after the uploadVasu11052019-12-181-1/+0
* Fixed specs and chefstyle errorVasu11052019-12-161-3/+1
* Updated knife cookbook upload and knife upload code to create temporary direc...Vasu11052019-12-161-17/+9
* Genrates metadata.json if not present and uploads it to chef server and delet...Vasu11052019-12-161-1/+12
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-087-10/+10
* Updates for Chefstyle with Rubocop 0.75.1Tim Smith2019-11-041-1/+1
* Fix knife cookbook metadata from file name argsVivek Singh2019-10-291-0/+7
* Fix Exception: NoMethodError: undefined method join for nil:NilClassVivek Singh2019-10-271-17/+27