-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added support for CNAME,A and PTR Records.Enabled to crete Host Record with DNS.Added UT's Running Suite: InfobloxGoClient Suite ===================================== Random Seed: 1546495859 Will run 130 of 130 specs •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• Ran 130 of 130 Specs in 0.003 seconds SUCCESS! -- 130 Passed | 0 Failed | 0 Pending | 0 Skipped PASS ok github.com/infobloxopen/infoblox-go-client 0.024s * Fixed the review comments * adding vendor and changing travis.yaml
- Loading branch information
1 parent
61dc5f9
commit 7247dee
Showing
685 changed files
with
563,699 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
vendor | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,10 @@ go: | |
- 1.7.x | ||
- 1.8 | ||
- 1.9 | ||
|
||
env: | ||
- GO111MODULE=on | ||
|
||
install: true | ||
|
||
script: go test -v ./... |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[[constraint]] | ||
name = "github.com/onsi/ginkgo" | ||
version = "1.7.0" | ||
|
||
[[constraint]] | ||
name = "github.com/onsi/gomega" | ||
version = "1.4.3" | ||
|
||
[[constraint]] | ||
name = "github.com/sirupsen/logrus" | ||
version = "1.3.0" | ||
|
||
[[constraint]] | ||
branch = "master" | ||
name = "golang.org/x/net" | ||
|
||
[prune] | ||
go-tests = true | ||
unused-packages = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.