summaryrefslogtreecommitdiff
path: root/lib/chef/run_context.rb
Commit message (Expand)AuthorAgeFilesLines
* Native compliance phaseLamont Granquist2021-09-171-1/+31
* Move TrainTransport to ChefConfigLamont Granquist2020-09-151-1/+1
* use autoloading for many required gemsmwrock2020-09-081-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Fix typoVivek Singh2020-04-061-1/+1
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-1/+1
* Fix node[:cookbooks] attributeLamont Granquist2019-08-261-3/+7
* Add unified_mode switch for resourcesLamont Granquist2019-08-121-24/+54
* Style/SymbolProcLamont Granquist2019-07-051-1/+1
* Style/NegatedIfLamont Granquist2019-07-051-2/+2
* Style/EmptyLiteralLamont Granquist2019-07-051-2/+2
* Preserve train connectionBryan McLellan2019-05-241-1/+1
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-9/+9
* Target Mode initial implementationBryan McLellan2019-05-061-0/+19
* Early alloction of the Chef::RunContextLamont Granquist2019-03-141-10/+33
* WIP: Remove audit mode from chef-clientTim Smith2019-03-111-8/+0
* Extract Action Collection from Data CollectorLamont Granquist2019-03-111-1/+4
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-1/+1
* 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