summaryrefslogtreecommitdiff
path: root/lib/chef/knife/core/hashed_command_loader.rb
Commit message (Expand)AuthorAgeFilesLines
* File.exists? -> File.exist?existTim Smith2020-08-121-2/+2
* Add spaces after attrsTim Smith2020-07-071-0/+1
* Get lib/ free of spelling violations.Pete Higgins2020-05-181-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* Provide a better error when knife plugins are missing from the cachebetter_rehash_errorTim Smith2018-07-111-1/+1
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* Single space after periodsTim Smith2016-03-051-1/+1
* Adding specs for rehash updatetyler-ball2016-03-041-2/+3
* Changing the knife behavior when using the cached plugins to only display 1 e...tyler-ball2016-03-041-3/+21
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-4/+4
* Add tests for HashedCommandLoaderSteven Danna2015-08-251-1/+1
* Guard against uninstalled but hashed knife pluginAlex Pop2015-08-251-1/+6
* Add knife-rehash command for subcommand location hashingSteven Danna2015-08-251-0/+75