summaryrefslogtreecommitdiff
path: root/spec/unit/knife
Commit message (Expand)AuthorAgeFilesLines
* Fix rspec warningsdanielsdeleo2014-04-241-1/+1
* Merge: Get local mode passing against chef-pedantJohn Keiser2014-04-232-12/+12
|\
| * Make root_dir required for CookbookVersion to generate manifestJohn Keiser2014-04-232-12/+12
* | CHEF-5211: Make sure ohai[:fqdn] succeedsBryan McLellan2014-04-221-0/+1
|/
* [CHEF-3610] Set log_level for chef-client when '-VV' is specified in the knif...Hui Hu2014-03-281-0/+7
* Add regression test for cookbook overlay warningdanielsdeleo2014-03-271-0/+24
* Tidy cookbook upload specsdanielsdeleo2014-03-271-109/+132
* Fix unit tests to not access /etc/chef/encrypted_data_bag_secretdanielsdeleo2014-03-261-4/+13
* Add SSL check and certificate fetching commands to knifedanielsdeleo2014-03-192-0/+338
* Remove should_exit out of parameters and make ui.confirm less ugly.sersut2014-03-192-63/+102
* [CHEF-5057] Add default choice option to confirm promptEric Sigler2014-03-191-7/+32
* [CHEF-3812] Update test to check for ui.fatalJulian C. Dunn2014-03-191-3/+4
* [CHEF-3812] Support a --before option in "knife node run_list add"Julian C. Dunn2014-03-191-0/+22
* CHEF-4851 - Broke testing of cookbooks and versions into own includes.Josh Murphy2014-03-191-1/+3
* CHEF-4851 - Tested stderr string output compared to what function is being ca...Josh Murphy2014-03-191-6/+8
* CHEF-4851 - Added testing for missing dependencies in cookbook uploadJosh Murphy2014-03-191-0/+42
* Merge pull request #1213 from MSOpenTech/CHEF-4962Serdar Sutay2014-03-191-6/+17
|\
| * CHEF-4962, knife ssh will use a cloud atttribute for port if available.Jeff Mendoza2014-02-201-6/+17
* | CHEF-3698: Do not set log_level by defaultBryan McLellan2014-03-191-1/+4
* | Fix the spec failures on ruby 1.8.7.sersut2014-03-181-2/+2
* | Spec for new option to ui.confirm.sersut2014-03-171-0/+9
* | Convert --force option of knife client delete to --delete-validators to be co...sersut2014-03-171-4/+4
* | Specs for --delete-validators options.sersut2014-03-171-38/+121
* | Merge pull request #1270 from opscode/jc/OC-130/knife-create-validatorJames Casey2014-02-211-1/+29
|\ \
| * | Add --validator option to create validator client via knifeJames Casey2014-02-181-1/+29
| |/
* | Add a --force option to protect against accidental deletion of validatorsJames Casey2014-02-181-1/+44
|/
* remove some more deprecation warningsLamont Granquist2014-01-291-3/+3
* fix broken specs revealed by rspec-2.14-izationLamont Granquist2014-01-291-11/+9
* fix should_not raise_error(SpecificException)Lamont Granquist2014-01-292-4/+4
* s/mock\(/double(/gLamont Granquist2014-01-2921-27/+27
* s/stub!/stub/gLamont Granquist2014-01-2957-319/+319
* add tests and moar commentLamont Granquist2014-01-171-0/+107
* Fix subcommand loader specs for really old rubygemsdanielsdeleo2013-12-271-3/+11
* Add support for loading a static list of plugin files.danielsdeleo2013-12-271-0/+68
* Merge pull request #1099 from opscode/lcg/knife-subcommand-prereleaselamont-granquist2013-11-261-2/+2
|\
| * search prerelease gems for subcommandsLamont Granquist2013-10-291-2/+2
* | CHEF-4747: convert test to use double from openstructBryan McLellan2013-11-261-2/+1
* | support configurable concurrencyRanjib Dey2013-11-261-0/+15
* | Added knife spec to test invalid name input for data bag create.tylercloke2013-11-261-0/+7
* | adding the -a / --all option and correcting the spec fileSander Botman2013-11-261-21/+28
* | removing some comments and it seems I really cannot type the word constraints...Sander Botman2013-11-061-6/+1
* | renaming to compare and braking the code up into some functions and added uni...Sander Botman2013-11-061-0/+110
* | Turn off temp file mod check tests on windows.11.8.0.rc.3sersut2013-10-231-2/+2
* | port node_editor to use ui.edit_data()Lamont Granquist2013-10-231-6/+33
* | hardcore mocking of TempfileLamont Granquist2013-10-231-2/+1
* | add semi-functional testsLamont Granquist2013-10-231-0/+38
* | clean up some constantsLamont Granquist2013-10-231-12/+19
* | add editing specs for knife/core/uiLamont Granquist2013-10-231-0/+74
|/
* [CHEF-4509] read `secret` `secret_file` from knife hashSeth Chisamore2013-10-171-2/+10
* Fixup specs to handle config jail featuredanielsdeleo2013-10-161-19/+33