summaryrefslogtreecommitdiff
path: root/chef/lib/chef/application
Commit message (Expand)AuthorAgeFilesLines
...
* During reconfigure when client is not daemonized, set splay & interval to nilToomas Pelberg2010-08-231-0/+3
* fix specs broken by CHEF-1460Daniel DeLeo2010-08-231-4/+9
* refactor knife arg validation for clarityDaniel DeLeo2010-08-231-4/+5
* Fix for CHEF-1460Toomas Pelberg2010-08-231-0/+5
* [CHEF-1601] re-apply chef-solo's JSON attributes before each runDaniel DeLeo2010-08-191-1/+0
* Added --defaults option to accept defaults for questions.Dan Prince2010-07-291-0/+4
* cleanup subcommand initialization and help textDaniel DeLeo2010-07-171-2/+1
* build a new client object for every runDaniel DeLeo2010-07-162-13/+12
* Don't log a FATAL error when user passes -h, --help to knifeSeth Falcon2010-07-151-1/+8
* use the hash syntax to set solo mode, require 'chef' in solo appDaniel DeLeo2010-07-011-1/+2
* knife needs to exit with 0sdelano2010-06-031-0/+1
* Moved logic out of Chef::Client initialization so that chef-solo can configur...Chris Walters, Tim Hinderliter2010-06-031-6/+0
* Updated sync_cookbooks to pull down the entire contents of a cookbook. Refact...Chris Walters, Tim Hinderliter2010-06-031-1/+1
* CHEF-1230: use -F FORMAT to choose Knife output formatRenaud Chaput2010-06-011-1/+1
* Adding directory specific knife configurationAdam Jacob2010-05-291-1/+0
* Support setting validation and client keys from the command lineTollef Fog Heen2010-05-041-0/+12
* Get rid of -t/validation_tokenTollef Fog Heen2010-05-041-7/+0
* [CHEF-489] all specs pass on 1.8.7 and 1.9.1Daniel DeLeo2010-05-011-1/+1
* no rubygems in lib/ && cleanup from previous commitDaniel DeLeo2010-05-011-19/+0
* Implement pluggable output formats for knifeTollef Fog Heen2010-05-011-1/+7
* CHEF-959: Add --pid/-P option to chef-clientRenaud Chaput2010-02-241-0/+6
* CHEF-918: solo can no longer download remote recipe tarballsAJ Christensen2010-02-041-0/+1
* CHEF-654: json_attribs fails against self signed.AJ Christensen2010-01-052-6/+18
* Merge branch 'CHEF-573' of git://github.com/skeptomai/chef into skeptomai/CHE...Adam Jacob2009-12-281-0/+7
|\
| * found more formatters, removed reference to openidChristopher Brown2009-12-221-3/+3
| * updated use of formatter, added verbose_logging to the command line optionsChristopher Brown2009-12-221-0/+7
* | Added --admin flag that sets admin: true on the client.Eric Hankins2009-12-221-1/+7
|/
* Fixed CHEF-811, help and optionsAdam Jacob2009-12-211-5/+6
* Fix CHEF-813: exit 2 when no subcommand givenDan DeLeo2009-12-191-16/+32
* Fixes CHEF-806, knife now show sub-commands on --helpAdam Jacob2009-12-171-9/+8
* Moving to knife-specific config file, adding configure optionAdam Jacob2009-12-141-6/+8
* CHEF-670, Node functions all workingAdam Jacob2009-12-031-0/+120
* No more Chef::Search::Result, adding logging for Mixlib::AuthenticationAdam Jacob2009-08-202-1/+7
* Initial pass at a Chef 0.8.0 alphaAdam Jacob2009-08-201-141/+0
* CHEF-465: solo mode not set correctlyAJ Christensen2009-08-021-1/+1
* chef-463 chef-indexer needs to display version toojtimberman2009-07-311-0/+8
* chef-463, add version output optionjtimberman2009-07-312-0/+20
* CHEF-420: Decouple splay from intervalAJ Christensen2009-07-292-4/+86
* Decouple splay from interval. For use with cron.Grant Zanetti2009-07-291-8/+10
* CHEF-448: Chef Server URL metaconfiguration optionAJ Christensen2009-07-291-0/+8
* fix for chef-indexer when prefix is nilzeusfaber2009-06-301-2/+9
* added code for multiple queueszeusfaber2009-06-301-10/+10
* chef-indexer gets the wrong default name when daemonized.Matthew Kent2009-06-122-8/+10
* Cleanup - solo doesn't daemonize.Matthew Kent2009-06-121-2/+1
* CHEF-350: Make the solo application load JSON correctly.AJ Christensen2009-06-091-1/+1
* CHEF-330: looks like something broke in the rebase, specs work againAJ Christensen2009-06-081-15/+6
* CHEF-330: Add verbose(r) error messages, specs; for JSON fetchingAJ Christensen2009-06-082-14/+33
* There is no indexer.rb - the indexer uses the server config by defaultAdam Jacob2009-06-071-1/+1
* CHEF-345: supply the correct values for 'default' option to mixlib-cliAJ Christensen2009-06-063-3/+3
* Fixing solo support, updating solo based featuresAdam Jacob2009-05-261-2/+2