-
Notifications
You must be signed in to change notification settings - Fork 51
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
refactor: Schema list output to include schemaVersionID #1706
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
3e1dc28
to
994e657
Compare
schemaVersionID
schemaVersionID
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I think in the future we could return the full CollectionDescription
from these APIs, but for now this works.
@nasdf absolutely agree |
schemaVersionID
schemaVersionID
schemaVersionID
schemaVersionID
.
schemaVersionID
.
Codecov ReportPatch coverage:
@@ Coverage Diff @@
## develop #1706 +/- ##
===========================================
+ Coverage 75.38% 75.42% +0.04%
===========================================
Files 208 208
Lines 21694 21698 +4
===========================================
+ Hits 16352 16364 +12
+ Misses 4203 4197 -6
+ Partials 1139 1137 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
cmd.Printf("# Schema ID: %s\n", c.ID) | ||
cmd.Printf("# Version ID: %s\n", c.VersionID) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thought: There is no test for these :,)
…k#1706) ## Relevant issue(s) Resolves sourcenetwork#1705 ## Description Adds some additional `schemaID` and `schemaVersionID` fields to the `schema list` API, both HTTP and CLI
Relevant issue(s)
Resolves #1705
Description
Adds some additional
schemaID
andschemaVersionID
fields to theschema list
API, both HTTP and CLITasks
How has this been tested?
Specify the platform(s) on which this was tested: