17cbd099de
Version 0.15
v0.15
2021-12-21 22:28:45 +01:00
d809e24172
Fixup tests for whitespace error handling
2021-12-21 22:24:17 +01:00
35d01a796e
Apply whitespace check only on *.zone files.
2021-12-21 22:23:09 +01:00
2f7776c0d1
Reverting the latest commit to avoid state pollution
2021-08-16 23:08:58 +02:00
498d4a8b82
setup the correct pre-state for test_get_zone_name
2021-08-02 14:32:18 +02:00
a96597decb
Migrate to GitHub Actions ( #18 )
...
* Migrate to GitHub Actions
* Drop Python 3.5 test
* Delete .travis.yml
2021-08-02 14:28:07 +02:00
8f952086aa
Version 0.14
v0.14
2020-05-26 11:12:38 +02:00
83a4049821
Fix tests when user.name and user.email are not defined
...
Fixes #15
2020-05-26 11:11:23 +02:00
15cdae67ee
Merge pull request #14 from oskar456/zonerelfile
v0.13
2020-05-17 11:27:54 +02:00
12fb932711
Version 0.13
...
Signed-off-by: Ondřej Caletka <ondrej@caletka.cz >
2020-05-17 11:24:29 +02:00
cb543514ac
Document $zonerelfile template macro
...
Signed-off-by: Ondřej Caletka <ondrej@caletka.cz >
2020-05-17 11:23:51 +02:00
f9c6a52357
New macro $zonerelfile in template file.
2020-05-17 11:18:06 +02:00
24d992d999
Version 0.12
2020-04-13 22:28:24 +02:00
7cb7c42d76
change named-compilezone to use /usr/bin/env rather than absolute path
2020-04-13 22:20:54 +02:00
3dd346294a
Merge pull request #9 from oskar456/travis
...
Use travis-ci.org as .com was not enabled yet
2019-08-19 15:34:31 +02:00
03fde74ede
Use travis-ci.org as .com was not enabled yet
2019-08-19 15:30:34 +02:00
3769dd22fb
Include Travis CI status in README
2019-08-19 15:00:49 +02:00
8d15bb531c
Update .travis.yml
...
Add new python 3.7 release
Fix indentation
2019-08-19 15:00:26 +02:00
e2e4a3daf7
Version 0.11
v0.11
2018-09-17 13:50:47 +02:00
4efef8be9e
Do not template line breaks when header and footer are missing
2018-09-17 13:48:52 +02:00
ef059861b7
Version 0.10 - switch to Beta status
v0.10
2018-08-28 12:45:08 +02:00
94461383e8
Add pre-commit check for missing trailing dot in PTR records.
2018-08-28 12:43:51 +02:00
3e09833ec1
Better handling of empty commit objects
2018-08-28 10:58:47 +02:00
9ad1e74a88
Fix no reconfig command issued on zone file rename.
2018-08-27 23:13:29 +02:00
a7d693253d
version 0.9 (skipping version 0.8 as it was mistakenly published before)
v0.9
2018-08-23 10:46:43 +02:00
3777453d2f
Better handling of replace serial failure.
2018-08-23 10:38:56 +02:00
023906177a
version 0.7
v0.7
2018-08-20 16:37:49 +02:00
e79bb901f3
$UNIXTIME doc update
2018-08-20 16:37:08 +02:00
f07c84aa32
Fix no reload on very first push to the repository
2018-08-20 16:33:00 +02:00
62e35c59d0
version 0.6
v0.6
2018-08-20 15:30:45 +02:00
806976ca6e
Add smudge filter to replace $UNIXTIME directive on checkout
2018-08-20 15:30:45 +02:00
17f771bca6
Support custom $UNIXTIME directive in place of SOA serial
2018-08-20 15:30:45 +02:00
03cf26bbbe
Add allowfancynames option
2018-08-20 15:30:40 +02:00
9923df14b7
Fix crash of post-receive when checkout directory does not exist
v0.5
2018-08-16 10:35:07 +02:00
8d99e86222
Travis: allow failures of the nightly build
2018-08-15 14:09:57 +02:00
08e2ea93fb
version 0.4
v0.4
2018-08-15 14:04:05 +02:00
45046429d1
Update docs
2018-08-15 14:03:15 +02:00
293bf930a1
Better multi-call support
...
Also supports calling by secondary argument (kind-of busybox
stylekind-of). Drop support for multicall setuptools wrapper – when
installed using setuptools, the user should call explicit function
instead.
2018-08-15 13:32:17 +02:00
c9026ff21b
Revert "Drop dzonegit multi-call executable"
...
This reverts commit 9a521350d3
.
Since there is no Python dependency, it may be actually handy to call
the script as is.
2018-08-15 13:17:33 +02:00
b608c25372
Revert "Add Experimental filters for smudging/cleaning the SOA serial"
...
This reverts commit 331df2a4ec
.
Increasing serial during the cleaning phase does not work as expected.
Maybe the way is to smudge serial to current unix time during checkout
on the server.
2018-08-15 13:08:08 +02:00
27ae5ff210
version 0.3
v0.3
2018-08-10 15:49:29 +02:00
331df2a4ec
Add Experimental filters for smudging/cleaning the SOA serial
2018-08-10 15:48:02 +02:00
1f79f52b1a
Allow wildcards in zone blacklists and whitelists
2018-08-10 12:51:21 +02:00
9a521350d3
Drop dzonegit multi-call executable
2018-08-10 12:30:51 +02:00
5988fd005e
version 0.2
v0.2
2018-07-23 14:05:25 +02:00
7e6376ffb2
Add template wildcard matches
2018-07-23 14:04:46 +02:00
c3a181be14
Fix Knot DNS template example
2018-07-19 16:38:48 +02:00
6f23c066bc
Add Travis CI config
2018-07-19 10:50:06 +02:00
248b942c11
README update, first release to PyPi
v0.1
2018-07-18 17:02:42 +02:00
d61436ad72
Document configuration options
2018-07-18 15:52:59 +02:00