Add retry logic with exponential backoff for concurrent HF upload conflicts f98d63d sachnun commited on Oct 18, 2025
Fix TypeScript errors: remove DATABASE_AUTH_TOKEN and add @types /pg dc5edb2 sachnun commited on Oct 18, 2025
Fix: Move huggingface-cli lfs-enable-largefiles after git lfs track 857f6a9 sachnun commited on Oct 18, 2025
Add cancel endpoint for remote uploads (DELETE /upload/remote/:uploadId) 8182633 sachnun commited on Oct 18, 2025
Use native git commands for file upload (simplest and most reliable) 181bf91 sachnun commited on Oct 18, 2025
Implement Git LFS direct upload to avoid memory issues with large files d67e508 sachnun commited on Oct 18, 2025
Switch to HuggingFace commit API for uploads (deprecated endpoint fix) 2694e80 sachnun commited on Oct 18, 2025
Use streaming upload to HuggingFace Dataset API for maximum speed ac789a7 sachnun commited on Oct 18, 2025
Implement aria2 JSON-RPC for real-time progress and skip duplicate uploads d3aca74 sachnun commited on Oct 18, 2025
Implement file size polling for real-time aria2 download progress 2ded105 sachnun commited on Oct 18, 2025
Fix aria2 progress reporting to parse actual buffered output format 0ae91ea sachnun commited on Oct 18, 2025
Fix aria2 progress reporting: change log level from warn to notice 1dd5e65 sachnun commited on Oct 18, 2025
Fix TypeScript error: Use Buffer[] instead of Uint8Array[] for chunks dc9cfe2 sachnun commited on Oct 18, 2025
Fix: Create Blob from chunks instead of stream for HF upload 66dc8e8 sachnun commited on Oct 18, 2025
Implement streaming upload for large files to bypass Node.js 2GB limit 3f08c0f sachnun commited on Oct 18, 2025
Add 1s delay after sending completion event to ensure SSE flush 5a594e0 sachnun commited on Oct 18, 2025
Remove explicit stream.close() calls to allow natural SSE stream completion e03b0bc sachnun commited on Oct 18, 2025
Add delay before closing SSE stream to ensure completion event is flushed 94d9c64 sachnun commited on Oct 18, 2025
Return SSE stream directly from POST /upload/remote endpoint c53aac7 sachnun commited on Oct 18, 2025
Refactor remote upload to non-blocking architecture for real-time progress tracking 9932e8c sachnun commited on Oct 18, 2025
Improve SSE progress endpoint with better connection handling 3fc39c5 sachnun commited on Oct 18, 2025
Fix aria2 SSL certificate error and create download directory b39801d sachnun commited on Oct 18, 2025
Implement SSE real-time progress tracking for remote uploads 4ab5dc5 sachnun commited on Oct 18, 2025
Fix root folder upload issue - properly handle empty parentId 2b45453 sachnun commited on Oct 17, 2025