summaryrefslogtreecommitdiff
path: root/lib/chef/run_context.rb
Commit message (Expand)AuthorAgeFilesLines
* polishing provider_resolverLamont Granquist2014-11-081-5/+0
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-2/+2
* Initial sketch for provider resolverRichard Manyanza2014-10-221-1/+5
* Switch from class variables to class instance variables; tweak temporary logg...Chris Doherty2014-09-101-2/+2
* 'timeout' -> 'delay_mins'; add a run_context() shim for RebootPending.Chris Doherty2014-09-101-0/+1
* Move reboot data into run_context. (Dan D. confirms his prior opinions from h...Chris Doherty2014-09-101-0/+24
* 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