-
Notifications
You must be signed in to change notification settings - Fork 21
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
[BIOMAGE-1878] - Add v2 cellsets endpoints #346
Conversation
Codecov Report
@@ Coverage Diff @@
## master #346 +/- ##
==========================================
+ Coverage 85.48% 85.58% +0.09%
==========================================
Files 137 146 +9
Lines 3761 3891 +130
Branches 418 429 +11
==========================================
+ Hits 3215 3330 +115
- Misses 501 514 +13
- Partials 45 47 +2
Continue to review full report at Codecov.
|
src/api.v2/helpers/s3/putObject.js
Outdated
const NotFoundError = require('../../../utils/responses/NotFoundError'); | ||
const getS3Client = require('./getS3Client'); | ||
|
||
const pubObject = async (params) => { |
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.
putObject
Description
Add GET and PATCH cellSets for v2 endpoint
Details
URL to issue
https://biomage.atlassian.net/browse/BIOMAGE-1878
https://ui-agi-sunny-beaver.scp-staging.biomage.net/
Link to staging deployment URL (or set N/A)
N/A
Links to any PRs or resources related to this PR
hms-dbmi-cellenics/ui#702
Integration test branch
master
Merge checklist
Your changes will be ready for merging after all of the steps below have been completed.
Code updates
Have best practices and ongoing refactors being observed in this PR
Manual/unit testing
Integration testing
You must check the box below to run integration tests on the latest commit on your PR branch.
Integration tests have to pass before the PR can be merged. Without checking the box, your PR
will not pass the required status checks for merging.
Documentation updates
Optional