summaryrefslogtreecommitdiff
path: root/lib/chef/property.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-1/+1
* Remove freeze of defaults, add warning for array/hash constant defaultsJohn Keiser2015-08-031-4/+1
* Don't set keys unless you must (for easier debugging)John Keiser2015-07-271-1/+1
* Move property type derivation from "property_type" to "property"John Keiser2015-07-031-46/+7
* Add Property.create and Resource.property_type for type system overridingJohn Keiser2015-07-031-9/+83
* Bring set_or_return behavior back in line with what it used to beJohn Keiser2015-07-031-13/+0
* Only stick non-frozen values to the resourceJohn Keiser2015-07-031-4/+12
* Code review commentsJohn Keiser2015-07-031-6/+24
* Make required name attributes workJohn Keiser2015-07-031-0/+491