da434a4273add logger in validation
Emmanuel Garette
2014-04-03 22:15:41 +0200
a1f0c29713Merge modification made for 1.0's branch
Emmanuel Garette
2014-04-02 12:06:11 +0200
76a43a7ff9if slave has a callback with a slave that has a callback with a default_multi's slave, now it's works
Emmanuel Garette
2014-04-02 12:04:50 +0200
463fc8e88aif opt is freeze with force_default_on_freeze, didn't remove store value
Emmanuel Garette
2014-04-01 21:01:01 +0200
835d6d6da0context could be useful in a callback, now we can retrieve context in a function (be careful to infinite loop)
Emmanuel Garette
2014-03-26 19:44:49 +0100
45bd71a318context could be useful in a callback, now we can retrieve context in a function (be careful to infinite loop)
Emmanuel Garette
2014-03-26 19:44:49 +0100
a04a61f1a4Merge branch 'master' into lgpl
Emmanuel Garette
2014-03-15 10:11:17 +0100
f7d31bfa92Merge branch 'master' into force-cache
Emmanuel Garette
2014-03-15 10:09:19 +0100
f43ef2dafenow there are two warnings_only's level: - option's level for validation and _second_level_validation - consistencies level
Emmanuel Garette
2014-03-13 14:12:44 +0100
88b5af9810Merge branch 'master' into better_warnings
Emmanuel Garette
2014-03-12 22:13:20 +0100
ff802b46e5consistencies can make a warning instead of raises for that, you have to set something like: a.impl_add_consistency('not_equal', b, warnings_only=True)
Emmanuel Garette
2014-03-12 21:56:53 +0100
5f46763696add test for consistency with callback
Emmanuel Garette
2014-03-12 16:44:48 +0100
544cd93c73can make_dict with disabled suboption
Emmanuel Garette
2014-03-12 14:57:36 +0100
d7b04ebed0add consistency in_network for IPOption
Emmanuel Garette
2014-03-11 18:57:19 +0100
db9ab7a1e9test if cache property is not set in config when force_cache
Emmanuel Garette
2014-03-09 20:22:29 +0100
f3a826a8d7Merge branch 'master' of ssh://git.labs.libre-entreprise.org/gitroot/tiramisu
gwen
2014-02-25 16:19:49 +0100
0c9d6554aea hostname shall not start with a number
gwen
2014-02-25 15:20:03 +0100
716d2b2348allows a DomainnameOption to start with a number
gwen
2014-02-25 14:19:54 +0100
d5b83c123ctiramisu/setting.py : properties store in cache was a reference to a list modified in validation, should copy properties in cache
Emmanuel Garette
2014-02-20 14:27:29 +0100
bf0501b1d6tiramisu/setting.py : properties store in cache was a reference to a list modified in validation, should copy properties in cache
Emmanuel Garette
2014-02-20 14:27:29 +0100
8d751ecc9bvalid port type before compare to min and max value
Emmanuel Garette
2014-02-17 18:36:29 +0100
fc7f3c24a5properties option in consistencies are now allowed
Emmanuel Garette
2014-02-06 19:19:48 +0100
194c82faadtests pass now with dictionary and sqlalchemy storage
Emmanuel Garette
2014-02-16 23:37:27 +0100
0aeb64731bcomment state test
Emmanuel Garette
2014-02-06 22:25:04 +0100
21c8ed5d76Merge branch 'master' into orm
Emmanuel Garette
2014-02-06 22:21:22 +0100
138018dfe9if we delete all reference to a Config and we have reference to old SubConfig, Values, Multi or Settings, make a ConfigError instead of AttributError on NoneType object
Emmanuel Garette
2014-01-25 11:20:11 +0100
cbfb5a45b0Merge branch 'master' into orm
Emmanuel Garette
2014-01-25 10:22:17 +0100