summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
* | Giving _why the shoutout for the 4 line code snippetAdam Jacob2008-10-081-0/+1
* | Streaming raw downloads to tempfiles, so we don't bloat the crap out of ourse...Adam Jacob2008-10-081-4/+20
|/
* We need to build_provider for every action - it might change, and we need to ...Adam Jacob2008-10-081-1/+1
* Adding provider method, so you can actually specify a provider directlyAdam Jacob2008-10-081-0/+8
* Adding rubygems provider, along with convenience resources for the package typesAdam Jacob2008-10-084-0/+215
* Lets log a little earlier, shall we?Adam Jacob2008-10-071-4/+4
* Portage atoms need an = sign before the package + versionAdam Jacob2008-10-071-1/+1
* A whole bunch of missing changes!Adam Jacob2008-10-074-8/+8
* Lets try /etc/chef/server.rb, shall we?Adam Jacob2008-10-071-1/+1
* Silly me, missing File.joinsAdam Jacob2008-10-071-2/+2
* Lets log to /var/log, shall we?Adam Jacob2008-10-071-1/+1
* Adding extlib and Mash-ing @attributeAdam Jacob2008-10-071-1/+2
* Use operatingsystemrelease as a last resortAdam Jacob2008-10-071-0/+2
* Merge branch 'master' of git@github.com:ezmobius/chefAdam Jacob2008-10-072-25/+25
|\
| * update chef-server's routes to be compatible with merb-core's new router.Ezra Zygmuntowicz2008-10-052-25/+25