de44daafeb- can reset directly custom settings for an option: setting[option].reset() - option properties are now tuple in internal, and change it to set when needed (that coping data)Emmanuel Garette2013-07-13 10:42:10 +0200
0afb521766support multi requirement with inverse for same optionEmmanuel Garette2013-07-03 15:04:15 +0200
b80bef0f7estring.format with numeric parameters
gwen
2013-07-02 15:05:50 +0200
4b5d9b4229__str__ method could return unicode object, force to decode in strEmmanuel Garette2013-07-01 16:49:10 +0200
b8bfa02e02Remove 'build_actions' in 'apply_requires', now 'validate_requires_arg' build requires with tuple of tupleEmmanuel Garette2013-07-01 11:55:32 +0200
9b134c3aa7requirement are now a dictionary (not anymore a tuple)Emmanuel Garette2013-06-29 18:41:14 +0200
3c0629e6a9better raise message if try to launch impl_get_information/impl_set_information in uncompatible classEmmanuel Garette2013-06-14 17:52:57 +0200
1c70a07d7etransitivity in the requirements
gwen
2013-06-10 15:19:00 +0200
418de157e8report: everything work again
gwen
2013-06-05 14:56:46 +0200
7c640bee4creport: options work again
gwen
2013-06-05 11:19:47 +0200
0846ca9890Merge branch 'master' of ssh://git.labs.libre-entreprise.org/gitroot/tiramisu
gwen
2013-06-04 17:42:30 +0200
5a7d711d5areport: root menu works again
gwen
2013-06-04 17:42:21 +0200
2751a2694aRequirementRecursiveError => RequirementError Properties in "apply_requires" are now transitive (but only if tested property is in properties list) New requirement option (a boolean), don't touch properties if PropertyError in "apply_requires"Emmanuel Garette2013-05-31 23:29:20 +0200
c6c422f472docstrings and api
gwen
2013-05-23 17:51:50 +0200
0e6032dd88new api documentation
gwen
2013-05-21 18:42:56 +0200
480ed190aaMerge branch 'master' of ssh://git.labs.libre-entreprise.org/gitroot/tiramisu
gwen
2013-05-21 11:38:02 +0200
9acb522791doc is ready for the new api refactoring
gwen
2013-05-21 11:37:39 +0200
e131fdc5a5add cfgimpl_get_children for MetaConfig and informationsEmmanuel Garette2013-05-21 11:09:00 +0200
1d8c248d1bMulti: don't touch slave's value if it's default one's + don't check slave properties (if, for example, disabled for example)Emmanuel Garette2013-05-17 18:11:14 +0200
d6098f353erefactoring doc for the new API
gwen
2013-05-17 12:11:14 +0200
988bd659b8refactoring the doc for the 0.55 new API
gwen
2013-05-15 17:35:49 +0200
c13846238dadd philippe as a contributor
gwen
2013-05-10 15:45:40 +0200
fa5d643aeetiramisu/autolib.py: optimpl_ => impl_ tiramisu/option.py: consistency simplication and allow multi tiramisu/option.py: don't touch cache if force_permissive or force_properties tiramisu/values.py: set validate paramaters in Multi()Emmanuel Garette2013-05-10 15:10:06 +0200
6de65859b4* config herite from BaseInformation class * _cfgimpl_ => _impl_ * optimpl_ => impl_ * properties/permissives are now set/frozenset * validation raise ValueError if not valid, didn't return anything otherwise * consistencies are now validate in setting and when deleting value * ip/network with netmask consistency now works * DomainnameOption now works * if no validation, don't set cache for value * symlinkoption: remove path (not used)Emmanuel Garette2013-05-08 18:14:42 +0200
bcfc0cd41btiramisu/setting.py: _get_properties and validate_properties are now more easier to read and has best performanceEmmanuel Garette2013-05-02 11:23:04 +0200