summaryrefslogtreecommitdiff
path: root/spec/unit/knife
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Implemented `knife user key create` and `knife client key create`.tylercloke2015-04-281-0/+250
|/ / /
* | | Merge pull request #3067 from chef/tm/knife_status_environmentThom May2015-04-091-3/+69
|\ \ \
| * | | Just use a Time object in status teststm/knife_status_environmentThom May2015-04-091-1/+1
| * | | use real timesThom May2015-04-091-5/+5
| * | | use partial searchThom May2015-04-081-8/+19
| * | | Ensure valid lucene queriesThom May2015-03-161-3/+3
| * | | Add tests for knife statusThom May2015-03-121-3/+58
| |/ /
* | | Add a unit test for the empty public_hostname check on knife sshEric Herot2015-03-241-0/+18
| |/ |/|
* | Fixup all specs to reference PathHelper.home.Kartik Null Cating-Subramanian2015-03-202-37/+49
|/
* Merge pull request #2999 from chef/pr-2988Jay Mundrawala2015-03-021-0/+14
|\
| * Fix expect receiveJay Mundrawala2015-03-021-1/+1
| * Rename specJay Mundrawala2015-03-021-1/+1
| * write spec for case of validation_key is nil.sawanoboly2015-02-271-0/+14
* | Update spec to mock out tar_cmdJay Mundrawala2015-02-271-2/+3
|/
* Missed fixing one testJulian C. Dunn2015-02-161-1/+1