summaryrefslogtreecommitdiff
path: root/spec/unit/knife
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Make temp dir using mkdir instead of mktempVivek Singh2019-08-061-8/+13
* | fix to avoid conflicts with pattern of other datadheerajd-msys2019-08-061-0/+5
|/
* fix 4 copsLamont Granquist2019-07-058-13/+26
* Style/SymbolProcLamont Granquist2019-07-051-1/+1
* Style/RegexpLiteralLamont Granquist2019-07-056-22/+22
* Style/EmptyLiteralLamont Granquist2019-07-058-9/+9
* tweak Lint/BlockAlignmentLamont Granquist2019-07-021-8/+8
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-0228-30/+30
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-024-9/+9
* fixes for chefstyle bumpLamont Granquist2019-07-024-11/+11
* ignore noise outputssawanoboly2019-06-241-0/+9
* use mixlib-cli's deprecation mechanismMarc A. Paradise2019-06-101-101/+0
* Chef-15: Adding short argument's deprecation check (#8626)Nimesh2019-06-051-11/+79
* Create bootstrap template in binmode to fix line endingsBryan McLellan2019-06-041-0/+1
* Fix ssh user set from cli (#8558)dheerajd-msys2019-05-281-4/+4
* fix order of connection before register node (#8574)dheerajd-msys2019-05-241-1/+1
* Only set client_pem in bootstrap_context when validatorlessbtm/client_key_validator_fixBryan McLellan2019-05-171-5/+8
* Enable pty for bootstrap sshbootstrap-uses-ptyMarc A. Paradise2019-05-161-14/+23
* Bootstrap updatesmp/bootstrap-updatesMarc A. Paradise2019-05-141-12/+41
* Merge pull request #8521 from MsysTechnologiesllc/VSingh/bootstrap-session-ti...Bryan McLellan2019-05-131-7/+56
|\
| * Add a warning when session-timeout is too shortMarc A. Paradise2019-05-131-2/+25
| * Ensure tests are aware of CLI default valuesMarc A. Paradise2019-05-131-3/+7
| * Minor fixes related to chefstyleVivek Singh2019-05-131-1/+1
| * Add --session-timeout bootstrap option for both ssh & winrmVivek Singh2019-05-131-4/+26
* | move retry into #connect!Bryan McLellan2019-05-131-1/+1
* | Use new Net:SSH host key verify valuesBryan McLellan2019-05-131-2/+2
|/
* Merge pull request #8507 from MarkGibbons/solaris_bootstrapTim Smith2019-05-101-0/+22
|\
| * Use exports compatibile with /bin/sh in the bootstrap scriptmarkgibbons2019-05-081-0/+22
* | CHEF_LICENSE environment variables should be quotedenv_quotestyler-ball2019-05-091-6/+0
|/
* knife bootstrap should only request license when installing Chef 15knife_licensetyler-ball2019-05-073-18/+50
* Remove purposefully failing test - no longer want to gate releasestyler-ball2019-05-071-4/+0
* Fix the client create specsadminTim Smith2019-05-071-18/+1