summaryrefslogtreecommitdiff
path: root/lib/chef/dsl
Commit message (Expand)AuthorAgeFilesLines
* In specs, and possibly elsewhere, Chef::DSL::RebootPending can get mixed in w...Chris Doherty2014-09-101-1/+2
* Move reboot data into run_context. (Dan D. confirms his prior opinions from h...Chris Doherty2014-09-101-1/+1
* First-pass changes for a core reboot resource. Still uses run_state instead o...Chris Doherty2014-09-101-3/+5
* Add error logging on failure to load secret file.Claire McQuin2014-08-221-3/+13
* Clarify encrypted data detection.Claire McQuin2014-08-221-6/+7
* Add ::encryptor_keys to versioned encryptor classes.Claire McQuin2014-08-221-27/+3
* Enable autodetection of encrypted data bag items.Claire McQuin2014-08-221-4/+62
* use raise, not failJordan Evans2014-08-211-1/+1
* raise error if multiple constraints are metJordan Evans2014-08-211-5/+14
* update comment for value_for_platformJordan Evans2014-08-211-1/+1
* use Chef::VersionConstraint, not Gem in value_for_platformJordan Evans2014-08-211-5/+15
* initial pass at supporting version constraints in value_for_platformJordan Evans2014-08-211-0/+23
* Make sure freebsd_package is captured with the resource name it's declared wi...Serdar Sutay2014-08-131-0/+14
* add shell_out mixins to recipe DSLLamont Granquist2014-07-281-0/+1
* Make it possible to include Chef::Provider / Chef::ResourceJohn Keiser2014-04-241-1/+4
* CHEF-5086/COOK-3890: Add reboot_pending? to core DSLBryan McLellan2014-02-271-0/+61
* Remove default implementation of Recipe DSL interfacedanielsdeleo2014-02-191-14/+0
* Move method call to resource.load_prior_resource to fix CHEF-5052 resource me...Jon Cowie2014-02-191-2/+3
* Localize rescues in Recipe method_missing DSLdanielsdeleo2014-02-071-5/+7
* Better specify what happens for NoMethodErrors in the DSLdanielsdeleo2014-02-031-2/+23
* Expose resource creation via more static methodsdanielsdeleo2014-02-031-38/+98
* Normalize whitespace on all filesSeth Vargo2013-09-261-2/+2
* [CHEF-3783] Make deprecated constants availabledanielsdeleo2013-01-235-1/+20
* Merge branch '10-stable' into integrate-chef-10-18-0danielsdeleo2013-01-171-1/+1
* Correcting the author and copyright informationPrajaktaPurohit2012-12-191-3/+3
* Adding tests for the registry dsl and some minor fixesPrajaktaPurohit2012-12-191-2/+2
* moving registry_helper to dsl classLamont Granquist2012-12-191-0/+59
* [CHEF-3499] use Enumerable#any?; don't reimplementdanielsdeleo2012-11-021-4/+2
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-305-0/+467