summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/params_validate.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix RDoc copy-pasta in Chef::Mixin::ParamsValidate#validateReuben Garrett2019-07-111-1/+1
* Style/SymbolProcLamont Granquist2019-07-051-2/+2
* Style/ClassCheckLamont Granquist2019-07-051-5/+5
* Style/NegatedIfLamont Granquist2019-07-051-5/+5
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+8
* Convert require to require_relativeLamont Granquist2019-05-081-4/+4
* Merge pull request #7729 from chef/better_error2Tim Smith2018-10-231-1/+3
|\
| * Update per lamonts commentbetter_error2Tim Smith2018-10-111-2/+2
| * Throw better error on invalid resources actionsTim Smith2018-10-111-1/+3
* | When a property regex fails don't call it an optionbetter_regex_errorTim Smith2018-10-111-1/+1
|/
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-9/+9
* remove errant debugginglcg/nil-sets-defaultLamont Granquist2018-03-221-1/+0
* Setting nil to properties with implicit nil sets default valueLamont Granquist2018-03-221-5/+2
* Implement RFC 101: Custom Validation MessagesThom May2018-02-121-9/+19
* Chef-13: Nillable propertiesLamont Granquist2017-03-151-5/+6
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-3/+3
* Issue 4334: Because set(property, nil) gets turned into get(property), add a ...cd/fix-spurious-warningsChris Doherty2016-03-111-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-4/+3
* Allow multiple property_types in `is`jk/property-is-multiple-typesJohn Keiser2016-02-031-9/+20
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Fix nil with properties:John Keiser2016-01-271-1/+11
* Use double quotes by defaultThom May2016-01-141-3/+3
* Validating is comparing to true instead of ruby truthinessPhil Dibowitz2015-08-211-1/+1
* Flatten regex validation array so nested arrays workJohn Keiser2015-07-291-1/+1
* Bring set_or_return behavior back in line with what it used to beJohn Keiser2015-07-031-1/+24
* Make required name attributes workJohn Keiser2015-07-031-106/+63
* Make required name attributes workjk/required_name_attributeJohn Keiser2015-07-021-2/+2
* Do not validate defaults, for backcompat purposesjk/property-baseJohn Keiser2015-06-231-1/+2
* Freeze default constantsJohn Keiser2015-06-231-0/+1
* Fix set_or_return order: default->coerce->validateJohn Keiser2015-06-231-31/+63
* Add some commentsJohn Keiser2015-06-231-13/+173
* Evaluate lazy defaults in context of the instanceJohn Keiser2015-06-231-3/+9
* Add coercionJohn Keiser2015-06-231-0/+8
* Add property_is_set?John Keiser2015-06-231-10/+17
* Ensure validators don't run against initial valuesJohn Keiser2015-06-231-0/+1
* Don't validate `nil` when setting the value to nilJohn Keiser2015-06-231-17/+22
* Allow values to be set to nil (override defaults) if user allows itJohn Keiser2015-06-231-42/+49
* Make "is" fail if you pass nil and don't validate itJohn Keiser2015-06-231-11/+8
* Add name_propertyJohn Keiser2015-06-231-6/+7
* Add "is" to propertyJohn Keiser2015-06-231-97/+115
* Create property on resource, alias attribute to itJohn Keiser2015-06-231-9/+12
* Revert "Merge pull request #2956 from chef/lcg/deploy-fixes"Jay Mundrawala2015-03-251-42/+19
* make comparison really strictLamont Granquist2015-02-231-1/+1
* handle autovivifying ivars on accessLamont Granquist2015-02-231-2/+7
* nillable deploy resource + nillable LWRP argsLamont Granquist2015-02-231-20/+38
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-2/+2
* Allow default values to be a DelayedEvaluatorSeth Vargo2014-07-111-0/+7
* Normalize whitespace on all filesSeth Vargo2013-09-261-21/+21