Skip to content

feat: add file api update + minor version bump#31

Merged
rkdud007 merged 7 commits into
mainfrom
pia/file-api-update
May 28, 2026
Merged

feat: add file api update + minor version bump#31
rkdud007 merged 7 commits into
mainfrom
pia/file-api-update

Conversation

@rkdud007
Copy link
Copy Markdown
Collaborator

Mirrors pia/file-api-backend-2 from the monorepo

  • GET /repos/files gains new query params path, recursive, cursor, limit. Response now includes entries: TreeEntry[], nextCursor, hasMore. Legacy paths is preserved.

  • GET /repos/files/metadata gets the same new query params. Each file row gains an optional type. Response gains nextCursor, hasMore.

  • GET|HEAD /repos/file gains HEAD method support. Range plus If-Match/If-None-Match/If-Modified-Since/If-Unmodified-Since/If-Range are forwarded. 206/304/412 pass through. Response
    surfaces ETag, Last-Modified, Accept-Ranges, Content-Range, X-Blob-Sha, X-Last-Commit-Sha.

  • GET /repos/commits gains a new path query param to scope history.

@rkdud007 rkdud007 marked this pull request as draft May 25, 2026 06:49
@rkdud007 rkdud007 marked this pull request as ready for review May 28, 2026 00:26
@rkdud007
Copy link
Copy Markdown
Collaborator Author

@codex review

Copy link
Copy Markdown

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

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: ccb814957a

ℹ️ 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/code-storage-typescript/src/index.ts Outdated
@rkdud007
Copy link
Copy Markdown
Collaborator Author

@codex review

@rkdud007 rkdud007 requested a review from jacobbednarz May 28, 2026 01:41
@rkdud007 rkdud007 changed the title feat: add file api update feat: add file api update + minor version bump May 28, 2026
@chatgpt-codex-connector
Copy link
Copy Markdown

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

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

@rkdud007 rkdud007 merged commit 9d32661 into main May 28, 2026
3 checks passed
@rkdud007 rkdud007 deleted the pia/file-api-update branch May 28, 2026 04:44
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