Skip to content
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

Call v2 version of registerRecord on all uploads #498

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

meisekimiu
Copy link
Member

We previously only used this for multipart uploads. Migrate to the V2 version of this endpoint.

Steps to test:

  1. Verify that uploads of files under 50MB in size still work properly.

We previously only used this for multipart uploads. Migrate to the V2
version of this endpoint.

PER-9931: Use V2 requests in all calls to /registerRecord
Copy link

codecov bot commented Dec 4, 2024

Codecov Report

Attention: Patch coverage is 16.66667% with 5 lines in your changes missing coverage. Please review.

Project coverage is 42.70%. Comparing base (358328a) to head (e3d8b47).

Files with missing lines Patch % Lines
src/app/core/services/upload/uploader.ts 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #498      +/-   ##
==========================================
+ Coverage   42.65%   42.70%   +0.04%     
==========================================
  Files         359      359              
  Lines       10974    10973       -1     
  Branches     1793     1792       -1     
==========================================
+ Hits         4681     4686       +5     
+ Misses       6133     6128       -5     
+ Partials      160      159       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants