summaryrefslogtreecommitdiff
path: root/lib/chef/policy_builder/dynamic.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-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-5/+5
* Extract Action Collection from Data CollectorLamont Granquist2019-03-111-1/+2
* Always run policy_file if a policy_file or policy_group existspolicy_files_alwaysTim Smith2018-11-091-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
* Ensure that solo specific code is run at the proper timeThom May2016-05-161-1/+1
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-3/+3
* autofixing whitespace copsLamont Granquist2016-02-051-3/+3
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-6/+6
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-1/+0
* Document policy builder API on the dynamic builderdanielsdeleo2015-09-171-0/+56
* Use Forwardable to delegate in PolicyBuilder::Dynamicdanielsdeleo2015-09-171-32/+13
* Detect when user wants policyfile compat modedanielsdeleo2015-09-171-1/+8
* Use the dynamic policy builder everywheredanielsdeleo2015-09-171-2/+8
* Add Dynamic PolicyBuilder to switch on policyfile modedanielsdeleo2015-09-171-0/+136