c53d574ac2can't use RESERVED address in IPOption and NetworkOption
Emmanuel Garette
2013-07-11 23:06:26 +0200
1c951558daadd new option's type: PortOption
Emmanuel Garette
2013-07-11 23:05:33 +0200
c06659012bConfig: __str__ raise if no str/unicode value
Emmanuel Garette
2013-07-03 21:56:19 +0200
0afb521766support multi requirement with inverse for same option
Emmanuel Garette
2013-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 str
Emmanuel Garette
2013-07-01 16:49:10 +0200
b8bfa02e02Remove 'build_actions' in 'apply_requires', now 'validate_requires_arg' build requires with tuple of tuple
Emmanuel Garette
2013-07-01 11:55:32 +0200
9b134c3aa7requirement are now a dictionary (not anymore a tuple)
Emmanuel Garette
2013-06-29 18:41:14 +0200
e501c6d12dsupport multi requires with inverse set to True
Emmanuel Garette
2013-06-28 11:59:51 +0200
75f7e7ce5dcallback with option in params which is in an hidden optiondescription
Emmanuel Garette
2013-06-26 16:26:42 +0200
32de14b731validate_requires_arg return requires list
Emmanuel Garette
2013-06-26 16:25:02 +0200
3c0629e6a9better raise message if try to launch impl_get_information/impl_set_information in uncompatible class
Emmanuel Garette
2013-06-14 17:52:57 +0200
23f6d2228fadd symlink test
Emmanuel Garette
2013-06-13 22:07:58 +0200
4d15c91383symlink support for getowner and raise if option in master/slave
Emmanuel Garette
2013-06-13 22:06:49 +0200
c2471320c3apply_requires: add property if any property raise PropertyError if same_action is False
Emmanuel Garette
2013-06-13 14:43:51 +0200
755b2312c2allow None in requirement
Emmanuel Garette
2013-06-13 12:15:46 +0200
fd02a954caadd sort, reverse, insert and extend in Multi
Emmanuel Garette
2013-06-12 22:48:22 +0200
9c47eb32d5ConfigError, not PropertiesOptionError if cannot access to option in carry_out_calculation
Emmanuel Garette
2013-06-12 17:07:29 +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 Garette
2013-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 informations
Emmanuel Garette
2013-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 Garette
2013-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
c91e7eff97if not need, don't validate
Emmanuel Garette
2013-05-10 16:00:46 +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 Garette
2013-05-10 15:10:06 +0200
6ffd71a43eDomainnameOption now works with default value
Emmanuel Garette
2013-05-10 09:27:54 +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 Garette
2013-05-08 18:14:42 +0200
bcfc0cd41btiramisu/setting.py: _get_properties and validate_properties are now more easier to read and has best performance
Emmanuel Garette
2013-05-02 11:23:04 +0200
2c5bbb7bc0Requires need option, not path Valid requires
Emmanuel Garette
2013-04-26 14:40:44 +0200
509f41e14cmissing properties in PropertiesOptionError
Emmanuel Garette
2013-04-24 17:40:16 +0200
1fd5f685decallback must be a function and validator support same paramaters has callback
Emmanuel Garette
2013-04-22 16:48:13 +0200
e883e5b89eremove _setoption in SymLinkOption objimpl_ => optimpl_ ConflictConfigError => ConflictError add read_write/read_only/getowner in Config
Emmanuel Garette
2013-04-22 09:19:05 +0200
682d9fe207add option name's validation and rename Option method with objimpl_
Emmanuel Garette
2013-04-20 21:58:52 +0200
d4ef47759eManipulate properties is now more convenient:
Emmanuel Garette
2013-04-20 17:30:05 +0200
54fe8d0f4bcache for properties is now in get_properties and not for validate_properties
Emmanuel Garette
2013-04-20 11:25:14 +0200
a11768ef43remove expired cache with config.cfgimpl_reset_cache(True)
Emmanuel Garette
2013-04-19 22:42:33 +0200
d7b5d9dc16add SlaveError for slave's length
Emmanuel Garette
2013-04-19 20:23:34 +0200
410add6a2aadd SlaveError for slave's length
Emmanuel Garette
2013-04-19 20:10:55 +0200
e08bd93cd8all multi gestion is now in Multi
Emmanuel Garette
2013-04-18 23:06:14 +0200
324c3d2cf6* to "reset" a value, now you just have to delete it config.unwrap_from_path("string").reset(config) => del(config.string) * add cache for value/setting to 5 secds to "reset" cache just do: config.cfgimpl_clean_cache() * can desactivate cache by removing "expire" property
Emmanuel Garette
2013-04-18 20:26:40 +0200
d5e1cb6576pass force_properties to value's _setitem and remove config's setoption
Emmanuel Garette
2013-04-17 23:19:53 +0200
5e67522f91_empty is u'' for UnicodeOption
Emmanuel Garette
2013-04-17 22:06:10 +0200
447c175b6aAdd "force_store_value" property. If set, store, for example, calculated value as owner values. So calculated value are calculate only one time.
Emmanuel Garette
2013-04-16 09:45:42 +0200
fbcbbfbd2bconsistencies now a list
Emmanuel Garette
2013-04-14 10:14:06 +0200
9644dd3661add gettext support
Emmanuel Garette
2013-04-13 23:09:05 +0200
9c2dcc164cattribute in Option now starts with '_' add ValidateError add consistancies in Option remove byattr in find
Emmanuel Garette
2013-04-13 22:50:55 +0200
26568dc45aValues validate now value
Emmanuel Garette
2013-04-11 11:30:58 +0200
0c5ab9df18don't launch apply_requires more than needed
Emmanuel Garette
2013-04-08 16:12:23 +0200
67e67a5020NoValueReturn is not needed now + apply_requires is now in settings
Emmanuel Garette
2013-04-08 16:05:56 +0200
d8b68fa1ecsuppress _cfgimpl_parent and _cfgimpl_get_path() from SubConfig
Emmanuel Garette
2013-04-05 16:59:48 +0200
88ea962d82tiramisu/config.py: _cfgimpl_subconfigs is not used
Emmanuel Garette
2013-04-05 12:31:50 +0200
d100d66548tiramisu/config.py can specify return type for find ('option', 'value', 'path') and remove get
Emmanuel Garette
2013-04-05 12:20:33 +0200
c918191d21permissives are for a specified option not config
Emmanuel Garette
2013-04-04 15:14:16 +0200
9006dca09fset permissive to cfgimpl_get_home_by_path
Emmanuel Garette
2013-04-04 12:16:18 +0200