summaryrefslogtreecommitdiff
path: root/spec/unit/knife
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix license tag typoPhilippe Ombredanne2019-10-221-1/+1
* Add supermarket list & search specsVivek Singh2019-10-142-0/+155
* Merge pull request #8856 from MsysTechnologiesllc/bootstrap_password_promptTim Smith2019-10-081-10/+46
|\
| * Fixed test-case for password prompt.Amol Shinde2019-09-111-2/+2
| * Fix password prompt in the bootstrap command.Amol Shinde2019-09-111-10/+46
* | Merge pull request #8816 from MsysTechnologiesllc/VSingh/MSYS-1063-retry-with...Tim Smith2019-09-091-5/+13
|\ \
| * | Replace exception text check with reason symbolVivek Singh2019-08-291-1/+1
| * | Add test case to ensure pty requestedVivek Singh2019-08-201-0/+13
| * | Bootstrap: Set pty true only if requiredVivek Singh2019-08-141-5/+0
| |/
* | Change ownership --sudo option is passed.Vivek Singh2019-08-301-4/+7
* | Change ownership only for non-sudo userVivek Singh2019-08-291-3/+3
* | Fix always require sudo to change ownershipVivek Singh2019-08-141-6/+16
|/
* Merge pull request #8795 from MsysTechnologiesllc/VSingh/temp-dir-using-mkdir...Tim Smith2019-08-071-8/+13
|\
| * Fix chown: Operation not permittedVivek Singh2019-08-071-2/+2