Commit Graph

8 Commits

Author SHA1 Message Date
f9ff4d0138 Enhance server configuration for large file uploads and improve token handling. Increase request body size limit in the server to 20 GB, update registration token expiration logic to support infinite expiration, and adjust database schema to accommodate larger file sizes. Add detailed logging for file upload processes and error handling improvements. 2025-11-23 16:59:36 -06:00
f7e1766d8b Update go.mod to include golang.org/x/crypto v0.45.0 and remove indirect reference. Refactor task handling in client.go to use switch-case for task types and remove unused VAAPI device functions for cleaner code. 2025-11-23 11:03:54 -06:00
2a0ff98834 massive changes and it works 2025-11-23 10:58:24 -06:00
30aa969433 Update dependencies and clean up project structure. Add cloud.google.com/go/compute/metadata as an indirect requirement in go.mod. Remove unused files and update package.json for Vite and React plugins. Refactor Makefile for improved build process. 2025-11-22 06:53:24 -06:00
c9ade39ad9 Implement job metadata extraction and task management features. Add validation for frame range limits, enhance job and task data structures, and introduce new API endpoints for metadata and task retrieval. Update client-side components to handle metadata extraction and display task statuses. Improve error handling in API responses. 2025-11-22 06:37:32 -06:00
27a09aedd6 Refactor imports and clean up whitespace in API and runner client files. Update auth package references to use the new package structure. Improve mutex usage in the runner client for better concurrency handling. 2025-11-22 05:45:13 -06:00
fb2e318eaa redo 2025-11-22 05:40:31 -06:00
87cb54a17d initial commit 2025-11-21 17:31:18 -06:00