Emmanuel Garette
af5da925e2
add CIDR support
2019-02-24 18:37:19 +01:00
Emmanuel Garette
7c710d50b9
IPy => ipaddress
2019-02-24 12:05:26 +01:00
Emmanuel Garette
f9b9ccacf1
update tests
2018-12-08 00:02:23 +01:00
Emmanuel Garette
f4bf3dc390
add PathConfig
2018-10-31 08:00:19 +01:00
Emmanuel Garette
6b6fa5e499
remove getapi in tests
2018-08-14 23:07:07 +02:00
Emmanuel Garette
d5d826f967
adapt tests
2018-03-19 08:33:53 +01:00
Emmanuel Garette
c8bc3093c7
python 3.5 support
2017-07-09 09:49:03 +02:00
Emmanuel Garette
56e180dc31
coverage for tiramisu/option/option.py
2017-02-04 10:21:44 +01:00
Emmanuel Garette
b521c459ee
remove all try/except
2016-01-03 21:18:52 +01:00
Emmanuel Garette
ab555966f7
use python-coverage to delete dead part of code
2015-11-24 10:58:19 +01:00
Emmanuel Garette
44cd618704
remove pep8 validation errors
2015-07-24 17:54:10 +02:00
gwen
029452ccbc
validation of an ip if an ip term starts with a zero
2013-12-02 15:10:05 +01:00
gwen
2490d00935
refactor name only_private
2013-09-27 11:28:23 +02:00
Emmanuel Garette
28c416dd84
add allow_reserved in IPOption
2013-09-19 21:51:55 +02:00
Emmanuel Garette
1c951558da
add new option's type: PortOption
2013-07-11 23:05:33 +02:00
Emmanuel Garette
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)
2013-05-08 18:14:42 +02:00