summaryrefslogtreecommitdiff
path: root/lib/chef/knife
Commit message (Expand)AuthorAgeFilesLines
* autofixing whitespace copsLamont Granquist2016-02-0588-233/+145
* auto-fixing some easy copschefstyle/fixesLamont Granquist2016-02-032-2/+2
* Merge pull request #4481 from chef/jdm/fips-58Jay Mundrawala2016-02-032-6/+1
|\
| * Allow use of command line fips switch for knifeJay Mundrawala2016-01-282-6/+1
* | Some more author domain stragglers.Noah Kantrowitz2016-02-021-1/+1
* | Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-0293-110/+110
* | Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-0284-84/+84
* | Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-02128-130/+130
|/
* Rename openssl-fips to fips and add messagesJay Mundrawala2016-01-252-4/+4
* Add --openssl-fips to knife bootstrapJay Mundrawala2016-01-252-0/+9
* Merge pull request #4423 from chef/tm/rest_deprecationThom May2016-01-211-1/+1
|\
| * add deprecation warningsThom May2016-01-181-1/+1
* | Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-183-4/+4
|/
* Use double quotes by defaultThom May2016-01-14136-687/+687
* Merge pull request #4398 from chef/lcg/trailing_commaThom May2016-01-142-3/+3
|\
| * autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-132-3/+3
* | Correctly save policy_name and policy_group with `knife node edit`jr/knife-node-edit-save-policy_name-groupJordan Running2016-01-131-35/+56
|/
* really fix copslcg/really-fix-copsLamont Granquist2016-01-126-84/+84
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-2/+2
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-1119-38/+38
* no longer wait on node search to refresh vault but pass created ApiClient ins...Matt Wrock2015-12-223-21/+16
* Merge pull request #4312 from chef/cwebberOps/omnitruckThom May2015-12-161-1/+1
|\
| * Updates the template to use omnitruck-direct.chef.iocwebberOps/omnitruckChristopher Webber2015-12-151-1/+1
* | Add knife/ChefFS support for policyfiles and policy_groups.John Keiser2015-12-151-0/+1
|/
* Moving the proxy export to environment varibles into Chef::Configtyler-ball2015-12-091-2/+0
* Adding proxifier dependency and leveraging its ability to make TCPSocket.new ...tyler-ball2015-12-092-4/+9
* Merge pull request #4153 from matschaffer/patch-1Thom May2015-11-251-1/+1
|\
| * Require ShellOut before Knife::SSH definitionMat Schaffer2015-11-111-1/+1
* | DTRT re: identity_fileJeff Blaine2015-11-232-14/+12
* | Migrate to --ssh-identity-file instead of --identity-fileJeff Blaine2015-11-232-3/+13
* | Fix typo in commentGreg Karékinian2015-11-201-1/+1
* | Merge pull request #4064 from josb/masterThom May2015-11-121-1/+1
|\ \ | |/ |/|
| * Route all tags access through Chef::Node#{tags,tag}Jos Backus2015-10-201-1/+1
* | Handle nil run list option in knife bootstrapnil-run-list-bootstrapdanielsdeleo2015-11-051-1/+9
* | Update knife bootstrap command to honor --no-color flag in chef-client run th...Tyler Fitch2015-10-281-0/+1
* | Only add tar option --force-local on Windows systemsMichael Pereira2015-10-241-1/+5
* | Fix cookbook installation from supermarket on windowsMichael Pereira2015-10-241-1/+1
* | Add option --tmux-splitSergey Permyakov2015-10-241-4/+8
* | Add tmux-split parameter to knife sshSergey Permyakov2015-10-241-2/+8
* | follow comment of #3900sawanoboly2015-10-241-11/+8
* | write spec for --json-attribute-file and move configration under render_templatesawanoboly2015-10-241-1/+1
* | add option first_boot_attributes_from_filesawanoboly2015-10-241-0/+18
* | Consider only knife configuration for chef environment in bootstrap contextEvan Gilman2015-10-241-1/+1
* | Bring back -H/--hide-healthy for back-compatJeff Blaine2015-10-241-1/+13
* | Changes --hide-healthy to --hide-by-mins MINSJeff Blaine2015-10-241-6/+7
* | Added '--sudo-preserve-home' option to knife bootstrap to allowPaul Mooring2015-10-241-1/+7
* | Allow user@hostname format for knife-bootstrap. [#3527]Patrick Connolly2015-10-241-4/+16
* | Capitalize sentencesTim Smith2015-10-181-1/+1
|/
* Merge pull request #3999 from tas50/unshare_warningThom May2015-10-061-2/+2
|\
| * Better warning for unsharingTim Smith2015-09-291-2/+2