2013-08-21 |
Emmanuel Garette | key is now always path and change opt by path dictionary...
|
commit | commitdiff | tree |
2013-08-21 |
Emmanuel Garette | pep8
|
commit | commitdiff | tree |
2013-08-20 |
Emmanuel Garette | pep8
|
commit | commitdiff | tree |
2013-08-20 |
Emmanuel Garette | Merge branch 'master' of ssh://git.labs.libre-entreprise...
|
commit | commitdiff | tree |
2013-08-20 |
Emmanuel Garette | add persistent option for db
|
commit | commitdiff | tree |
2013-08-20 |
Emmanuel Garette | pep8
|
commit | commitdiff | tree |
2013-08-20 |
Emmanuel Garette | merge from val_prop_plugin branch
|
commit | commitdiff | tree |
2013-08-20 |
Emmanuel Garette | merge from val_prop_plugin branch
|
commit | commitdiff | tree |
2013-08-20 |
Emmanuel Garette | merge from master
|
commit | commitdiff | tree |
2013-08-20 |
Emmanuel Garette | we can personalise storage easily
|
commit | commitdiff | tree |
2013-08-19 |
Emmanuel Garette | add sqlite plugin
|
commit | commitdiff | tree |
2013-08-14 |
Emmanuel Garette | split cache/value/setting in plugin
|
commit | commitdiff | tree |
2013-07-23 |
Emmanuel Garette | corrections in tiramisu's setting
|
commit | commitdiff | tree |
2013-07-18 |
Emmanuel Garette | update translation
|
commit | commitdiff | tree |
2013-07-17 |
Emmanuel Garette | translation
|
commit | commitdiff | tree |
2013-07-17 |
Emmanuel Garette | translation
|
commit | commitdiff | tree |
2013-07-17 |
Emmanuel Garette | update french translation
|
commit | commitdiff | tree |
2013-07-17 |
Emmanuel Garette | return true error message when validation
|
commit | commitdiff | tree |
2013-07-13 |
Emmanuel Garette | - can reset directly custom settings for an option...
|
commit | commitdiff | tree |
2013-07-11 |
Emmanuel Garette | can't use RESERVED address in IPOption and NetworkOption
|
commit | commitdiff | tree |
2013-07-11 |
Emmanuel Garette | add new option's type: PortOption
|
commit | commitdiff | tree |
2013-07-03 |
Emmanuel Garette | Config: __str__ raise if no str/unicode value
|
commit | commitdiff | tree |
2013-07-03 |
Emmanuel Garette | support multi requirement with inverse for same option
|
commit | commitdiff | tree |
2013-07-01 |
Emmanuel Garette | __str__ method could return unicode object, force to...
|
commit | commitdiff | tree |
2013-07-01 |
Emmanuel Garette | Remove 'build_actions' in 'apply_requires', now 'validate_re...
|
commit | commitdiff | tree |
2013-06-29 |
Emmanuel Garette | requirement are now a dictionary (not anymore a tuple)
|
commit | commitdiff | tree |
2013-06-28 |
Emmanuel Garette | support multi requires with inverse set to True
|
commit | commitdiff | tree |
2013-06-26 |
Emmanuel Garette | callback with option in params which is in an hidden...
|
commit | commitdiff | tree |
2013-06-26 |
Emmanuel Garette | validate_requires_arg return requires list
|
commit | commitdiff | tree |
2013-06-14 |
Emmanuel Garette | better raise message if try to launch impl_get_information...
|
commit | commitdiff | tree |
2013-06-13 |
Emmanuel Garette | add symlink test
|
commit | commitdiff | tree |
2013-06-13 |
Emmanuel Garette | symlink support for getowner and raise if option in...
|
commit | commitdiff | tree |
2013-06-13 |
Emmanuel Garette | apply_requires: add property if any property raise...
|
commit | commitdiff | tree |
2013-06-13 |
Emmanuel Garette | allow None in requirement
|
commit | commitdiff | tree |
2013-06-12 |
Emmanuel Garette | add sort, reverse, insert and extend in Multi
|
commit | commitdiff | tree |
2013-06-12 |
Emmanuel Garette | ConfigError, not PropertiesOptionError if cannot access...
|
commit | commitdiff | tree |
2013-06-12 |
Emmanuel Garette | Works callback/multi/master-slave
|
commit | commitdiff | tree |
2013-06-11 |
Emmanuel Garette | add test for callback not in multi
|
commit | commitdiff | tree |
2013-06-11 |
Emmanuel Garette | support of non multi variable
|
commit | commitdiff | tree |
2013-06-11 |
Emmanuel Garette | Better support for slave with callback:
|
commit | commitdiff | tree |
2013-05-31 |
Emmanuel Garette | RequirementRecursiveError => RequirementError
|
commit | commitdiff | tree |
2013-05-21 |
Emmanuel Garette | add cfgimpl_get_children for MetaConfig and informations
|
commit | commitdiff | tree |
2013-05-21 |
Emmanuel Garette | Multi: don't touch slave's value if it's default one...
|
commit | commitdiff | tree |
2013-05-10 |
Emmanuel Garette | multi, None and validation
|
commit | commitdiff | tree |
2013-05-10 |
Emmanuel Garette | if not need, don't validate
|
commit | commitdiff | tree |
2013-05-10 |
Emmanuel Garette | tiramisu/autolib.py: optimpl_ => impl_
|
commit | commitdiff | tree |
2013-05-10 |
Emmanuel Garette | DomainnameOption now works with default value
|
commit | commitdiff | tree |
2013-05-08 |
Emmanuel Garette | * config herite from BaseInformation class
|
commit | commitdiff | tree |
2013-05-05 |
Emmanuel Garette | compare option
|
commit | commitdiff | tree |
2013-05-02 |
Emmanuel Garette | work on MetaConfig
|
commit | commitdiff | tree |
2013-05-02 |
Emmanuel Garette | tiramisu/i18n.py: pep8 compliants
|
commit | commitdiff | tree |
2013-05-02 |
Emmanuel Garette | tiramisu/setting.py: _get_properties and validate_properties...
|
commit | commitdiff | tree |
2013-04-26 |
Emmanuel Garette | Requires need option, not path
|
commit | commitdiff | tree |
2013-04-24 |
Emmanuel Garette | missing properties in PropertiesOptionError
|
commit | commitdiff | tree |
2013-04-24 |
Emmanuel Garette | In make_dict check PropertyConfigError for OptionDescription
|
commit | commitdiff | tree |
2013-04-23 |
Emmanuel Garette | add a test for force_store_value in read_only mode
|
commit | commitdiff | tree |
2013-04-23 |
Emmanuel Garette | force_store_value store value but not in write mode
|
commit | commitdiff | tree |
2013-04-23 |
Emmanuel Garette | remove an unused callback in test
|
commit | commitdiff | tree |
2013-04-23 |
Emmanuel Garette | tiramisu/values: _empty should not validate with defaultvalu...
|
commit | commitdiff | tree |
2013-04-22 |
Emmanuel Garette | don't raise if check_disabled is True
|
commit | commitdiff | tree |
2013-04-22 |
Emmanuel Garette | missing import
|
commit | commitdiff | tree |
2013-04-22 |
Emmanuel Garette | callback must be a function and validator support same...
|
commit | commitdiff | tree |
2013-04-22 |
Emmanuel Garette | remove _setoption in SymLinkOption
|
commit | commitdiff | tree |
2013-04-20 |
Emmanuel Garette | add option name's validation and rename Option method...
|
commit | commitdiff | tree |
2013-04-20 |
Emmanuel Garette | Manipulate properties is now more convenient:
|
commit | commitdiff | tree |
2013-04-20 |
Emmanuel Garette | cache for properties is now in get_properties and not...
|
commit | commitdiff | tree |
2013-04-19 |
Emmanuel Garette | remove expired cache with config.cfgimpl_reset_cache...
|
commit | commitdiff | tree |
2013-04-19 |
Emmanuel Garette | add SlaveError for slave's length
|
commit | commitdiff | tree |
2013-04-19 |
Emmanuel Garette | add SlaveError for slave's length
|
commit | commitdiff | tree |
2013-04-18 |
Emmanuel Garette | all multi gestion is now in Multi
|
commit | commitdiff | tree |
2013-04-18 |
Emmanuel Garette | * to "reset" a value, now you just have to delete it
|
commit | commitdiff | tree |
2013-04-17 |
Emmanuel Garette | pass force_properties to value's _setitem and remove...
|
commit | commitdiff | tree |
2013-04-17 |
Emmanuel Garette | _empty is u'' for UnicodeOption
|
commit | commitdiff | tree |
2013-04-17 |
Emmanuel Garette | MultiTypeError => ValueError
|
commit | commitdiff | tree |
2013-04-17 |
Emmanuel Garette | Rename AmbigousOptionError as ConflictOptionError
|
commit | commitdiff | tree |
2013-04-17 |
Emmanuel Garette | properties validation not in setting and now launch...
|
commit | commitdiff | tree |
2013-04-16 |
Emmanuel Garette | mandatory is a true property (no more MandatoryError...
|
commit | commitdiff | tree |
2013-04-16 |
Emmanuel Garette | only catch PropertiesOptionError
|
commit | commitdiff | tree |
2013-04-16 |
Emmanuel Garette | SubConfig: first argument must be a OD
|
commit | commitdiff | tree |
2013-04-16 |
Emmanuel Garette | auto_store_value => force_store_value
|
commit | commitdiff | tree |
2013-04-16 |
Emmanuel Garette | Add "force_store_value" property. If set, store, for...
|
commit | commitdiff | tree |
2013-04-16 |
Emmanuel Garette | add cons_lower + DomainnameOption
|
commit | commitdiff | tree |
2013-04-14 |
Emmanuel Garette | review exception
|
commit | commitdiff | tree |
2013-04-14 |
Emmanuel Garette | consistencies now a list
|
commit | commitdiff | tree |
2013-04-13 |
Emmanuel Garette | add gettext support
|
commit | commitdiff | tree |
2013-04-13 |
Emmanuel Garette | attribute in Option now starts with '_'
|
commit | commitdiff | tree |
2013-04-11 |
Emmanuel Garette | Values validate now value
|
commit | commitdiff | tree |
2013-04-08 |
Emmanuel Garette | don't launch apply_requires more than needed
|
commit | commitdiff | tree |
2013-04-08 |
Emmanuel Garette | NoValueReturn is not needed now + apply_requires is...
|
commit | commitdiff | tree |
2013-04-05 |
Emmanuel Garette | suppress _cfgimpl_parent and _cfgimpl_get_path() from...
|
commit | commitdiff | tree |
2013-04-05 |
Emmanuel Garette | tiramisu/config.py: _cfgimpl_subconfigs is not used
|
commit | commitdiff | tree |
2013-04-05 |
Emmanuel Garette | tiramisu/config.py can specify return type for find...
|
commit | commitdiff | tree |
2013-04-04 |
Emmanuel Garette | permissives are for a specified option not config
|
commit | commitdiff | tree |
2013-04-04 |
Emmanuel Garette | set permissive to cfgimpl_get_home_by_path
|
commit | commitdiff | tree |
2013-04-04 |
Emmanuel Garette | rewrite make_dict
|
commit | commitdiff | tree |
2013-04-03 |
Emmanuel Garette | Merge branch 'master' of ssh://git.labs.libre-entreprise...
|
commit | commitdiff | tree |
2013-04-03 |
Emmanuel Garette | tiramisu/value.py : self.opt => opt + disable permissive...
|
commit | commitdiff | tree |
2013-04-03 |
Emmanuel Garette | optimisations and all is properties
|
commit | commitdiff | tree |
2013-03-27 |
Garette Emmanuel | remise en fonction des self._cfgimpl_slots
|
commit | commitdiff | tree |
2013-03-27 |
Garette Emmanuel | Le cache des paths est dans l'OptionDescription
|
commit | commitdiff | tree |
next |