Tom Limoncelli
|
061ea63322
|
require() should handle paths as relative (like nodeJS) (#443)
* Integrate @nlowe's documentation and tests
* Use filepath.Clean() instead of filepath.Abs()
* Use a stackless implementation
|
2019-01-29 10:29:00 -05:00 |
|
Tom Limoncelli
|
ff3d446681
|
Codestyle: Fix formatting on parse_test JSON (#427)
* Fix failing parse_test 021
* Fix JSON formatting in parse_test directory
* js_test.go now reports json content length
|
2018-12-13 11:46:43 -05:00 |
|
Craig Peterson
|
2a7b382767
|
Better validate NAMESERVER format. (#350)
* remove misleading ip field we don't touch
|
2018-03-22 11:52:52 -04:00 |
|
Tom Limoncelli
|
b7c251190f
|
Vet and Lint the entire system (#296)
* govet and golint corrections
|
2018-01-09 12:53:16 -05:00 |
|
Pat Moroney
|
106790b0d5
|
throw an error if a domain name is declared more than once (#247)
* throw an error if a domain name is declared more than once in the js file
|
2017-11-14 23:14:45 -05:00 |
|
Craig Peterson
|
710d14b1a9
|
tests that would have caught tag renaming bug. js tests now don't marahsl expected through the go object. Instead minify both sides to compare
|
2017-07-20 17:41:15 -04:00 |
|
Craig Peterson
|
5abf06e059
|
merge/fix
|
2017-06-05 13:58:02 -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 |
|