summaryrefslogtreecommitdiff
path: root/heat/engine/constraints.py
Commit message (Expand)AuthorAgeFilesLines
* Add OS::Heat::Value resourceCrag Wolfe2016-08-201-2/+2
* Make template available to parameter constraint checkingJay Dobies2016-06-201-12/+22
* string parameter type mismatchhmonika2016-05-241-1/+1
* Merge "Use oslo.utils.reflection to extract class name"Jenkins2016-03-061-2/+3
|\
| * Use oslo.utils.reflection to extract class nameBo Wang2016-02-161-2/+3
* | Immutable parametersJason Dunsmore2016-02-221-1/+5
|/
* Remove warnings in heatricolin2016-01-201-3/+6
* Add validate_with_client in BaseCustomConstraintricolin2015-12-091-1/+12
* Fix [H405] pep rule in heat/enginePeter Razumovsky2015-09-211-23/+14
* py34: test_sahara/software_deploymentSirushti Murugesan2015-08-061-2/+2
* Add tenant_id to heat cache keykairat_kushaev2015-07-291-6/+11
* Enable caching for property constraintskairat_kushaev2015-07-221-7/+41
* Use six.itervalues(x) instead of x.values()Tetiana Lashchova2015-04-211-1/+1
* Deprecate using required=True with default valueSergey Kraynev2015-04-081-0/+5
* Remove usage of 'long' data typetengqm2015-03-181-3/+3
* Make import of oslo libraries namespacelessJens Rosenboom2015-02-181-1/+1
* Don't validate custom constraints on default valuesPeter Razumovsky2015-01-121-6/+10
* Using six.string_types for python3 compatibleEthan Lynn2014-11-031-2/+2
* Remove deprecated function i18n.install('heat')Ethan Lynn2014-10-131-0/+1
* Switch to oslo.utilsJulien Danjou2014-09-301-1/+1
* Always convert string type params to stringAnderson Mesquita2014-08-061-2/+0
* Merge "Store clients in context"Jenkins2014-07-241-3/+1
|\
| * Store clients in contextSteve Baker2014-07-211-3/+1
* | Fix serialization of InvalidSchemaErrorThomas Herve2014-07-211-21/+21
|/
* Revert "Store clients in context"Derek Higgins2014-07-191-1/+3
* Store clients in contextSteve Baker2014-07-181-3/+1
* Use None instead of mutables in method params defaultsliu-sheng2014-07-021-2/+2
* Respect schema data type in constraint validationThomas Spatzier2014-06-101-9/+41
* Order imports in alphabetical order (9/9)Pavlo Shchelokovskyy2014-05-221-2/+1
* Do not validate constraints in schema constructorThomas Spatzier2014-05-201-5/+20
* Include exception in custom constraints errorsThomas Herve2014-05-051-0/+29
* Avoid referencing Message.__str__ in exceptionsLiang Chen2014-04-111-1/+1
* Replace str with six.text_typeLiang Chen2014-04-111-1/+3
* Merge "Make the first line of every file consistent."Jenkins2014-04-081-1/+0
|\
| * Make the first line of every file consistent.Jason Dunsmore2014-03-041-1/+0
* | Raise and catch a specific error during validationThomas Herve2014-03-261-2/+7
* | Merge "Remove vim header from files."Jenkins2014-03-051-1/+0
|\ \ | |/
| * Remove vim header from files.Jason Dunsmore2014-03-041-1/+0
* | Merge "Add a validation step to parameters schema"Jenkins2014-03-041-1/+10
|\ \
| * | Add a validation step to parameters schemaThomas Herve2014-03-011-1/+10
| |/
* | Adds Parameter Label to template validate callTim Schnell2014-03-031-1/+2
|/
* Implement custom constraintsThomas Herve2014-02-111-0/+54
* Make context available during constraint validationThomas Herve2014-01-311-9/+9
* Refactor Parameters Schema based on common SchemaThomas Spatzier2014-01-271-2/+11
* Enable better sub-classing of common Schema classThomas Spatzier2014-01-161-19/+34
* Factor Schema out of properties.py for re-useThomas Spatzier2013-12-021-0/+417