summaryrefslogtreecommitdiff
path: root/spec/unit/knife_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* some spec typosVivek Singh2020-04-071-1/+1
* Found some tests that fail when run by themselves on master.Ryan Davis2020-03-161-7/+6
* fix 4 copsLamont Granquist2019-07-051-1/+2
* Style/ClassCheckLamont Granquist2019-07-051-2/+2
* Style/RegexpLiteralLamont Granquist2019-07-051-23/+23
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-7/+7
* Raise knife exceptions when verbosity is 3 (-VVV)btm/fix-knife-exceptionsBryan McLellan2019-05-301-5/+8
* Move original config initialization to constructorKNIFE-EC2-567/handle-unmerged-caseMarc A. Paradise2019-05-081-0/+25
* Make config_source aware of cli defaultsMarc A. Paradise2019-05-031-16/+5
* Fix a sentence in run_lock and the knife test to match the latest output changesTensibai2019-05-021-5/+5
* Add Knife#config_source(key)Marc A. Paradise2019-04-241-3/+17
* addressing comments by coderangerMarc Chamberland2019-04-191-11/+11
* Replacing workmarks with distro constantsMarc Chamberland2019-04-191-10/+10
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-1/+1
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-7/+7
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-2/+2
* fix Layout/IndentHeredocLamont Granquist2018-07-021-5/+5
* fix Style/HashSyntaxLamont Granquist2018-07-021-19/+19
* Specify a profile on the command lineThom May2017-12-181-0/+2
* Checking for proxy error separatelynimisha2017-06-021-0/+22
* Replace a few dangling references to `knife cookbook site vendor` that don’...Noah Kantrowitz2017-04-041-2/+2
* Implement `--config-option` CLI opt for knifedan/config-option-in-knifedanielsdeleo2016-10-181-0/+31
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-6/+7
* Adding specs for rehash updatetyler-ball2016-03-041-0/+7
* autofixing whitespace copsLamont Granquist2016-02-051-13/+13
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-22/+22
* Use double quotes by defaultThom May2016-01-141-22/+22
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-3/+3
* Avoid squashing/humanizing the exception when config[:verbosity] == 2btm/knife-backtraceBryan McLellan2015-11-061-1/+14
* Fixed knife_spec unit testJay Mundrawala2015-11-051-1/+4
* Improve detection of ChefFS-based commands in `knife rehash`ssd/rehash-cheffsSteven Danna2015-10-291-0/+8
* Added versioned Chef Object API support code and repaired Chef::User.create.tylercloke2015-06-051-4/+10
* Stub config loading that was breaking tests on my boxdanielsdeleo2015-05-201-0/+9
* change default log_location + log_level for knifeLamont Granquist2015-05-151-0/+12
* Nice error handling for unsupported API version in formatters/*.rb.tylercloke2015-05-041-2/+2
* Nice error formatting for unsupported API version in Knife.tylercloke2015-05-041-0/+10
* Implemented X-Ops-Server-API-Version in Chef requests.tylercloke2015-05-041-1/+2
* Add --no-listen option to disable zero binding to portdanielsdeleo2015-04-011-0/+5
* Add specific error messaging for SSL errors to knifedanielsdeleo2014-12-151-0/+15
* Convert knife specs to let bindingsdanielsdeleo2014-12-151-64/+79
* Fix knife plugin path searchingLamont Granquist2014-12-031-0/+5
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* Update to RSpec 3.Claire McQuin2014-10-291-91/+91
* print the path to the configuration file usedAlex Pop2014-10-041-1/+18
* Extract Knife config file find/load to a reusable componentdanielsdeleo2014-09-031-30/+3