Commit Graph

3 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] d07dad670a Address code review feedback
- Fix indentation in syncBlob (use proper tabs)
- Remove redundant digest type conversion in SyncBlob
- Add O_TRUNC flag when creating temp files to prevent stale data
- Improve EOF handling in blob download loop
- Add named constant for temp directory path
- Enhance digest verification TODO with security note
- Add detailed comment explaining dummy tag usage
- Format all modified Go files

Co-authored-by: rchincha <45800463+rchincha@users.noreply.github.com>
2026-01-26 01:34:47 +00:00
copilot-swe-agent[bot] e8543c720b Implement blob streaming sync with on-demand support
- Add SyncBlob method to sync service and on-demand interface
- Integrate blob sync into GetBlob API handler
- Use regclient to fetch blobs from upstream
- Automatically trigger sync when blob not found locally
- Handle sync errors gracefully with retry to local storage

This implements the core requirement from PR #3733 discussion:
check if blob exists, if not, sync from upstream on-demand.

Co-authored-by: rchincha <45800463+rchincha@users.noreply.github.com>
2026-01-26 01:27:59 +00:00
copilot-swe-agent[bot] 8a45799451 Add initial BlobStreamer infrastructure for streaming sync
Co-authored-by: rchincha <45800463+rchincha@users.noreply.github.com>
2026-01-26 01:21:23 +00:00