summaryrefslogtreecommitdiff
path: root/spec/unit/policy_builder/policyfile_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Layout/MultilineMethodCallIndentationLamont Granquist2019-07-021-2/+2
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-2/+2
* fix Layout/DotPositionLamont Granquist2018-07-021-25/+25
* fix Style/HashSyntaxLamont Granquist2018-07-021-4/+4
* RFC 106: expose name and chef_environment as attrstm/chef_environmentThom May2018-03-091-0/+5
* Make sure before block of specs is calling correct methods now defensive code...jcowie/poise-hoistJon Cowie2018-03-051-1/+2
* Add attribute hoisting into coreJon Cowie2018-03-011-2/+73
* Properly send run_list_expanded event in policy node casetc/fix-expanded-run-list-reporting-for-policyfilesTyler Cloke2017-06-201-0/+50
* RFC 67: Remove cookbook segmentsThom May2017-04-041-12/+12
* Ensure that solo specific code is run at the proper timeThom May2016-05-161-1/+1
* Merge pull request #4478 from chef/lcg/rfc-060-gem-metadataLamont Granquist2016-03-031-0/+2
|\
| * fix broken specsLamont Granquist2016-02-091-0/+2
* | deal with 0.37.2 renamed copsLamont Granquist2016-02-181-1/+1
* | Fix policyfile testsad/fix_policyfile_zeroandy-dufour2016-02-121-2/+6
* | autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* | auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
|/
* autofixing whitespace copsLamont Granquist2016-02-051-19/+12
* Update all auth email address from opscode.com and getchef.com to chef.io.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-2/+2
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-12/+12
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-3/+3
* stub #validate! methodLamont Granquist2015-10-261-0/+2
* Apply a named_run_list in policy builder via configurationdanielsdeleo2015-09-211-21/+85
* Add `setup_chef_class` to Policyfile policy builderdanielsdeleo2015-09-171-0/+13
* Set the precedence of policyfile attrs and propagate them everywheredanielsdeleo2015-09-171-0/+158
* Use the dynamic policy builder everywheredanielsdeleo2015-09-171-27/+6
* Make policyfile native mode the defaultpolicyfile-native-defaultdanielsdeleo2015-05-201-1/+5
* add/fix node attributesLamont Granquist2015-05-181-2/+2
* Update policyfile URLs and cookbook artifact data format per RFCdanielsdeleo2015-03-251-13/+48
* Remove ruby 1.8-specific code from testsdanielsdeleo2015-02-121-6/+0
* Fetch cookbooks from cookbook_artifacts/ in native api modedanielsdeleo2015-02-121-4/+28
* Reorganize contexts to better test compat vs. native mode behaviorsdanielsdeleo2015-02-121-75/+100
* Add policyfile native support to policy builderdanielsdeleo2015-01-271-1/+46
* Update to RSpec 3.Claire McQuin2014-10-291-20/+20
* [CHEF-3506] suppress final node save when using override run listdanielsdeleo2014-02-031-0/+4
* Add public API for expanding run_list in Chef::Clientdanielsdeleo2014-01-231-0/+8
* Fix Policyfile tests for ruby 1.8danielsdeleo2014-01-221-0/+6
* Fix incompatibilites between node expansion and policyfiledanielsdeleo2014-01-221-26/+59
* Update error messaging in Policyfile policy builderdanielsdeleo2014-01-221-5/+13
* Add Policyfile-based policy builder for chef-clientdanielsdeleo2014-01-221-0/+344