summaryrefslogtreecommitdiff
path: root/lib/chef/policy_builder
Commit message (Expand)AuthorAgeFilesLines
* Allow empty strings in -o to result in empty override run listlcg/empty-override-runlistLamont Granquist2019-04-121-4/+4
* Early alloction of the Chef::RunContextLamont Granquist2019-03-142-22/+27
* Remove experimental wording in policyfiles commentTim Smith2019-03-111-7/+1
* Extract Action Collection from Data CollectorLamont Granquist2019-03-113-6/+18
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-1/+1
* Always run policy_file if a policy_file or policy_group existspolicy_files_alwaysTim Smith2018-11-091-1/+1
* replace some instances of to_hash with to_hlcg/to-h-cleanupLamont Granquist2018-09-261-3/+5
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-263-4/+4
* RFC 106: expose name and chef_environment as attrstm/chef_environmentThom May2018-03-091-0/+6
* Remove redundant defensive codeJon Cowie2018-03-051-4/+1
* Add attribute hoisting into coreJon Cowie2018-03-011-0/+13
* Properly send run_list_expanded event in policy node casetc/fix-expanded-run-list-reporting-for-policyfilesTyler Cloke2017-06-201-1/+27
* RFC 67: Remove cookbook segmentsThom May2017-04-042-7/+9
* Chef-13: Remove Chef::PolicyBuilder::ExpandNodeObject#load_nodeLamont Granquist2017-02-281-28/+1
* Merge pull request #5410 from johnbellone/masterThom May2017-01-171-0/+1
|\
| * Add the policyfile revision_id as an automatic attribute.John Bellone2016-11-011-0/+1
* | Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-1/+1
|/
* Ensure that solo specific code is run at the proper timeThom May2016-05-163-5/+5
* fix specsLamont Granquist2016-03-141-3/+3
* manual fixing for raise unlessLamont Granquist2016-03-141-9/+5
* chefstyle Style/AndOr fixesLamont Granquist2016-03-142-10/+10
* Merge pull request #4478 from chef/lcg/rfc-060-gem-metadataLamont Granquist2016-03-032-2/+8
|\
| * get the formatting for cookbook gems correctLamont Granquist2016-02-092-5/+5
| * RFC-060 gem metadata MVPLamont Granquist2016-02-092-0/+6
* | deal with 0.37.2 renamed copsLamont Granquist2016-02-181-2/+2
* | Merge pull request #4573 from chef/lcg/bump-rubocopLamont Granquist2016-02-121-3/+3
|\ \
| * | convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-122-4/+4
| * | pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-121-1/+1
| |/
* | Inflating the cookbook version object in policyfile compat modeandy-dufour2016-02-121-1/+1
|/
* autofixing whitespace copsLamont Granquist2016-02-053-8/+7
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-022-8/+8
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-023-3/+3
* Use double quotes by defaultThom May2016-01-143-20/+20
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-4/+4
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-113-6/+10
* validateLamont Granquist2015-10-262-0/+3
* Added run list expansion json conversion. Creates a json tree from the run li...kyleen/addExpandedRunListKyleen MacGugan2015-10-211-0/+1
* Un-remove ExpandNodeObject#load_node, deprecate itpolicybuilder-load-node-unremovedanielsdeleo2015-10-011-0/+30
* Remove experimental feature warning for policyfilesremove-policyfile-warningdanielsdeleo2015-09-241-6/+4
* Apply a named_run_list in policy builder via configurationdanielsdeleo2015-09-211-1/+35
* Add `setup_chef_class` to Policyfile policy builderdanielsdeleo2015-09-172-1/+74
* Update code comment to reflect realitydanielsdeleo2015-09-171-3/+1
* 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
* Set the precedence of policyfile attrs and propagate them everywheredanielsdeleo2015-09-171-0/+43
* Use the dynamic policy builder everywheredanielsdeleo2015-09-173-30/+12
* Add Dynamic PolicyBuilder to switch on policyfile modedanielsdeleo2015-09-171-0/+136
* Display policy name and ID during the chef rundanielsdeleo2015-05-221-0/+1