Skip to content

LargeFileUpload - node js stream support and progress handling, rollup library updates#401

Merged
nikithauc merged 21 commits into3.0.0from
nikithauc/stream-support
Mar 25, 2021
Merged

LargeFileUpload - node js stream support and progress handling, rollup library updates#401
nikithauc merged 21 commits into3.0.0from
nikithauc/stream-support

Conversation

@nikithauc
Copy link
Copy Markdown
Contributor

Fixes #320 , #305, #380 .

  • Introducing new classes StreamUpload and FileUpload implementing the FileObject interface and having the sliceFile logic.
  • Added a Progress interface for progress handling.
  • Updates roll up libraries, added copyright.

Comment thread docs/tasks/LargeFileUploadTask.md Outdated
Comment thread docs/tasks/LargeFileUploadTask.md Outdated
Comment thread docs/tasks/LargeFileUploadTask.md Outdated
Comment thread docs/tasks/LargeFileUploadTask.md Outdated
Comment thread docs/tasks/LargeFileUploadTask.md Outdated
Comment thread src/tasks/LargeFileUploadTask.ts Outdated
Comment thread test/node/tasks/StreamUpload.ts Outdated
Comment thread test/node/tasks/StreamUpload.ts Outdated
Comment thread test/node/tasks/StreamUpload.ts
Comment thread test/common/tasks/LargeFileUploadTask.ts Outdated
Comment thread docs/tasks/LargeFileUploadTask.md Outdated
Comment thread docs/tasks/LargeFileUploadTask.md Outdated
Comment thread docs/tasks/LargeFileUploadTask.md Outdated
Comment thread src/tasks/FileUploadUtil/FileObjectClasses/FileUpload.ts Outdated
Comment thread src/tasks/FileUploadUtil/FileObjectClasses/FileUpload.ts Outdated
Comment thread src/tasks/LargeFileUploadTask.ts Outdated
Comment thread src/tasks/LargeFileUploadTask.ts
Comment thread src/tasks/LargeFileUploadTask.ts Outdated
Comment thread src/tasks/LargeFileUploadTask.ts Outdated
Comment thread src/tasks/OneDriveLargeFileUploadTask.ts Outdated
@nikithauc nikithauc marked this pull request as draft March 17, 2021 08:32
@nikithauc nikithauc marked this pull request as ready for review March 18, 2021 00:09
Comment thread samples/node/main.js Outdated
Comment thread samples/node/main.js Outdated
Comment thread samples/node/main.js Outdated
Comment thread samples/node/main.js Outdated
Comment thread samples/node/main.js Outdated
Comment thread src/tasks/LargeFileUploadTask.ts Outdated
Comment thread src/tasks/LargeFileUploadTask.ts Outdated
Comment thread src/tasks/LargeFileUploadTask.ts Outdated
Comment thread src/tasks/OneDriveLargeFileUploadTask.ts
Comment thread src/tasks/OneDriveLargeFileUploadTask.ts Outdated
@baywet
Copy link
Copy Markdown
Member

baywet commented Mar 18, 2021

I missed one commit in my previous review, sorry about that, resolved the things are are already resolved. Only a few things left :)

@nikithauc
Copy link
Copy Markdown
Contributor Author

I missed one commit in my previous review, sorry about that, resolved the things are are already resolved. Only a few things left :)

Thank you for the review! I liked the idea to use generics.

@nikithauc nikithauc requested review from baywet and zengin March 18, 2021 18:31
Copy link
Copy Markdown
Contributor

@zengin zengin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for taking the proposed changes.

@nikithauc nikithauc merged commit 9ad1150 into 3.0.0 Mar 25, 2021
@nikithauc nikithauc deleted the nikithauc/stream-support branch May 3, 2021 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update rollup dependencies Node.js stream support missing in LargFileUploadTask LargeFileUploadTask .upload() progress handler

3 participants