summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
* | Updating config file pathsAdam Jacob2008-10-072-1/+16
* | Adding provider as a requirementAdam Jacob2008-10-061-0/+1
* | Adding the user class as a requirementAdam Jacob2008-10-061-0/+2
* | Fixing searching in recipes to use the RESTful server, instead of the local i...Adam Jacob2008-10-053-3/+18
* | Resource collection should no longer reject duplicate resourcesAdam Jacob2008-10-051-3/+0
* | Bug fixes for user providerAdam Jacob2008-10-052-28/+48
* | Adding user providerAdam Jacob2008-10-055-1/+337
|/
* Removing some extra commas from the portage providerAdam Jacob2008-10-051-2/+2
* Merge branch 'master' of git@github.com:ezmobius/chef into ezra-masterAdam Jacob2008-10-054-5/+102
|\
| * Adding Portage package provider first pass. Seems to work.Ezra Zygmuntowicz2008-10-044-5/+102
* | Using @node[:ps], so Facter is totally abstracted from ChefAdam Jacob2008-10-031-4/+4
* | Updating definitions to work with edge compilingAdam Jacob2008-10-022-1/+2
* | Adding a to_s method to definitionsAdam Jacob2008-10-021-0/+3
* | Only eval the block if one was passedAdam Jacob2008-10-021-1/+1
|/
* Also needs to be one more directory down for the requiresAdam Jacob2008-10-021-1/+1
* Package is now beneath AptAdam Jacob2008-10-021-1/+1
* Since these just call 'super', you can remove them - inheritance will take ca...Adam Jacob2008-10-021-12/+1
* Merging fujin changesAdam Jacob2008-10-024-113/+85
|\
| * Namespacing the Service providers to the Service class. Changes Chef::Provide...AJ Christensen2008-10-033-81/+85
| * Base functionality shifted into init.rbAJ Christensen2008-10-031-32/+0
* | Moving provider/apt to provider/package/apt.rbAdam Jacob2008-10-023-88/+90
* | No need for this - leftovers from prototypingAdam Jacob2008-10-021-2/+0
|/
* build_provider no runs load_current_resourceAdam Jacob2008-10-021-1/+2
* merging in fujins service resource and providerAdam Jacob2008-10-0211-8/+428
|\
| * Fujin mergeAdam Jacob2008-10-025-58/+109
| |\
| | * Error message clarityAJ Christensen2008-10-012-9/+3
| | * Clarified some of the error messagesAJ Christensen2008-10-012-14/+20
| | * Now we're talkinAJ Christensen2008-10-011-3/+3
| | * Pattern should default to service_name, updated specAJ Christensen2008-10-011-1/+1
| | * Adjusted error messageAJ Christensen2008-10-011-1/+1