Commit graph

75 commits

Author SHA1 Message Date
Craig Peterson 83ff9b4f6d bump version to 0.2.1 2017-09-27 09:16:14 -04:00
Craig Peterson a2827dcb4f typo. dockerfile use correct build script 2017-09-15 10:22:08 -04:00
Craig Peterson 63d496b4c7 make bad flags exit with proper status code 2017-09-15 09:59:43 -04:00
Craig Peterson 3a90435357 Create a dynamic provider features matrix (#201)
* adding simple provider feature matrix generator

* filling out matrix

* clean output

* dead code

* explanatory text

* explanatory text

* typo

* move stuff around

* clean

* editing
2017-09-14 16:13:17 -04:00
Craig Peterson 1d9d2b1a19 Refactor to use better cli command framework (#177)
* starting to refactor commands

* work

* not sure

* all commands working!

* actually add file

* work in delay flag again

* start to refactor out console printing

* i hate line endings

* simple travis test to find direct output

* remove all direct printing from push/preview

* checkin vendor

* don't need this yet

* forgot to commit these

* make version explicit command

* some code review

* Add "check" subcommand.

* move stuff to commands package

* fix

* comment out check for printlns. for now

* alphabet hax

* activedir flags gone. use creds instead

* active dir doc update

* remove bind specific flags. creds instead

* default to zones dir

* fix linux build

* fix test

* cleanup random global* vars

* Clean up PowerShell docs

* rename dump-ir to print-ir. combine with print-js
2017-09-13 10:00:41 -04:00
Chris McKee 2162e225b0 Fixed typos in comments/errors/help (#198)
* Typos in comments/errors/help
* Update main.go
2017-09-07 10:38:26 -07:00
Tom Limoncelli 8f53a29801 Release v1.5 2017-08-23 16:57:58 -04:00
Craig Peterson 92f09c83b1 allow args before or after flags (#179) 2017-08-11 15:43:15 -04:00
rbelnap 8cff3128ea add flag to delay between domains (#101)
* New flag: -delay=x where x is ms to delay between domains. This feature will probably be removed some day when a better rate-limiting solution can be engineered.
2017-08-05 07:49:21 -07:00
No GUI bce99a1c25 Support passing the JSON as a parameter (#147)
* Support passing the JSON as a parameter

This allows dnscontrol to be able to be used with other tools that
support outputting to it's intermediate JSON format.

Closes #73

* Pass dnsConfig pointer to Unmarshal
2017-07-06 08:45:05 -04:00
Craig Peterson 42ef9f4b9e moving a bunch of packages under pkg (#124)
* moving a bunch of packages under pkg

* fix gen

* fix tst

* oops

* fix test fo real

* parse mx/a
2017-05-25 14:25:39 -04:00
Craig Peterson 20253130cf allowing metadata to force remove all nameservers 2017-05-23 13:38:14 -04:00
Tom Limoncelli c4661744d7 "create-domains" subcommand missing from help 2017-05-02 15:09:05 -04:00
Craig Peterson 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
Craig Peterson 9fa7164081 Validation Refactor (#52)
* Cleaning up (and enforcing) validation

* Some more style fixes to validation

* comment
2017-03-20 14:20:02 -06:00
daubaris 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
Craig Peterson 858ab000ae moving provider imports to dedicated package 2017-03-14 00:15:55 -07:00
Craig Peterson cda8c482db seperate files for build mains. 2017-03-12 16:41:11 -07:00
Craig Peterson 2fa4f0ece7 Printing correction count for each provider as we go. 2017-03-12 16:02:30 -07:00
Craig Peterson 7942a49953 Build scripts for generate / travis validation 2017-01-12 07:20:37 -07:00
Craig Peterson 20bf7ef43b Seperate create-domains command (#21)
* removing auto-create from gcloud

* adding create-domains command

* implement DomainCreator for r53
2017-01-03 13:26:08 -07:00
Craig Peterson 1ea80d5347 Nameserver overhaul (#17)
* go changes to support nameservers_from

* clear nameservers before giving to dsp.

* work

* work

* nameserver updates.

* remove unused

* name.com stinks at NS records.

* whitespace

* removing web(belongs in own repo). First sketch of DSP vs NAMESERVER_FROM

* add DEFAULTS to replace defaultDsps.

* initial gcloud provider. Simple records work.

* namedotcom can do subdomain ns records now.

* fix for mx and txt

* kill dsp acronym
2016-12-16 13:10:27 -07:00
Craig Peterson c747498b87 allowing multiple newBase ips (#1)
* allowing multiple newBase ips

* generate

* only bundle helpers

* generate change
2016-09-27 11:35:28 -06:00
Craig Peterson 9ed733ac97 Better version info in binary. 2016-08-26 00:51:31 -06:00
Craig Peterson ef0bbf53af migrate code for github 2016-08-22 18:31:50 -06:00