summaryrefslogtreecommitdiff
path: root/lib/chef/run_context.rb
Commit message (Expand)AuthorAgeFilesLines
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-4/+4
* Use double quotes by defaultThom May2016-01-141-10/+10
* immediately_before -> beforeJohn Keiser2015-12-091-14/+14
* Add immediately_before notificationJohn Keiser2015-12-091-0/+43
* Unnecessary capitalizationTim Smith2015-10-181-2/+2
* This wasn't intended to be a protected method.Noah Kantrowitz2015-09-291-3/+3
* Make resource_collection= @api private instead of deprecatedjk/api-private-resource-collectionJohn Keiser2015-09-281-5/+3
* Rename log.deprecation to log_deprecationJohn Keiser2015-09-011-4/+4
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-4/+4
* Fix deprecated setters.Noah Kantrowitz2015-06-241-0/+7
* Make load/include recipe run in child contextjk/resource_actionsJohn Keiser2015-06-231-3/+3
* Remove unnecessary TODOsJohn Keiser2015-06-231-5/+0
* Delegate all necessary methods from ChildRunContext to RunContextJohn Keiser2015-06-231-6/+61
* Create the `action :name do ... end` syntax for ResourceJohn Keiser2015-06-231-60/+54
* Give run contexts children instead of using external dupingJohn Keiser2015-06-231-91/+361
* rename consume_cookbook_collectionLamont Granquist2015-05-181-1/+1
* add/fix node attributesLamont Granquist2015-05-181-0/+1
* Fix more incorrect terminologyJulian C. Dunn2015-03-111-1/+1
* chef/run_context comment: use "predictable" word instead of "preserved" for H...Xabier de Zuazo2015-01-271-2/+2
* Update some ruby 1.8 related comments (issue #2497)Xabier de Zuazo2015-01-271-2/+2
* make include_recipe "::foo" use current cookbookLamont Granquist2015-01-201-4/+4
* Resolving conflicsts from giant rebasetyler-ball2014-12-171-4/+4
* Updating to use audit syntax rather than controltyler-ball2014-12-171-3/+3
* Use a central runnerClaire McQuin2014-12-171-2/+2
* Adding audit mode JSON formattertyler-ball2014-12-171-5/+0
* Make sure we don't close the output_stream after running rspec.Serdar Sutay2014-12-171-4/+9
* Adding audit mode JSON formattertyler-ball2014-12-171-3/+0
* Adding first round of formatter integration - STDOUT doc formattertyler-ball2014-12-171-0/+1
* Adding audit mode JSON formattertyler-ball2014-12-171-0/+6
* First pass at fixing broken notificationstyler-ball2014-12-161-4/+4
* 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