summaryrefslogtreecommitdiff
path: root/spec/unit/knife
Commit message (Expand)AuthorAgeFilesLines
* Correctly save policy_name and policy_group with `knife node edit`jr/knife-node-edit-save-policy_name-groupJordan Running2016-01-131-0/+211
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-6/+8
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-1116-78/+77
* no longer wait on node search to refresh vault but pass created ApiClient ins...Matt Wrock2015-12-223-22/+28
* Adding proxifier dependency and leveraging its ability to make TCPSocket.new ...tyler-ball2015-12-092-4/+4
* restore the old signal handler hereLamont Granquist2015-11-251-1/+5
* Fix testsJeff Blaine2015-11-231-7/+7
* Handle nil run list option in knife bootstrapnil-run-list-bootstrapdanielsdeleo2015-11-051-0/+15
* Updated --no-color unit tests based on feedback from btm and KartikTyler Fitch2015-10-281-11/+11
* Update knife bootstrap command to honor --no-color flag in chef-client run th...Tyler Fitch2015-10-281-4/+11
* write spec for --json-attribute-file and move configration under render_templatesawanoboly2015-10-241-6/+33
* Consider only knife configuration for chef environment in bootstrap contextEvan Gilman2015-10-241-1/+1
* Adjust tests per BTMJeff Blaine2015-10-241-8/+8
* Changes --hide-healthy to --hide-by-mins MINSJeff Blaine2015-10-241-9/+9
* Update specs for SupermarketTim Smith2015-09-271-3/+3
* Add policyfile attributes to client builderpolicyfile-bootstrap-integrationdanielsdeleo2015-09-241-0/+11
* Don't pass -E to chef-client unless given an environmentdanielsdeleo2015-09-241-4/+4
* Add --policy-name and --policy-group opts to knife bootstrapdanielsdeleo2015-09-241-3/+55
* Add policyfile support to bootstrap contextdanielsdeleo2015-09-241-0/+10
* Merge pull request #3190 from swalberg/tag_nodes_on_bootstrapThom May2015-09-022-0/+23
|\
| * If tags are present, add to the first-boot.jsonSean Walberg2015-04-091-0/+7
| * Allow tags to be set on a node during bootstrapSean Walberg2015-04-051-0/+16
* | Merge pull request #3027 from Nordstrom/warn_on_knife_node_runlist_remove_noc...Thom May2015-09-021-0/+17
|\ \
| * | Add warnings to 'knife node run list remove ...' when the item to be removed ...James FitzGibbon2015-03-041-0/+17
* | | Mark custom manifests as deprecatedSteven Danna2015-08-251-0/+1
* | | Use stubbed home in tests rather than ENV['HOME']Steven Danna2015-08-251-4/+4
* | | Add tests for HashedCommandLoaderSteven Danna2015-08-251-0/+93
* | | Add knife-rehash command for subcommand location hashingSteven Danna2015-08-253-192/+266
* | | Update test.Julian C. Dunn2015-07-131-0/+4
* | | Remove all the stupid json magic from Chef::ApiClientV1.tylercloke2015-07-061-1/+14
* | | Move ApiClient V1 supported code to Chef::ApiClientV1 and restore Chef::ApiCl...tylercloke2015-07-067-14/+14
* | | Move Chef::OscUser back to Chef::User namespace and new user code to Chef::Us...tylercloke2015-07-0612-19/+19
* | | Backwards compatible support for OSC 11 in knife user commands.tylercloke2015-06-0512-83/+194
* | | API V1 support for client creation.tylercloke2015-06-052-98/+143
* | | Move old Chef::*User and related commands to Chef::Osc*User for backwards com...tylercloke2015-06-056-0/+336
* | | Added V1 support to Chef::User.update and removed admin field.tylercloke2015-06-051-18/+0
* | | Added versioned Chef Object API support code and repaired Chef::User.create.tylercloke2015-06-051-48/+195
* | | Fix subcommand loader testfix-subcommand-loader-testsdanielsdeleo2015-05-291-0/+1
* | | Allow knife sub-command loader to match platform specific gems.Torben Knerr2015-05-291-3/+18
* | | Test format_for_display when given keys don't exist at alldanielsdeleo2015-05-261-0/+7
* | | write spec for d15df60bf493ece1d92bdadb6753d76beedaad73sawanoboly2015-05-261-0/+7
* | | Stub `windows?` on ChefConfig so it applies to configdanielsdeleo2015-05-205-5/+5
* | | Merge pull request #3325 from chef/ryan/validatorless_bootstrapThom May2015-05-201-0/+13
|\ \ \
| * | | Enforce passing a node name when bootstrapping with chef-vault or userryan/validatorless_bootstrapRyan Cragun2015-05-011-0/+13
* | | | Merge pull request #2851 from Igorshp/ssh_attributeThom May2015-05-131-26/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Fix ssh attribute precedence orderIgor Shpakov2015-05-071-26/+23
* | | | Implemented `knife user key show` and `knife client key show`.tylercloke2015-04-302-1/+127
* | | | Implemented `knife user key edit` and `knife client key edit`.tylercloke2015-04-302-19/+269
* | | | Implemented `knife user key delete` and `knife client key delete`.tylercloke2015-04-293-0/+156
* | | | Implemented `knife user key list` and `knife client key list`.tc/key-listtylercloke2015-04-293-39/+299