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

feat(portal): 接入 scowd 文件分片上传 #1346

Merged
merged 61 commits into from
Aug 13, 2024
Merged

Conversation

Miracle575
Copy link
Contributor

@Miracle575 Miracle575 commented Jul 9, 2024

接入 scowd 分片上传相关接口

  1. initMultipartUpload 接口,初始化分片上传,获取基本上传信息
  2. 使用原本的上传接口上传分片
  3. 分片上传完成后调用 mergeFileChunks 接口进行分片合并

scowd部分:https://github.com/PKUHPC/SCOWD/pull/10

Copy link

changeset-bot bot commented Jul 9, 2024

🦋 Changeset detected

Latest commit: a535fca

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 18 packages
Name Type
@scow/portal-server Patch
@scow/lib-operation-log Patch
@scow/scowd-protos Patch
@scow/portal-web Patch
@scow/mis-web Patch
@scow/lib-server Patch
@scow/grpc-api Minor
@scow/ai Patch
@scow/audit-server Patch
@scow/lib-scowd Patch
@scow/auth Patch
@scow/mis-server Patch
@scow/protos Patch
@scow/lib-hook Patch
@scow/lib-scheduler-adapter Patch
@scow/lib-web Patch
@scow/gateway Patch
@scow/cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@Miracle575
Copy link
Contributor Author

Miracle575 commented Jul 17, 2024

暂时不合入 master,需要修复 scowd 这边的一个 bug,等待1.6.3再合入

@Miracle575 Miracle575 marked this pull request as draft July 17, 2024 11:08
@Miracle575 Miracle575 marked this pull request as ready for review August 5, 2024 02:49
apps/portal-server/src/services/file.ts Outdated Show resolved Hide resolved
protos/portal/file.proto Outdated Show resolved Hide resolved
protos/portal/file.proto Outdated Show resolved Hide resolved
protos/portal/file.proto Show resolved Hide resolved
@pkuhpc-review-bot pkuhpc-review-bot bot added Code-ChangeRequested and removed Code-ReviewRequested Code Review Requested labels Aug 8, 2024
@Miracle575
Copy link
Contributor Author

scowd 已同步修改,cr 完成后需邀请测试介入

@Miracle575 Miracle575 requested a review from ddadaal August 9, 2024 08:01
@pkuhpc-review-bot pkuhpc-review-bot bot added Code-ReviewRequested Code Review Requested and removed Code-ChangeRequested labels Aug 9, 2024
@pkuhpc-review-bot pkuhpc-review-bot bot added Code-Approved Code Review approved ReadyForMerge Ready for merge and removed Code-ReviewRequested Code Review Requested labels Aug 9, 2024
@Miracle575 Miracle575 merged commit abd69cb into master Aug 13, 2024
9 checks passed
@Miracle575 Miracle575 deleted the feat-breakpoint-upload branch August 13, 2024 09:07
@lyl-available
Copy link
Contributor

测试通过

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code-Approved Code Review approved ReadyForMerge Ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants