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

Release 3.0.0 Candidate (#699)

Final changes before V3.0.0 release

* Remove old Gandi.  Fixes #575
* Many cleanups
* go mod tidy && go mod vendor

* integration_test.go: Output subtest name

* Cleanups

* integration_test.go: Description should include sub-test name
* Add a whitespace test to js/parse_tests/017-txt.js

* Cloudflare strips whitespace from end of TXT

* Fixes https://github.com/StackExchange/dnscontrol/issues/700

* Whitespace at end of TXT records

Name.com strips the whitespace from the end of a TXT record. There's
nothing we can do other than file a bug.

* Fixes https://github.com/StackExchange/dnscontrol/issues/701
This commit is contained in:
Tom Limoncelli
2020-03-22 13:38:37 -04:00
committed by GitHub
parent 5db21dcdec
commit 1b5935d1af
74 changed files with 153 additions and 4469 deletions

View File

@@ -62,14 +62,14 @@ jobs:
DO_DOMAIN: $(DO_DOMAIN)
DO_TOKEN: $(DO_TOKEN)
- job: Gandi
- job: GandiV5
steps:
- template: go-env.yaml
- script: go test -v -verbose -provider GANDI
- script: go test -v -verbose -provider GANDI_V5
workingDirectory: $(wd)
env:
GANDI_KEY: $(GANDI_KEY)
GANDI_DOMAIN: $(GANDI_DOMAIN)
GANDI_KEY: $(GANDI_V5_APIKEY)
GANDI_DOMAIN: $(GANDI_V5_DOMAIN)
# - job: GandiLive
# steps: