-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat(remote): Implement GitHub archive download with git clone fallback #658
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
2914ce5
feat(remote): Implement GitHub archive download with git clone fallback
yamadashy 5270bbc
refactor(remote): Use fflate for ZIP extraction and improve GitHub UR…
yamadashy 3f0d125
fix(archive): Improve ZIP extraction error handling and directory cre…
yamadashy 8696b32
fix(github): Address PR review feedback for archive download feature
yamadashy 9e81c89
security(git): Fix URL substring sanitization vulnerability
yamadashy 0ca4f30
feat(remote): Optimize git dependency check timing for archive downloads
yamadashy 70e6822
fix(github): Address additional code review feedback on async handling
yamadashy 6a1980c
perf(archive): Implement concurrent file extraction and memory-effici…
yamadashy b1dc1ef
docs(claude): Add AI review request commands to CLAUDE.md
yamadashy 148dc80
security(archive): Fix path traversal vulnerability and URI encoding …
yamadashy 328f541
docs(commands): Add PR review request command template
yamadashy d25c830
refactor(archive): Address comprehensive security and performance imp…
yamadashy b659d9a
fix(archive): Limit concurrent file writes to prevent EMFILE errors
yamadashy 6651756
docs(claude): Document file concurrency limits to prevent EMFILE errors
yamadashy cc35e20
fix(archive): Revert to sequential processing to eliminate EMFILE errors
yamadashy 69e8cb7
feat(archive): Implement true streaming ZIP extraction for optimal pe…
yamadashy cab24c6
fix(git): Remove streaming ZIP extraction implementation
yamadashy f4f911e
test(git): Add comprehensive test suite for gitHubArchive.ts
yamadashy 9708e1c
perf(test): Optimize gitHubArchive test execution time
yamadashy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Please request a review of this pull request from Gemini and Coderabbit. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.