summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* Update the download URL for windows MSIMarc A. Paradise2021-04-201-3/+2
* Rescue Train::UserError and re-try with su_passwordVivek Singh2021-02-021-16/+17
* Fix AIX su password match stringVivek Singh2021-02-021-1/+1
* Passed block and limits resursive callsVivek Singh2021-02-021-16/+6
* Fixed test case failureVivek Singh2021-02-021-1/+1
* handles su - USER sesssion to perform bootstrapVivek Singh2021-02-021-4/+63
* Fix chefstyle violations.Pete Higgins2020-12-301-1/+1
* Fix knife status json output for EC2 instance with no public IP.Pete Higgins2020-12-301-1/+1
* Untangle some gnarly code.Pete Higgins2020-12-301-7/+4
* Rename a variable to get rid of a spelling exception.Pete Higgins2020-12-301-2/+2
* Move FormattingOptions to its own file and remove duplication.Pete Higgins2020-12-306-54/+55
* Windows Trusted cert path slashes fixaxelrtgs2020-12-151-1/+1
* make rubocop happyRobert Vežnaver2020-12-111-0/+1
* tty-prompt already required in core/ui.rbRobert Vežnaver2020-12-111-1/+0
* Raise error and retry with PTY on sudo password promptRobert Vežnaver2020-12-101-0/+2
* Fix for deprecation warningKapil Chouhan2020-12-091-1/+1
* Add missing require for TTY::Prompt.Pete Higgins2020-12-021-1/+4
* Use URI::DEFAULT_PARSER.make_regexp instead of URI.regexpTim Smith2020-11-271-1/+1
* require net/sshVSingh/require-net-sshVivek Singh2020-11-121-0/+1
* Don't uses regexes in splits when we don't need tono_regex_in_splitTim Smith2020-11-082-2/+2
* Simplify regexes by removing extra character classesTim Smith2020-10-302-2/+2
* Merge pull request #10574 from TimothyTitan/patch-1Tim Smith2020-10-291-0/+2
|\
| * Update windows_bootstrap_context.rbTim Titan2020-10-291-0/+2
* | fix secret options in windows bootstrapmwrock2020-10-292-6/+7
|/
* Merge pull request #10463 from 007lva/chore/use-ruby-2.6-endless-rangeTim Smith2020-09-2511-13/+13
|\
| * Use Ruby 2.6 endless Range syntax007lva2020-09-2411-13/+13
* | Remove unnecessary require.remove-requirePete Higgins2020-09-241-1/+0
|/
* Gate requires in chef-utils and chef-config as wellrequiresTim Smith2020-09-201-1/+1
* Resolve Style/RedundantCondition copTim Smith2020-09-161-1/+1
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-1511-11/+11
* Move chef-config/dist to chef-utils/distLance Albertson2020-09-151-1/+1
* merge all dist files back into dist.rbMarc Chamberland2020-09-159-9/+9
* tighten all require statements for dist implementationMarc Chamberland2020-09-1511-11/+11
* move dist implementation into chef-utilsMarc Chamberland2020-09-1513-53/+53
* Use __dir__ instead of getting the dir of __FILE__Tim Smith2020-09-091-1/+1
* autoload license_acceptance/acceptor in knife loadingmwrock2020-09-091-1/+3
* use autoloading for many required gemsmwrock2020-09-082-2/+2
* Resolve RuboCop Style/RedundantInterpolation warningsTim Smith2020-09-081-1/+1
* Remove border color optionVSingh/knife-list-deprecation-updateVivek Singh2020-08-261-2/+1
* Use ||= instead of const_defined? checkVivek Singh2020-08-261-1/+1
* remove duplication of deprecated optionsVivek Singh2020-08-265-248/+29
* more config specs cleanupVivek Singh2020-08-261-1/+0
* Update `knife config list` with new behavior and fix tests.Pete Higgins2020-08-251-28/+41
* Merge pull request #10341 from chef/VSingh/add-tty-tableTim Smith2020-08-251-26/+39
|\
| * require tty-screenVSingh/add-tty-tableVivek Singh2020-08-251-0/+1
| * Remove to_s operation to every itemVivek Singh2020-08-241-1/+1
| * Fix failing specsVivek Singh2020-08-241-3/+2
| * Add tty-table & render config listVivek Singh2020-08-241-25/+38
* | Fix warn message typosVSingh/knife-config-optionsVivek Singh2020-08-254-4/+4
* | Add deprecation warningVivek Singh2020-08-254-0/+12