-
Notifications
You must be signed in to change notification settings - Fork 27
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
✨ Adds folders_get to folders db layer #6153
✨ Adds folders_get to folders db layer #6153
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6153 +/- ##
=========================================
+ Coverage 84.5% 89.1% +4.5%
=========================================
Files 10 1261 +1251
Lines 214 53335 +53121
Branches 25 705 +680
=========================================
+ Hits 181 47540 +47359
- Misses 23 5637 +5614
- Partials 10 158 +148
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
I missed it, but probably would have been better to create 3 columns instead of a json one in the first place. anyway. cool!
packages/postgres-database/src/simcore_postgres_database/utils_folders.py
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
What do these changes do?
Allows to query the information about a single folder via folder_id and gid.
Related issue/s
How to test
Dev-ops checklist