summaryrefslogtreecommitdiff
path: root/lib/chef/run_context.rb
Commit message (Expand)AuthorAgeFilesLines
* Add ability to stream (and indent) command outputJohn Keiser2014-04-301-0/+22
* Change missing dependency from hard error to warning for now.danielsdeleo2014-03-141-1/+2
* Raise an error when including a recipe from an unreachable cookbookdanielsdeleo2014-03-141-2/+21
* Merge pull request #1128 from opscode/lcg/CHEF-4777lamont-granquist2014-01-161-1/+1
|\
| * CHEF-4777: fix for fully qualifying recipesLamont Granquist2014-01-161-1/+1
| * CHEF-4777: add include_recipes to recipes node attrLamont Granquist2013-11-141-1/+1
* | Add ability to run recipes directly from chef-client command lineJohn Keiser2013-12-061-0/+11
|/
* Add methods to query for template/file existence in run contextdanielsdeleo2013-08-021-0/+14
* [CHEF-3376] expose loaded recipes as an arraydanielsdeleo2012-11-301-10/+23
* [CHEF-3376] fix incorrect doc, add more docsdanielsdeleo2012-11-301-4/+39
* [CHEF-3376] rdoc more methods, reorganizedanielsdeleo2012-11-301-12/+14
* [CHEF-3376] move recipe compilation to CookbookCompilerdanielsdeleo2012-11-301-21/+0
* [CHEF-3376] make CookbookCompiler take a RunContextdanielsdeleo2012-11-301-27/+2
* [CHEF-3376] give CookbookCompiler its own filedanielsdeleo2012-11-301-224/+3
* [CHEF-3376] Load all filetypes in run_list orderdanielsdeleo2012-11-301-140/+244
* [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
* [CHEF-2936] apply attributes at run list expansiondanielsdeleo2012-11-021-6/+0
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+290