2013-07-13 |
Emmanuel Garette | - can reset directly custom settings for an option... |
tree | commitdiff |
2013-07-12 |
gwen | default settings |
tree | commitdiff |
2013-07-11 |
Emmanuel Garette | can't use RESERVED address in IPOption and NetworkOption |
tree | commitdiff |
2013-07-11 |
Emmanuel Garette | add new option's type: PortOption |
tree | commitdiff |
2013-07-03 |
Emmanuel Garette | Config: __str__ raise if no str/unicode value |
tree | commitdiff |
2013-07-03 |
Emmanuel Garette | support multi requirement with inverse for same option |
tree | commitdiff |
2013-07-02 |
gwen | string.format with numeric parameters |
tree | commitdiff |
2013-07-01 |
Emmanuel Garette | __str__ method could return unicode object, force to... |
tree | commitdiff |
2013-07-01 |
Emmanuel Garette | Remove 'build_actions' in 'apply_requires', now 'valida... |
tree | commitdiff |
2013-06-29 |
Emmanuel Garette | requirement are now a dictionary (not anymore a tuple) |
tree | commitdiff |
2013-06-28 |
Emmanuel Garette | support multi requires with inverse set to True |
tree | commitdiff |
2013-06-26 |
Emmanuel Garette | callback with option in params which is in an hidden... |
tree | commitdiff |
2013-06-26 |
Emmanuel Garette | validate_requires_arg return requires list |
tree | commitdiff |
2013-06-14 |
Emmanuel Garette | better raise message if try to launch impl_get_informat... |
tree | commitdiff |
2013-06-13 |
Emmanuel Garette | symlink support for getowner and raise if option in... |
tree | commitdiff |
2013-06-13 |
Emmanuel Garette | apply_requires: add property if any property raise... |
tree | commitdiff |
2013-06-13 |
Emmanuel Garette | allow None in requirement |
tree | commitdiff |
2013-06-12 |
Emmanuel Garette | add sort, reverse, insert and extend in Multi |
tree | commitdiff |
2013-06-12 |
Emmanuel Garette | ConfigError, not PropertiesOptionError if cannot access... |
tree | commitdiff |
2013-06-12 |
Emmanuel Garette | Works callback/multi/master-slave |
tree | commitdiff |
2013-06-11 |
Emmanuel Garette | support of non multi variable |
tree | commitdiff |
2013-06-11 |
Emmanuel Garette | Better support for slave with callback: |
tree | commitdiff |
2013-06-10 |
gwen | fix i18n |
tree | commitdiff |
2013-06-10 |
gwen | raise ConfigError |
tree | commitdiff |
2013-06-10 |
gwen | transitivity in the requirements |
tree | commitdiff |
2013-06-04 |
gwen | Merge branch 'master' of ssh://git.labs.libre-entrepris... |
tree | commitdiff |
2013-05-31 |
Emmanuel Garette | RequirementRecursiveError => RequirementError |
tree | commitdiff |
2013-05-23 |
gwen | docstrings and api |
tree | commitdiff |
2013-05-23 |
gwen | add docstrings |
tree | commitdiff |
2013-05-21 |
gwen | new api documentation |
tree | commitdiff |
2013-05-21 |
gwen | Merge branch 'master' of ssh://git.labs.libre-entrepris... |
tree | commitdiff |
2013-05-21 |
gwen | doc is ready for the new api refactoring |
tree | commitdiff |
2013-05-21 |
Emmanuel Garette | add cfgimpl_get_children for MetaConfig and informations |
tree | commitdiff |
2013-05-21 |
Emmanuel Garette | Multi: don't touch slave's value if it's default one... |
tree | commitdiff |
2013-05-15 |
gwen | refactoring the doc for the 0.55 new API |
tree | commitdiff |
2013-05-14 |
gwen | suppress get_consistencies() method |
tree | commitdiff |
2013-05-10 |
Emmanuel Garette | multi, None and validation |
tree | commitdiff |
2013-05-10 |
gwen | docstrings |
tree | commitdiff |
2013-05-10 |
Emmanuel Garette | if not need, don't validate |
tree | commitdiff |
2013-05-10 |
Emmanuel Garette | tiramisu/autolib.py: optimpl_ => impl_ |
tree | commitdiff |
2013-05-10 |
Emmanuel Garette | DomainnameOption now works with default value |
tree | commitdiff |
2013-05-08 |
Emmanuel Garette | * config herite from BaseInformation class |
tree | commitdiff |
2013-05-05 |
Emmanuel Garette | compare option |
tree | commitdiff |
2013-05-02 |
Emmanuel Garette | work on MetaConfig |
tree | commitdiff |
2013-05-02 |
Emmanuel Garette | tiramisu/i18n.py: pep8 compliants |
tree | commitdiff |
2013-05-02 |
Emmanuel Garette | tiramisu/setting.py: _get_properties and validate_prope... |
tree | commitdiff |
2013-04-26 |
Emmanuel Garette | Requires need option, not path |
tree | commitdiff |
2013-04-24 |
Emmanuel Garette | missing properties in PropertiesOptionError |
tree | commitdiff |
2013-04-24 |
Emmanuel Garette | In make_dict check PropertyConfigError for OptionDescri... |
tree | commitdiff |
2013-04-23 |
Emmanuel Garette | force_store_value store value but not in write mode |
tree | commitdiff |
2013-04-23 |
Philippe Caseiro | Merge branch 'master' of git://git.labs.libre-entrepris... |
tree | commitdiff |
2013-04-23 |
Philippe Caseiro | Ajout des fichiers de traduction et mise à jour de... |
tree | commitdiff |
2013-04-23 |
Emmanuel Garette | remove an unused callback in test |
tree | commitdiff |
2013-04-23 |
Emmanuel Garette | tiramisu/values: _empty should not validate with defaul... |
tree | commitdiff |
2013-04-22 |
Emmanuel Garette | don't raise if check_disabled is True |
tree | commitdiff |
2013-04-22 |
Emmanuel Garette | missing import |
tree | commitdiff |
2013-04-22 |
Emmanuel Garette | callback must be a function and validator support same... |
tree | commitdiff |
2013-04-22 |
Emmanuel Garette | remove _setoption in SymLinkOption |
tree | commitdiff |
2013-04-20 |
Emmanuel Garette | add option name's validation and rename Option method... |
tree | commitdiff |
2013-04-20 |
Emmanuel Garette | Manipulate properties is now more convenient: |
tree | commitdiff |
2013-04-20 |
Emmanuel Garette | cache for properties is now in get_properties and not... |
tree | commitdiff |
2013-04-19 |
Emmanuel Garette | remove expired cache with config.cfgimpl_reset_cache... |
tree | commitdiff |
2013-04-19 |
Emmanuel Garette | add SlaveError for slave's length |
tree | commitdiff |
2013-04-19 |
Emmanuel Garette | add SlaveError for slave's length |
tree | commitdiff |
2013-04-18 |
Emmanuel Garette | all multi gestion is now in Multi |
tree | commitdiff |
2013-04-18 |
Emmanuel Garette | * to "reset" a value, now you just have to delete it |
tree | commitdiff |
2013-04-17 |
Emmanuel Garette | pass force_properties to value's _setitem and remove... |
tree | commitdiff |
2013-04-17 |
Emmanuel Garette | _empty is u'' for UnicodeOption |
tree | commitdiff |
2013-04-17 |
Emmanuel Garette | MultiTypeError => ValueError |
tree | commitdiff |
2013-04-17 |
Emmanuel Garette | Rename AmbigousOptionError as ConflictOptionError |
tree | commitdiff |
2013-04-17 |
Emmanuel Garette | properties validation not in setting and now launch... |
tree | commitdiff |
2013-04-16 |
Emmanuel Garette | mandatory is a true property (no more MandatoryError... |
tree | commitdiff |
2013-04-16 |
Emmanuel Garette | only catch PropertiesOptionError |
tree | commitdiff |
2013-04-16 |
Emmanuel Garette | SubConfig: first argument must be a OD |
tree | commitdiff |
2013-04-16 |
Emmanuel Garette | auto_store_value => force_store_value |
tree | commitdiff |
2013-04-16 |
Emmanuel Garette | Add "force_store_value" property. If set, store, for... |
tree | commitdiff |
2013-04-16 |
Emmanuel Garette | add cons_lower + DomainnameOption |
tree | commitdiff |
2013-04-14 |
Emmanuel Garette | review exception |
tree | commitdiff |
2013-04-14 |
Emmanuel Garette | consistencies now a list |
tree | commitdiff |
2013-04-13 |
Emmanuel Garette | add gettext support |
tree | commitdiff |
2013-04-13 |
Emmanuel Garette | attribute in Option now starts with '_' |
tree | commitdiff |
2013-04-11 |
Emmanuel Garette | Values validate now value |
tree | commitdiff |
2013-04-08 |
Emmanuel Garette | don't launch apply_requires more than needed |
tree | commitdiff |
2013-04-08 |
Emmanuel Garette | NoValueReturn is not needed now + apply_requires is... |
tree | commitdiff |
2013-04-05 |
Emmanuel Garette | suppress _cfgimpl_parent and _cfgimpl_get_path() from... |
tree | commitdiff |
2013-04-05 |
Emmanuel Garette | tiramisu/config.py: _cfgimpl_subconfigs is not used |
tree | commitdiff |
2013-04-05 |
Emmanuel Garette | tiramisu/config.py can specify return type for find... |
tree | commitdiff |
2013-04-04 |
Emmanuel Garette | permissives are for a specified option not config |
tree | commitdiff |
2013-04-04 |
Emmanuel Garette | set permissive to cfgimpl_get_home_by_path |
tree | commitdiff |
2013-04-04 |
Emmanuel Garette | rewrite make_dict |
tree | commitdiff |
2013-04-03 |
Emmanuel Garette | Merge branch 'master' of ssh://git.labs.libre-entrepris... |
tree | commitdiff |
2013-04-03 |
Emmanuel Garette | tiramisu/value.py : self.opt => opt + disable permissiv... |
tree | commitdiff |
2013-04-03 |
Emmanuel Garette | optimisations and all is properties |
tree | commitdiff |
2013-03-27 |
gwen | build cache builds correctly now |
tree | commitdiff |
2013-03-27 |
Garette Emmanuel | remise en fonction des self._cfgimpl_slots |
tree | commitdiff |
2013-03-27 |
Garette Emmanuel | Le cache des paths est dans l'OptionDescription |
tree | commitdiff |
2013-03-26 |
Garette Emmanuel | works on performante |
tree | commitdiff |
2013-03-25 |
Garette Emmanuel | support break in iterator |
tree | commitdiff |
2013-03-25 |
Garette Emmanuel | add import and name => opt._name |
tree | commitdiff |
2013-03-20 |
Garette Emmanuel | add UnicodeOption |
tree | commitdiff |
next |