summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [CHEF-3376] move recipe compilation to CookbookCompilerdanielsdeleo2012-11-302-22/+26
* [CHEF-3376] make CookbookCompiler take a RunContextdanielsdeleo2012-11-302-43/+18
* [CHEF-3376] give CookbookCompiler its own filedanielsdeleo2012-11-302-224/+256
* [CHEF-3376] Load all filetypes in run_list orderdanielsdeleo2012-11-301-140/+244
* Fix 'knife cookbook upload --all'Christopher Maier2012-11-301-1/+1
* Merge branch 'OC-5215'Christopher Maier2012-11-302-0/+21
|\
| * Add a dummy Chef::Sandbox class back inChristopher Maier2012-11-282-0/+21
* | [CHEF-3643] ensure Chef::REST can be required without loading ChefSeth Chisamore2012-11-303-3/+1
* | [CHEF-3556] make knife search less strict about inputdanielsdeleo2012-11-291-19/+37
|/
* set default log level to :auto in bootstrapdanielsdeleo2012-11-211-1/+1
* explain the formatter/logger situation in detaildanielsdeleo2012-11-201-6/+22
* Add force-(formatter|logger) cli optionsdanielsdeleo2012-11-202-0/+24
* Fix chef-shell for log_level == :autodanielsdeleo2012-11-201-1/+3
* Change default output to formatters when in consoledanielsdeleo2012-11-206-33/+121
* Merge branch '10-stable'Bryan McLellan2012-11-204-6/+9
|\
* | [CHEF-3617] create full path of run lock fileSeth Chisamore2012-11-171-0/+6
* | [CHEF-3616] add cipher field to edbi metadatadanielsdeleo2012-11-161-1/+16
* | [CHEF-3392] fix ruby 1.8 detection of version 1 formatdanielsdeleo2012-11-151-1/+1
* | [CHEF-3392] remove unused `from_plain_hash` methoddanielsdeleo2012-11-151-4/+0
* | [CHEF-3392] use yajl to avoid custom class inflationdanielsdeleo2012-11-151-2/+3
* | [CHEF-3392] JSON serialize encrypted data bags, use random IVdanielsdeleo2012-11-141-21/+193
* | remove trailing comment message :(Seth Chisamore2012-11-131-2/+0
* | [CHEF-3604] why run assertions should pass on custom service commandsSeth Chisamore2012-11-132-1/+8
* | [CHEF-3603] add init_command attribute to service resourceSeth Chisamore2012-11-135-11/+37
* | CHEF-3576: add raspbian as a supported platformLamont Granquist2012-11-131-0/+8
* | Wire "force" default and override into nodedanielsdeleo2012-11-091-0/+12
* | Add "force" level precedence to Node::Attributedanielsdeleo2012-11-091-2/+35
* | [CHEF-2903] factor out run_list->cookbook list logicdanielsdeleo2012-11-081-6/+14
* | [CHEF-2903] load attribute files in run_list orderdanielsdeleo2012-11-071-14/+49
* | Finished refactoring converge and updated teststylercloke2012-11-052-14/+2
* | Fixed CHEF-3564 so that remote_directorytylercloke2012-11-051-14/+10
* | Hack out immediate converge actions to prove conceptdanielsdeleo2012-11-052-12/+10
* | [CHEF-3499] use Enumerable#any?; don't reimplementdanielsdeleo2012-11-021-4/+2
* | [CHEF-3499] add platform introspection to Nodedanielsdeleo2012-11-021-0/+2
* | [CHEF-2936] remove couchdb-in-constructor workarounddanielsdeleo2012-11-021-6/+1
* | [CHEF-2936] ensure all default and override attrs go in node jsondanielsdeleo2012-11-022-5/+46
* | [CHEF-2936] apply attributes at run list expansiondanielsdeleo2012-11-022-13/+18
* | [CHEF-2936] add role and environment components to Node::Attributedanielsdeleo2012-11-021-129/+179
* | removing daemonize option for windowsLamont Granquist2012-11-012-10/+14
* | Fix syntax and force_encoding for 1.8danielsdeleo2012-10-311-1/+1
* | [OC-3553] remove deprecated #rest_request and associated testsdanielsdeleo2012-10-311-64/+1
* | [OC-3553] convert http_request provider to non-deprecated APIsdanielsdeleo2012-10-312-42/+26
* | [OC-3553] add 304 NotModified support to raw_http_requestdanielsdeleo2012-10-311-2/+4
* | [OC-3553] remove _rest from REST method names, add aliasesdanielsdeleo2012-10-311-6/+18
* | Merge branch '10-stable'Bryan McLellan2012-10-3010-68/+102
|\ \ | |/
* | [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-30419-0/+53709
|/
* Making sure my new controller finds a homeAdam Jacob2008-10-081-57/+0
* Merge branch 'master' of git@github.com:ezmobius/chef into ezra-breaks-shitAdam Jacob2008-10-08118-8993/+0
|\
| * big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-08118-8932/+0
* | Adding library supportAdam Jacob2008-10-088-5/+106