summaryrefslogtreecommitdiff
path: root/spec/unit/property
Commit message (Expand)AuthorAgeFilesLines
* Flatten regex validation array so nested arrays workJohn Keiser2015-07-291-0/+5
* Fix issue where DSL is not emitted if state_properties happens before propertyjk/state_attrsJohn Keiser2015-07-151-0/+15
* Move property type derivation from "property_type" to "property"John Keiser2015-07-031-1/+4
* Add Property.create and Resource.property_type for type system overridingJohn Keiser2015-07-031-1/+1
* Make required name attributes workJohn Keiser2015-07-032-352/+355
* Make required name attributes workjk/required_name_attributeJohn Keiser2015-07-021-4/+4
* Fix set_or_return order: default->coerce->validateJohn Keiser2015-06-231-23/+31
* Add property_is_set?John Keiser2015-06-231-31/+25
* Ensure validators don't run against initial valuesJohn Keiser2015-06-231-0/+3
* Don't validate `nil` when setting the value to nilJohn Keiser2015-06-231-19/+33
* Allow values to be set to nil (override defaults) if user allows itJohn Keiser2015-06-231-26/+121
* Make "is" fail if you pass nil and don't validate itJohn Keiser2015-06-231-59/+87
* Add name_propertyJohn Keiser2015-06-231-1/+1
* Add property Type as an alias to isJohn Keiser2015-06-232-39/+82
* Add "is" to propertyJohn Keiser2015-06-231-55/+55
* Create property on resource, alias attribute to itJohn Keiser2015-06-232-0/+958