1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

855 Commits

Author SHA1 Message Date
d205c8b4ed Adding gandi to integration suite. Fixing bugs. (#57)
* Adding gandi to integration suite. Fixing bugs.
Fixes #35
Fixes #36

* small fixes

* gandi docs
2017-03-27 16:03:01 -06:00
efb8e9bbf4 Adding simple require functionality to js (#58)
* Adding simple require functionality to js

* comment
2017-03-27 16:01:12 -06:00
b0333f3244 Add a "commented SPF record" example. 2017-03-27 17:44:04 -04:00
bf664a9f44 docs/examples.md: Add "commented SPF" example. 2017-03-27 17:41:28 -04:00
7aaf749011 docs/examples.md: Use a more complete GSuite macro. 2017-03-27 17:38:49 -04:00
ea47b8ecc1 docs/examples.md: Change " to ' for docs 2017-03-27 17:33:27 -04:00
eb3c1ab00f Fix a typo in README.md (#60) 2017-03-26 14:37:04 -06:00
305f909449 examples.md: Fix typos. 2017-03-22 17:31:00 -04:00
be192526ef New example: Typical DNS records. 2017-03-22 15:20:26 -04:00
7073b8f989 getting tests setup for r53. Not mixing deletes and other changes in same changeset. 2017-03-22 13:08:23 -06:00
6dea5e30cf tests for mx records 2017-03-22 10:54:55 -06:00
1f1e0fbab3 log corrections on second run 2017-03-22 10:41:54 -06:00
2ac43a424b Letting you run only some tests. Way to document failures in individual providers and skip. 2017-03-22 10:40:47 -06:00
2e997d6a51 spelling 2017-03-22 10:39:36 -06:00
854c84e652 Update bind docs and Getting Started (#53)
* intitial work for bind refactor

* relax requirement that creds.json exists.

* Updating bind docs.
Fixes #48

* typo

* can exclude provider from default set in creds.json

* Add bind to integration tests. Fix for IDNs.
2017-03-22 10:38:08 -06:00
33b4d2b748 Adding example page to docs 2017-03-20 21:47:18 -06:00
c85f7327c6 Improve convertzone documentation (#54)
* NEW: convertzone/ Read BIND zone files, output records as DSL, TSV, or pretty-print.

* Refactored to be more gostyle.

* Fix buffering issue.

* Delete the hacky awk script.

* Linting.

* Lint and documentation fixes.

* DNSimple provider (#43)

* Implement a basic DNSimple provider.

Handles domain delegation as well as record create, update, and delete.

Note that this is completely untested at the moment. It’s so alpha it might burn your face off.

* Add some inline comments. Always use the StackExchange libs.

* Clean up dnsimple docs a little

* This will need to be changed before merging.

* Import the dnsimple dnscontrol package from its expected path

* Properly build the FQDN and implement record listing so create/update/delete are used correctly.

* Add support for overriding base URL to allow connection to sandbox.

* Vendor dnsimple-go and its dependencies.

* Remove unnecessary doc file.

* Use dnsutil.AddOrigin for combining record name and origin.

* Modifying dnsimple provider to pass tests

* NEW: convertzone/ Read BIND zone files, output records as DSL, TSV, o… (#49)

* NEW: convertzone/ Read BIND zone files, output records as DSL, TSV, or pretty-print.

* Refactored to be more gostyle.

* Fix buffering issue.

* Delete the hacky awk script.

* Linting.

* Update README.md

* Update README.md

* Update README.md

* Docs
2017-03-20 15:21:09 -06:00
9fa7164081 Validation Refactor (#52)
* Cleaning up (and enforcing) validation

* Some more style fixes to validation

* comment
2017-03-20 14:20:02 -06:00
9817c284d7 NEW: convertzone/ Read BIND zone files, output records as DSL, TSV, o… (#49)
* NEW: convertzone/ Read BIND zone files, output records as DSL, TSV, or pretty-print.

* Refactored to be more gostyle.

* Fix buffering issue.

* Delete the hacky awk script.

* Linting.
2017-03-20 12:27:40 -06:00
4fef4a8550 DNSimple provider (#43)
* Implement a basic DNSimple provider.

Handles domain delegation as well as record create, update, and delete.

Note that this is completely untested at the moment. It’s so alpha it might burn your face off.

* Add some inline comments. Always use the StackExchange libs.

* Clean up dnsimple docs a little

* This will need to be changed before merging.

* Import the dnsimple dnscontrol package from its expected path

* Properly build the FQDN and implement record listing so create/update/delete are used correctly.

* Add support for overriding base URL to allow connection to sandbox.

* Vendor dnsimple-go and its dependencies.

* Remove unnecessary doc file.

* Use dnsutil.AddOrigin for combining record name and origin.

* Modifying dnsimple provider to pass tests
2017-03-18 19:58:47 -06:00
101916a6e4 Integration Testing framework (#46)
* integration test started

* details

* More tests.

* idn tests and punycode (not tested fully because I'm on an aiplane)

* test for dual provider compatibility

* readme for tests

* vendor idna

* fix casing
2017-03-16 22:42:53 -07:00
0906f5c383 Note about vendoring dependencies. (#44) 2017-03-16 22:22:39 -07:00
ece9a7aa7d Redundant use of multiple fmt.Println commands (#45)
Changed multiple fmt.Println("") commands to one using backticks
2017-03-16 08:05:03 -07:00
b69cc65baf zone2dnscontrol: handle strings with ";" a bit better. 2017-03-14 18:08:33 -07:00
51cf29a0e4 Update README.md (#41)
Fixed typo
2017-03-14 17:38:41 -07:00
3f4a1a3ccf Give BIND some respect. 2017-03-14 20:21:48 -04:00
aab614fee3 README love 2017-03-14 20:20:56 -04:00
e868e44f1d Syntax highlighting on README 2017-03-14 20:07:40 -04:00
4bb761106b yaml 2017-03-14 17:02:05 -07:00
7774a27b66 gitter webhook to travis 2017-03-14 16:57:59 -07:00
3485735bf4 zone2dnscontrol: Document more caveats. 2017-03-14 16:36:07 -07:00
64c5e38b8e whitespace 2017-03-14 16:26:56 -07:00
34faf3aa6e add gitter to readme 2017-03-14 16:26:39 -07:00
dc1e9f7210 NEW: zone2dnscontrol: Convert zonefiles to DNSControl. 2017-03-14 16:10:46 -07:00
004d817349 bind puts output inside correction text 2017-03-14 14:47:40 -07:00
36c7911926 minor editing (#39) 2017-03-14 14:42:08 -07:00
94031d08da Use correct travis badge. 2017-03-14 14:26:24 -07:00
cda33f0463 reduce travis nag 2017-03-14 00:47:55 -07:00
b79717e8a4 Text / Github link 2017-03-14 00:46:11 -07:00
40e2e3aab9 markdown 2017-03-14 00:43:48 -07:00
df40bc1ee1 shim for writing providers 2017-03-14 00:43:03 -07:00
7125594771 readme 2017-03-14 00:36:59 -07:00
c52ff67386 oops, dot 2017-03-14 00:30:42 -07:00
e4f3fa6c10 SImple example to readme 2017-03-14 00:30:02 -07:00
c68fd3ac26 switch to public travis 2017-03-14 00:19:08 -07:00
858ab000ae moving provider imports to dedicated package 2017-03-14 00:15:55 -07:00
8e48ab894d rename js link 2017-03-13 14:48:09 -07:00
5039772a7e message better for validation 2017-03-12 16:42:22 -07:00
cda8c482db seperate files for build mains. 2017-03-12 16:41:11 -07:00
b0e3b05e86 run tests in travis 2017-03-12 16:38:19 -07:00