summaryrefslogtreecommitdiff
path: root/lib/chef/dsl
Commit message (Expand)AuthorAgeFilesLines
* Move LWRP class deprecation warning to const_missingJohn Keiser2015-05-131-5/+11
* warn -> deprecationJohn Keiser2015-05-131-5/+5
* Make explicit "provides" override automaticJohn Keiser2015-05-131-0/+3
* Deprecate automatic method_missing and Chef::Resource lookupJohn Keiser2015-05-133-35/+113
* Missing include in powershell dslJay Mundrawala2015-03-201-1/+1
* Added PSCredential objectJay Mundrawala2015-03-201-2/+2
* Forgot to add powershell dsl fileJay Mundrawala2015-03-201-0/+29
* Missing require - causes missing Constant when files are loaded in unexpected...tyler-ball2015-02-251-0/+1
* Add comments, fix faulty ||=John Keiser2015-02-171-0/+38
* Merge pull request #2758 from chef/mcquin/control_groupSerdar Sutay2015-02-111-1/+1
|\
| * Update DSL method name to controls_group.mcquin/control_groupClaire McQuin2015-01-151-1/+1
* | make include_recipe "::foo" use current cookbookLamont Granquist2015-01-201-3/+2
|/
* Skip 3694 warnings on trivial resource cloningLamont Granquist2015-01-121-31/+11
* Adding cookbook and recipe information per analytics requesttyler-ball2014-12-171-1/+10
* Updating to use audit syntax rather than controltyler-ball2014-12-171-2/+2
* Raise error if duplicate controls block given.Claire McQuin2014-12-171-2/+9
* Wrap in control block until we get top-level tests working.Claire McQuin2014-12-171-1/+1
* Use a central runnerClaire McQuin2014-12-171-3/+1
* Add a Chef::Audit::Controls object for 'controls'Claire McQuin2014-12-171-4/+1
* Wiring audit event proxy to send events correctly to the audit_reportertyler-ball2014-12-171-0/+2
* Preparing for demo - using rspec documentation formatter for output instead o...tyler-ball2014-12-171-4/+8
* add rspec/itsClaire McQuin2014-12-171-1/+1
* Adding first round of formatter integration - STDOUT doc formattertyler-ball2014-12-171-1/+0
* Adding audit mode JSON formattertyler-ball2014-12-171-4/+1
* Adding error handling so saving node doesn't prevent us from running audit mo...tyler-ball2014-12-171-1/+1
* Creating our own example group class to simplify adding examples to the spec ...tyler-ball2014-12-171-29/+5
* Add setup phase to audit-mode.Claire McQuin2014-12-171-7/+8
* First pass at DSL additionstyler-ball2014-12-171-0/+61
* First pass at fixing broken notificationstyler-ball2014-12-161-1/+2
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* 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