summaryrefslogtreecommitdiff
path: root/spec/unit/knife
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #8354 from chef/license_acceptanceTyler Ball2019-05-062-0/+17
|\
| * Purposefully adding a failing test to prevent Chef Infra from promoting unsta...license_acceptancetyler-ball2019-05-031-0/+4
| * Fix 2 minute pause while we wait for license acceptance cli to time outMark Anderson2019-05-031-0/+6
| * Adding license acceptance support to 'knife bootstrap'tyler-ball2019-05-031-5/+7
| * knife bootstrap is only knife command to have license acceptance flowtyler-ball2019-05-031-0/+5
* | Pass channel directly into the script/url to determine Chef Infra downloadmp/bootstrap/restore-prereleaseMarc A. Paradise2019-05-032-75/+37
* | `prerelease` -> `channel` in bootstrap contextsMarc A. Paradise2019-05-033-32/+22
* | Change 'prerelease' to 'channel'.Marc A. Paradise2019-05-031-1/+11
* | Restore bootstrap pre-release supportMarc A. Paradise2019-05-032-1/+47
|/
* Require 'net/ssh' before we reference it.Marc A. Paradise2019-05-021-4/+8
* Ensure that requested protocol is available and correctMarc A. Paradise2019-05-021-14/+70
* Remove testing method TrainConnector#test_instanceMarc A. Paradise2019-05-021-12/+17
* Fix incorrect deprecation warningsmp/bootstrap-deprecation-fixesMarc A. Paradise2019-05-011-7/+7
* Merge pull request #8411 from chef/mp/license-acceptance-in-bootstrapTim Smith2019-04-292-6/+14
|\
| * Ensure license is accepted on remote bootstrap targetMarc A. Paradise2019-04-292-6/+14
* | Add tests, and make connector more testableMarc A. Paradise2019-04-291-1/+132
* | Switch bootstrap to use TrainConnector.Marc A. Paradise2019-04-291-40/+43
* | Implement Bootstrap::TrainConnectorMarc A. Paradise2019-04-291-0/+24
|/
* Use an empty dir for certs test instead of trying to mock oneMarc A. Paradise2019-04-241-4/+6
* test fixMarc A. Paradise2019-04-241-2/+2
* Set the correct variable to test that a key is givenMarc A. Paradise2019-04-241-2/+2
* Relax the match for validation key pathMarc A. Paradise2019-04-241-2/+2
* RubocopMarc A. Paradise2019-04-242-41/+40
* Make deprecations more robustMarc A. Paradise2019-04-241-11/+11
* Remove fips version check from bootstrap client.rbMarc A. Paradise2019-04-241-9/+6
* deprecate old version of changed CLI flags.Marc A. Paradise2019-04-241-0/+33
* Re-add windows_bootstrap_context_spec.rb which was accidentally deletedMarc A. Paradise2019-04-241-0/+267
* Remove prerelease support. Minimum version w/ fips now 12.20.Marc A. Paradise2019-04-241-27/+1
* Rubocop!Marc A. Paradise2019-04-241-136/+124
* Bootstrap via chef_coreMarc A. Paradise2019-04-241-210/+1373
* Allowing encryption of an unencrypted data bagvijaymmali19902019-04-171-2/+1
* Fix failing specTim Smith2019-01-281-0/+1
* Remove 'attributes' attribute from cookbook metadataTim Smith2019-01-221-1/+0
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-158-33/+33
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-035-10/+10