summaryrefslogtreecommitdiff
path: root/lib/chef/policy_builder
Commit message (Expand)AuthorAgeFilesLines
* 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
* move where we dep inject the priority mapsLamont Granquist2015-04-151-6/+0
* add resource_resolver and resource_priority_mapLamont Granquist2015-04-152-1/+20
* Handle cookbook artfact format differences when fetching cookbookspolicyfile-erchef-integrationdanielsdeleo2015-03-251-1/+5
* Update policyfile URLs and cookbook artifact data format per RFCdanielsdeleo2015-03-251-4/+4
* Include relative URLs in error messagesdanielsdeleo2015-02-121-4/+6
* Fetch cookbooks from cookbook_artifacts/ in native api modedanielsdeleo2015-02-121-7/+27
* Add policyfile native support to policy builderdanielsdeleo2015-01-271-1/+22
* Make FileVendor configuration specific to the two implementationsdanielsdeleo2014-07-302-6/+3
* CHEF-3684: do not clear file cache on override run listLamont Granquist2014-07-261-0/+3
* Fixed environment chop -> chomp issue which truncated single character enviro...Joe Richards2014-03-282-2/+2
* move run_list twiddling into the policy builderThom May2014-03-041-6/+3
* [CHEF-3506] suppress final node save when using override run listdanielsdeleo2014-02-032-0/+13
* Delegate sync_cookbooks to policy_builder, subclasses rely on itdanielsdeleo2014-02-032-5/+5
* Add public API for expanding run_list in Chef::Clientdanielsdeleo2014-01-232-25/+35
* Fix incompatibilites between node expansion and policyfiledanielsdeleo2014-01-221-0/+7
* Update error messaging in Policyfile policy builderdanielsdeleo2014-01-221-0/+5
* Add Policyfile-based policy builder for chef-clientdanielsdeleo2014-01-221-0/+317
* Extract "expand node" policy builder to new filedanielsdeleo2014-01-211-0/+229