-
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
feat: Rework GetCollection/SchemaByFoo funcs into single #2319
feat: Rework GetCollection/SchemaByFoo funcs into single #2319
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #2319 +/- ##
===========================================
+ Coverage 74.29% 74.81% +0.52%
===========================================
Files 256 256
Lines 25373 25254 -119
===========================================
+ Hits 18849 18892 +43
+ Misses 5223 5076 -147
+ Partials 1301 1286 -15
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 7 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
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. Nice change :)
Function has been preserved as syntax sugar here, as the return type is worth it in this case I think (can only ever return one item, or an error).
Sorry about this one, collection describe was pretty broken, only respecting the get-inactive flag and none of the others, and I didn't realize until quite late. It didn't seem worth going back and re-committing everything with this fix in first.
Misc clean after fixing collection describe, I didn't want to lump this in with the actual fix.
Broken out to own commit to avoid confusing the actual concrete changes made in the next few commits.
Function preserved as syntax sugar as the return type is handy
d1e0691
to
53f3f10
Compare
…rk#2319) ## Relevant issue(s) Resolves sourcenetwork#2008 ## Description Reworks the GetCollection/SchemaByFoo funcs into single GetCollections and GetSchemas funcs.
bug bash issue #2371 |
Relevant issue(s)
Resolves #2008
Description
Reworks the GetCollection/SchemaByFoo funcs into single GetCollections and GetSchemas funcs.
Commits are mostly clean, and might be easier to review from everything at once, but watch out for a pair of small fixup commits I left in the middle (sorry).