Skip to content

[CLI 17] feat: improve upload progress reporting - #233

Merged
raviships merged 7 commits into
nextfrom
feat/cli-upload-progress
Sep 1, 2026
Merged

[CLI 17] feat: improve upload progress reporting#233
raviships merged 7 commits into
nextfrom
feat/cli-upload-progress

Conversation

@raviships

@raviships raviships commented Aug 29, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • report byte-level progress while each signed upload request body is consumed
  • aggregate multipart progress monotonically across concurrent parts and retries
  • replace append-only CLI progress logs with stable, in-place rows that do not move when uploads complete
  • show the upload phase, progress bar, percentage, and transferred bytes
  • keep JSON, plain, redirected, and --no-progress output unchanged

Stack

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

Verification

  • pnpm --filter @edgestore/sdk lint
  • pnpm --filter @edgestore/sdk build
  • pnpm --filter @edgestore/sdk test (52 tests)
  • pnpm --filter @edgestore/cli lint
  • pnpm --filter @edgestore/cli build
  • pnpm --filter @edgestore/cli test (230 tests)

Release

This PR intentionally includes .changeset/bright-files-progress.md for the
published SDK and CLI behavior changes. 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 [CLI 17] feat: improve upload progress display [CLI 17] feat: improve upload progress reporting Aug 30, 2026
@vercel
vercel Bot temporarily deployed to Preview – edgestore-docs August 30, 2026 00:52 Inactive
@vercel
vercel Bot temporarily deployed to Preview – example-components August 30, 2026 00:52 Inactive
@vercel
vercel Bot temporarily deployed to Preview – example-access-control August 30, 2026 00:52 Inactive
@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:50:19.678583Z 83ef5ce 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: 67ce24718b

ℹ️ 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/sdk/src/internal/uploadTransfer.ts
@raviships

Copy link
Copy Markdown
Collaborator Author

@codex review

@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: f504329e56

ℹ️ 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/sdk/src/internal/uploadTransfer.ts
Comment thread packages/cli/src/core/uploadProgress.ts Outdated
@vercel
vercel Bot temporarily deployed to Preview – example-components August 30, 2026 05:39 Inactive
@vercel
vercel Bot temporarily deployed to Preview – edgestore-docs August 30, 2026 05:40 Inactive
@vercel
vercel Bot temporarily deployed to Preview – example-access-control August 30, 2026 05:40 Inactive
@raviships

Copy link
Copy Markdown
Collaborator Author

@codex review

@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: b01f745a18

ℹ️ 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/sdk/src/internal/uploadTransfer.ts
@raviships

Copy link
Copy Markdown
Collaborator Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Keep them coming!

Reviewed commit: 61e3e908aa

ℹ️ 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

Copy link
Copy Markdown
Collaborator Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

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

Reviewed commit: 83ef5ce85e

ℹ️ 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-upload-progress 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