Skip to content

[CLI 18] feat: upload files concurrently - #234

Merged
raviships merged 2 commits into
feat/cli-upload-progressfrom
feat/cli-parallel-uploads
Sep 1, 2026
Merged

[CLI 18] feat: upload files concurrently#234
raviships merged 2 commits into
feat/cli-upload-progressfrom
feat/cli-parallel-uploads

Conversation

@raviships

@raviships raviships commented Aug 29, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • upload up to three files concurrently while retaining input-ordered results
  • render one stable live progress row per file, including after individual uploads finish
  • continue scheduling after ordinary file failures and report all failures once the batch settles
  • stop scheduling new files after cancellation while preserving active-upload cleanup

Stack

  1. [CLI 17] feat: improve upload progress reporting #233 - upload progress reporting
  2. [CLI 18] feat: upload files concurrently #234 - parallel file uploads

Depends on #233 and should be reviewed after it.

Verification

  • pnpm --filter @edgestore/cli lint
  • pnpm --filter @edgestore/cli build
  • pnpm --filter @edgestore/cli test (233 tests)

Release

This PR intentionally includes .changeset/quick-files-upload.md for the
published CLI behavior change. The release workflow will consume the changeset.

@vercel

vercel Bot commented Aug 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

3 Skipped Deployments
Project Deployment Actions Updated
edgestore-docs Ignored Ignored Preview Sep 1, 2026 1:45pm UTC
example-access-control Ignored Ignored Preview Sep 1, 2026 1:45pm UTC
example-components Ignored Ignored Preview Sep 1, 2026 1:45pm UTC

Request Review

@raviships raviships changed the title feat(cli): upload files concurrently [CLI 18] feat: upload files concurrently Aug 29, 2026
@raviships
raviships force-pushed the feat/cli-parallel-uploads branch 2 times, most recently from 8bae937 to 2fbf2ac Compare August 30, 2026 00:52
@raviships
raviships marked this pull request as ready for review August 30, 2026 01:22
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 30, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-01T13:49:14.748702Z e82170d Manual request
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2fbf2ac034

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/cli/src/commands/upload.ts
Comment thread packages/cli/src/commands/upload.ts Outdated
@raviships
raviships force-pushed the feat/cli-parallel-uploads branch from 2fbf2ac to 7c52da8 Compare August 30, 2026 01:43
@raviships

Copy link
Copy Markdown
Collaborator Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Nice work!

Reviewed commit: 7c52da81a7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@raviships
raviships force-pushed the feat/cli-parallel-uploads branch 2 times, most recently from 5d7febc to 18d016e Compare August 30, 2026 05:50
@raviships
raviships force-pushed the feat/cli-parallel-uploads branch from 18d016e to e82170d Compare September 1, 2026 13:45
@raviships

Copy link
Copy Markdown
Collaborator Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. 🎉

Reviewed commit: e82170dc05

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@raviships
raviships merged commit 05b04d5 into next Sep 1, 2026
8 checks passed
@raviships
raviships deleted the feat/cli-parallel-uploads branch September 1, 2026 13:54
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.

1 participant