summaryrefslogtreecommitdiff
path: root/lib/chef/run_context.rb
Commit message (Expand)AuthorAgeFilesLines
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-2/+2
* fix Layout/IndentHeredocLamont Granquist2018-07-021-6/+6
* mechanical conversion of most debug log statements to traceThom May2018-03-261-6/+3
* Add the ability to inject log objectstm/inject_logThom May2018-03-191-8/+20
* Fix some yard warningsyard_warningsTim Smith2018-03-111-4/+4
* Cleanup some YARD warningsyard2Tim Smith2017-12-131-2/+8
* add a pointer from the run_context back to the runnerlcg/runner-pointerLamont Granquist2017-04-201-0/+7
* Chef-13: remove deprecated run_context methodsLamont Granquist2017-03-201-22/+1
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-3/+3
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-3/+3
* feed chefstyleLamont Granquist2016-10-181-3/+1
* add root_run_context to CHILD_STATElcg/less-global-stateLamont Granquist2016-10-181-0/+1
* remove dependency on Chef.run_context global stateLamont Granquist2016-10-181-0/+13
* add a hook for compat_resourcelcg/compat-resource-run-context-hooksLamont Granquist2016-08-271-3/+5
* So this was less vestigial than we thought. Those Chef::ResourceNoah Kantrowitz2016-07-281-0/+9
* Remove some (hopefully) vestigial code related to notification storage.Noah Kantrowitz2016-07-281-42/+6
* Make notifications recursive.lcg/notify-scopesLamont Granquist2016-04-041-1/+25
* auto fixing some rubocopsLamont Granquist2016-02-091-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-5/+3
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-3/+3
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* 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