-
Notifications
You must be signed in to change notification settings - Fork 25
Adding Endpoint for Zone Details in vinyldns-cli #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
556962a
Adding Endpoint for Zone Details in vinyldns-cli
ssranjani06 8deedec
Modified go.mod file
ssranjani06 19cc033
Modified cli.go
ssranjani06 3ad6a68
Modified go.mod file
ssranjani06 d36b769
Modified go.mod file
ssranjani06 f9fd1df
Modified go.mod file by adding branch name
ssranjani06 928553a
Modified code for testing purposes
ssranjani06 99ab480
Uncommented record set code and fixed the return type issue
ssranjani06 28bac05
Added docker wrapper script in go.yml
ssranjani06 a8d606a
makefile changes
ssranjani06 66f79bc
formatting the files
ssranjani06 003df4e
Modified go.mod and go.yml
ssranjani06 5ac53cf
Modified makefile to the next version and go.yml to include create …
ssranjani06 fe0c4e7
Changes based on Nick's Review Comments
ssranjani06 c792234
Changes based on make format
ssranjani06 b72050d
Changes based on Arpit's review comments
ssranjani06 e78a8c8
Merge branch 'main' into zoneDetailsPR
ssranjani06 e0bb2f1
Merge branch 'zoneDetailsPR' of github.com:ssranjani06/vinyldns-cli i…
ssranjani06 dac2f59
Merged Josh's changes from main and zone-details usage changes
ssranjani06 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,18 +1,19 @@ | ||
| module github.com/vinyldns/vinyldns-cli | ||
|
|
||
| go 1.17 | ||
| go 1.21 | ||
|
|
||
| require ( | ||
| github.com/crackcomm/go-clitable v0.0.0-20151121230230-53bcff2fea36 | ||
| github.com/olekukonko/tablewriter v0.0.4 | ||
| github.com/urfave/cli v1.22.17 | ||
| github.com/vinyldns/go-vinyldns v0.9.16 | ||
| github.com/vinyldns/go-vinyldns v0.9.17 | ||
| ) | ||
|
|
||
| require ( | ||
| github.com/aws/aws-sdk-go-v2 v1.26.1 // indirect | ||
| github.com/aws/aws-sdk-go-v2/credentials v1.17.11 // indirect | ||
| github.com/aws/smithy-go v1.20.2 // indirect | ||
| github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect | ||
| github.com/mattn/go-runewidth v0.0.7 // indirect | ||
| github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
| github.com/smartystreets/assertions v1.2.1 // indirect | ||
| github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9 // indirect | ||
| ) |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.