summaryrefslogtreecommitdiff
path: root/lib/chef/run_context
Commit message (Expand)AuthorAgeFilesLines
* Use reader for events consistentlyLamont Granquist2021-09-231-32/+32
* Native compliance phaseLamont Granquist2021-09-171-4/+88
* use autoloading for many required gemsmwrock2020-09-081-1/+1
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-031-19/+19
* Use .count instead of .select{}.countTim Smith2020-08-031-1/+1
* Get lib/ free of spelling violations.Pete Higgins2020-05-181-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Add resource partialsLamont Granquist2020-04-081-0/+2
* fix accidental mangling of the glob patternlcg/eager-load-libraries-optionLamont Granquist2020-04-031-1/+1
* Fix chefspec monkeypatching madnessLamont Granquist2020-04-031-2/+2
* Implement eager_load_libraries metadata optionLamont Granquist2020-04-031-6/+28
* Style/SymbolProcLamont Granquist2019-07-051-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+4
* 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-5/+5
* Chef-15: cookbook compiler should parse only .rb fileslcg/parse-only-rb-filesLamont Granquist2019-05-031-12/+11
* Extract Action Collection from Data CollectorLamont Granquist2019-03-111-1/+1
* Chef-15: require instead of load librariesLamont Granquist2018-11-191-2/+2
* Fix manifest entries for root filestm/fix_manifest_root_filesThom May2018-05-161-1/+1
* Add the ability to inject log objectstm/inject_logThom May2018-03-191-9/+18
* Merge pull request #6017 from chef/tm/ohai_plugins_2Thom May2017-04-051-0/+35
|\
| * RFC 59: Load Ohai pluginstm/ohai_plugins_2Thom May2017-04-051-0/+35
* | Feed the rubocop.Noah Kantrowitz2017-04-051-3/+3
* | Make root alias attributes work with the normal CookbookCompiler load behavior.Noah Kantrowitz2017-04-041-4/+13
|/
* RFC 67: Remove cookbook segmentsThom May2017-04-041-1/+1
* Hook up the recipe_file_loaded event which was defined but not actually called.Noah Kantrowitz2016-09-021-2/+3
* Ensure that chef-zero loads libraries recursivelytm/zero_deep_librariesThom May2016-03-031-0/+1
* autofixing whitespace copsLamont Granquist2016-02-051-5/+2
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* 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
* Use double quotes by defaultThom May2016-01-141-6/+6
* Raise an error when including a recipe from an unreachable cookbookdanielsdeleo2014-03-141-0/+12
* Normalize whitespace on all filesSeth Vargo2013-09-261-3/+3
* [CHEF-3817] Fix dedupe in cookbook_order by returning dependencies as symbols.Matthew Kent2013-06-181-3/+3
* cleanup requires for lwrp base clasesdanielsdeleo2012-12-191-1/+1
* Extract LWRP resource code to LWRPBasedanielsdeleo2012-12-191-1/+1
* Extract provider LWRP code to LWRPBasedanielsdeleo2012-12-191-2/+2
* [CHEF-3376] Add debug logging for compile orderdanielsdeleo2012-11-301-0/+1
* [CHEF-3376] fix incorrect doc, add more docsdanielsdeleo2012-11-301-1/+1
* [CHEF-3376] remove redundant attr_accessordanielsdeleo2012-11-301-4/+4
* [CHEF-3376] rdoc more methods, reorganizedanielsdeleo2012-11-301-0/+1
* [CHEF-3376] move recipe compilation to CookbookCompilerdanielsdeleo2012-11-301-1/+26
* [CHEF-3376] make CookbookCompiler take a RunContextdanielsdeleo2012-11-301-16/+16
* [CHEF-3376] give CookbookCompiler its own filedanielsdeleo2012-11-301-0/+253