summaryrefslogtreecommitdiff
path: root/lib/chef/dsl
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2528 from opscode/tball/line-numberTyler Ball2014-12-081-2/+11
|\
| * Updating for rebase from audit-modetball/line-numbertyler-ball2014-12-051-1/+1
| * Updating per review commentstyler-ball2014-12-051-3/+2
| * Adding cookbook and recipe information per analytics requesttyler-ball2014-12-051-1/+11
* | Merge branch 'master' into merging-mastermerging-mastertyler-ball2014-12-051-1/+1
|\ \ | |/ |/|
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* | Updating to use audit syntax rather than controltball/audit-semanticstyler-ball2014-12-021-1/+1
* | Raise error if duplicate controls block given.Claire McQuin2014-11-211-2/+9
* | Fix typoClaire McQuin2014-11-211-1/+1
* | Use a central runnerClaire McQuin2014-11-211-3/+1
* | Add a Chef::Audit::Controls object for 'controls'Claire McQuin2014-11-141-4/+1
* | Wiring audit event proxy to send events correctly to the audit_reportertyler-ball2014-11-101-0/+2
* | Updating with @mcquin and @lamont commentstyler-ball2014-11-061-1/+5
* | Preparing for demo - using rspec documentation formatter for output instead o...tyler-ball2014-11-061-4/+4
* | Adding first round of formatter integration - STDOUT doc formattertyler-ball2014-11-051-1/+0
* | tie things togetherrunner-dsl-test-mergeClaire McQuin2014-11-041-4/+1
* | Updating for github commentstball/audit-modetyler-ball2014-10-311-1/+1
* | Creating our own example group class to simplify adding examples to the spec ...tyler-ball2014-10-301-29/+5
* | Renaming DSL methods to match the spectyler-ball2014-10-291-7/+8
* | First pass at DSL additionstyler-ball2014-10-291-0/+61
|/
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-1/+0
* Merge pull request #2216 from opscode/tball/bsd_package_nameTyler Ball2014-10-171-16/+2
|\
| * Cleaning up based on review commentstyler-ball2014-10-171-1/+1
| * Refactoring ResourceCollection interface to be backwards compatiable, all spe...tyler-ball2014-10-161-2/+1
| * first attempt at refactoring ResourceCollection into two objectstyler-ball2014-10-161-16/+3
* | return whatever the definition returnsLamont Granquist2014-10-161-5/+1
|/
* Merge pull request #2041 from nsdavidson/Issues-1689Serdar Sutay2014-10-101-0/+5
|\
| * Changed exception to ResourceNotFound and printed the passed block nameNolan Davidson2014-09-111-1/+2
| * Added exec method to Recipe, addressing Issue 1689Nolan Davidson2014-09-111-0/+4
* | Refactoring duplicated code into a separate module. Also making CLI options ...tyler-ball2014-09-291-29/+2
* | 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