Commit Graph

262 Commits

Author SHA1 Message Date
6ca3e236f9 reset cache when permissive is added 2017-04-20 11:20:37 +02:00
d8f36766ee coverage for tiramisu/option/masterslave.py 2017-02-04 14:34:56 +01:00
2db15e193e require with inverse 2017-01-30 19:23:52 +01:00
f497e99002 remove unicode decode error 2017-01-19 21:38:16 +01:00
89fd367b20 validator's function can have 1 arg, 2 args or 3 args 2017-01-12 21:58:53 +01:00
df90e74819 mandatories masterslaves with consistency and default value is acceptable 2016-12-07 17:28:31 +01:00
fb16dd2a79 slave's requires with multi is different than slave's requires with non multi option 2016-11-14 21:14:45 +01:00
fce5a8735e better error message 2016-10-24 21:59:40 +02:00
44dfd21ff6 better error msg 2016-10-23 23:18:06 +02:00
9a912376b9 simplify apply_requires 2016-10-23 09:38:35 +02:00
2e4fdbca03 transitive in apply_requires should only by apply if properties are same has testing action 2016-10-12 22:17:04 +02:00
19b676967d better propertyerror message 2016-09-14 20:17:25 +02:00
44d585a5e2 better mandatory/empty support for mandatory_warnings 2016-06-29 21:42:54 +02:00
9adfffe339 set force_permissive to append 2016-03-17 23:16:21 +01:00
da89c1aa58 force_store_value is now used directly when configuration is loaded 2016-03-07 16:13:41 +01:00
f4307b9122 cannot append properties for option with forbidden_set_properties 2016-01-25 15:49:40 +01:00
b521c459ee remove all try/except 2016-01-03 21:18:52 +01:00
d0e2b5d8c4 remove some try/except 2015-12-30 22:32:07 +01:00
4d4d789c8a simplification 2015-12-17 22:41:57 +01:00
59f59b0b1b add some optimisation 2015-12-14 23:37:15 +01:00
98200ecae5 improvemnt information 2015-11-30 15:55:34 +01:00
a521a6d322 requires could be apply to a slave and properties could be different 2015-11-29 23:03:08 +01:00
54ca54e505 separate value in slave 2015-11-19 22:25:00 +01:00
a248508498 extend properties must save setting only if all properties are correct 2015-11-01 11:12:27 +01:00
8d33fd4500 setting must have public method to get getproperties with path 2015-11-01 10:57:36 +01:00
a0de1109f7 optimise mandatory_warnings 2015-10-29 09:03:13 +01:00
9da7e89176 empty property only available for multi 2015-07-27 09:32:42 +02:00
8e7a32de08 add global 'empty' property, this property raise mandatory PropertiesOptionError if multi or master have empty value 2015-07-26 19:13:25 +02:00
6cc74506fb Some optimisations 2015-05-03 09:56:03 +02:00
487b99b32c for a multi mandatory, allow [] with allow_empty_list attribut 2015-04-20 14:49:43 +02:00
6fc921fc19 difference between option/optiondescription in PropertiesOptionError message 2015-04-19 09:25:49 +02:00
d959020eed ability to disable warnings validation 2015-04-18 23:11:57 +02:00
2ccf92f879 improve GroupConfig/MetaConfig
add set_value in GroupConfig
2014-12-01 21:49:50 +01:00
ed3373cff0 bad characters in DomainnameOption could be in warning level 2014-10-26 09:38:17 +01:00
9f3d676280 reduce memory usage 2014-10-25 22:11:31 +02:00
71f8926fca better support for sqlalchemy storage 2014-07-06 15:31:57 +02:00
b64189f763 add DynOptionDescription 2014-06-19 23:22:39 +02:00
9112a8c5b0 add SubMulti 2014-04-26 22:37:01 +02:00
5d8b5719a0 Merge branch 'master' into orm
Conflicts:
	test/test_config_api.py
	tiramisu/autolib.py
	tiramisu/config.py
	tiramisu/option.py
	tiramisu/value.py
2014-04-13 10:30:42 +02:00
cd4d3527c7 split tiramisu/option.py and add MasterSlaves object 2014-04-12 17:55:13 +02:00
d1e86f6d48 Merge branch 'log' 2014-04-03 22:16:08 +02:00
da434a4273 add logger in validation 2014-04-03 22:15:41 +02:00
a3c5e6034f Merge branch 'force_permissive'
Conflicts:
	test/test_freeze.py
2014-03-31 22:38:56 +02:00
cd52729952 add force_permissive in config's method (iter_all, iter_group, find, find_first and make_dict)
rename _getattr to getattr
2014-03-31 22:34:57 +02:00
ff5376a382 properties are check now in getowner
get_modified_values works good with force_store_value
2014-03-29 20:31:56 +01:00
a04a61f1a4 Merge branch 'master' into lgpl 2014-03-15 10:11:17 +01:00
d3f9d20ab5 add extend in config setting 2014-03-08 18:53:22 +01:00
d5b83c123c tiramisu/setting.py : properties store in cache was a reference to a list modified in validation, should copy properties in cache 2014-02-20 16:55:35 +01:00
f8ac263c86 Merge tag 'release/1.0_2.4.1'
Hotfix release 1.0~2.4.1
2014-02-05 11:22:17 +01:00
6f5d471db1 if option with requires has a property, calculated properties are store in storage 2014-02-05 10:37:39 +01:00