pvl/hosts/tests.py
Thu, 26 Feb 2015 14:39:42 +0200 Tero Marttila pvl.hosts.test: import Host directly
Wed, 25 Feb 2015 15:49:11 +0200 Tero Marttila pvl.hosts.zone: fix and test --unknown-host
Wed, 25 Feb 2015 15:40:58 +0200 Tero Marttila pvl.hosts.zone: test host_reverse() more
Wed, 25 Feb 2015 15:37:46 +0200 Tero Marttila pvl.hosts.zone: stricter name/type + name/CNAME -conflict logic
Wed, 25 Feb 2015 15:24:49 +0200 Tero Marttila pvl.hosts: test location domains
Wed, 25 Feb 2015 15:12:55 +0200 Tero Marttila pvl.hosts: fix location= and test forward records
Wed, 25 Feb 2015 15:09:51 +0200 Tero Marttila pvl.hosts.tests: split TestForwardZone/TestReverseZone using TestZoneMixin
Wed, 25 Feb 2015 15:06:28 +0200 Tero Marttila pvl.hosts.zone: raise HostZoneError on alias4/alias6 without ip/ip6
Wed, 25 Feb 2015 14:59:48 +0200 Tero Marttila pvl.hosts.zone: support combining forward= with alias=
Wed, 25 Feb 2015 14:56:59 +0200 Tero Marttila pvl.hosts.zone: test and fix alias=
Wed, 25 Feb 2015 14:54:24 +0200 Tero Marttila pvl.hosts.zone: test forward= omit
Wed, 25 Feb 2015 14:52:53 +0200 Tero Marttila pvl.hosts.zone: fix reverse= to be IPv4-only
Wed, 25 Feb 2015 14:41:51 +0200 Tero Marttila pvl.hosts.zone: fix pvl.dns.fqdn() and basic tests for host_forward/reverse
Wed, 25 Feb 2015 14:29:40 +0200 Tero Marttila pvl.hosts.zone: test resolve() and handle FQDN's strictly
Wed, 25 Feb 2015 14:23:04 +0200 Tero Marttila pvl.hosts: test config.apply_host()
Tue, 24 Feb 2015 19:24:06 +0200 Tero Marttila pvl.hosts.config: fix apply_host override error handling
Tue, 24 Feb 2015 18:56:22 +0200 Tero Marttila pvl.hosts.config: cleanup apply_host_config
Tue, 24 Feb 2015 18:22:07 +0200 Tero Marttila pvl.hosts: fixup and document host expansion
Tue, 24 Feb 2015 17:45:45 +0200 Tero Marttila pvl.hosts.hosts: fix sort_key()
Tue, 24 Feb 2015 17:35:36 +0200 Tero Marttila pvl.hosts: refactor as a package; cleanup pvl.hosts.config with some basic tests