| Commit message (Expand) | Author | Age | Files | Lines |
* | [CHEF-3617] create full path of run lock file | Seth Chisamore | 2012-11-17 | 1 | -0/+6 |
* | [CHEF-3616] add cipher field to edbi metadata | danielsdeleo | 2012-11-16 | 1 | -1/+16 |
* | [CHEF-3392] fix ruby 1.8 detection of version 1 format | danielsdeleo | 2012-11-15 | 1 | -1/+1 |
* | [CHEF-3392] remove unused `from_plain_hash` method | danielsdeleo | 2012-11-15 | 1 | -4/+0 |
* | [CHEF-3392] use yajl to avoid custom class inflation | danielsdeleo | 2012-11-15 | 1 | -2/+3 |
* | [CHEF-3392] JSON serialize encrypted data bags, use random IV | danielsdeleo | 2012-11-14 | 1 | -21/+193 |
* | remove trailing comment message :( | Seth Chisamore | 2012-11-13 | 1 | -2/+0 |
* | [CHEF-3604] why run assertions should pass on custom service commands | Seth Chisamore | 2012-11-13 | 2 | -1/+8 |
* | [CHEF-3603] add init_command attribute to service resource | Seth Chisamore | 2012-11-13 | 5 | -11/+37 |
* | CHEF-3576: add raspbian as a supported platform | Lamont Granquist | 2012-11-13 | 1 | -0/+8 |
* | Wire "force" default and override into node | danielsdeleo | 2012-11-09 | 1 | -0/+12 |
* | Add "force" level precedence to Node::Attribute | danielsdeleo | 2012-11-09 | 1 | -2/+35 |
* | [CHEF-2903] factor out run_list->cookbook list logic | danielsdeleo | 2012-11-08 | 1 | -6/+14 |
* | [CHEF-2903] load attribute files in run_list order | danielsdeleo | 2012-11-07 | 1 | -14/+49 |
* | Finished refactoring converge and updated tests | tylercloke | 2012-11-05 | 2 | -14/+2 |
* | Fixed CHEF-3564 so that remote_directory | tylercloke | 2012-11-05 | 1 | -14/+10 |
* | Hack out immediate converge actions to prove concept | danielsdeleo | 2012-11-05 | 2 | -12/+10 |
* | [CHEF-3499] use Enumerable#any?; don't reimplement | danielsdeleo | 2012-11-02 | 1 | -4/+2 |
* | [CHEF-3499] add platform introspection to Node | danielsdeleo | 2012-11-02 | 1 | -0/+2 |
* | [CHEF-2936] remove couchdb-in-constructor workaround | danielsdeleo | 2012-11-02 | 1 | -6/+1 |
* | [CHEF-2936] ensure all default and override attrs go in node json | danielsdeleo | 2012-11-02 | 2 | -5/+46 |
* | [CHEF-2936] apply attributes at run list expansion | danielsdeleo | 2012-11-02 | 2 | -13/+18 |
* | [CHEF-2936] add role and environment components to Node::Attribute | danielsdeleo | 2012-11-02 | 1 | -129/+179 |
* | removing daemonize option for windows | Lamont Granquist | 2012-11-01 | 2 | -10/+14 |
* | Fix syntax and force_encoding for 1.8 | danielsdeleo | 2012-10-31 | 1 | -1/+1 |
* | [OC-3553] remove deprecated #rest_request and associated tests | danielsdeleo | 2012-10-31 | 1 | -64/+1 |
* | [OC-3553] convert http_request provider to non-deprecated APIs | danielsdeleo | 2012-10-31 | 2 | -42/+26 |
* | [OC-3553] add 304 NotModified support to raw_http_request | danielsdeleo | 2012-10-31 | 1 | -2/+4 |
* | [OC-3553] remove _rest from REST method names, add aliases | danielsdeleo | 2012-10-31 | 1 | -6/+18 |
* | Merge branch '10-stable' | Bryan McLellan | 2012-10-30 | 10 | -68/+102 |
|\ |
|
* | | [OC-3564] move core Chef to the repo root \o/ \m/ | Seth Chisamore | 2012-10-30 | 419 | -0/+53709 |
|/ |
|
* | Making sure my new controller finds a home | Adam Jacob | 2008-10-08 | 1 | -57/+0 |
* | Merge branch 'master' of git@github.com:ezmobius/chef into ezra-breaks-shit | Adam Jacob | 2008-10-08 | 118 | -8993/+0 |
|\ |
|
| * | big refactor of the repo layout. move to a chef gem and a chef-server gem all... | Ezra Zygmuntowicz | 2008-10-08 | 118 | -8932/+0 |
* | | Adding library support | Adam Jacob | 2008-10-08 | 8 | -5/+106 |
* | | Giving _why the shoutout for the 4 line code snippet | Adam Jacob | 2008-10-08 | 1 | -0/+1 |
* | | Streaming raw downloads to tempfiles, so we don't bloat the crap out of ourse... | Adam Jacob | 2008-10-08 | 1 | -4/+20 |
|/ |
|
* | We need to build_provider for every action - it might change, and we need to ... | Adam Jacob | 2008-10-08 | 1 | -1/+1 |
* | Adding provider method, so you can actually specify a provider directly | Adam Jacob | 2008-10-08 | 1 | -0/+8 |
* | Adding rubygems provider, along with convenience resources for the package types | Adam Jacob | 2008-10-08 | 4 | -0/+215 |
* | Lets log a little earlier, shall we? | Adam Jacob | 2008-10-07 | 1 | -4/+4 |
* | Portage atoms need an = sign before the package + version | Adam Jacob | 2008-10-07 | 1 | -1/+1 |
* | A whole bunch of missing changes! | Adam Jacob | 2008-10-07 | 4 | -8/+8 |
* | Lets try /etc/chef/server.rb, shall we? | Adam Jacob | 2008-10-07 | 1 | -1/+1 |
* | Silly me, missing File.joins | Adam Jacob | 2008-10-07 | 1 | -2/+2 |
* | Lets log to /var/log, shall we? | Adam Jacob | 2008-10-07 | 1 | -1/+1 |
* | Adding extlib and Mash-ing @attribute | Adam Jacob | 2008-10-07 | 1 | -1/+2 |
* | Use operatingsystemrelease as a last resort | Adam Jacob | 2008-10-07 | 1 | -0/+2 |
* | Merge branch 'master' of git@github.com:ezmobius/chef | Adam Jacob | 2008-10-07 | 2 | -25/+25 |
|\ |
|
| * | update chef-server's routes to be compatible with merb-core's new router. | Ezra Zygmuntowicz | 2008-10-05 | 2 | -25/+25 |