bb57ce8659Update task status handling to reset runner_id on job cancellation and failure
0.0.2
Justin Harms2026-01-03 09:01:08 -06:00
1a8836e6aaMerge pull request 'Refactor job status handling to prevent race conditions' (#4) from fix-race into masters1d3sw1ped2026-01-02 18:25:17 -06:00
b51b96a618Refactor job status handling to prevent race conditionsJustin Harms2026-01-02 18:22:55 -06:00
8e561922c9Merge pull request 'Implement file deletion after successful uploads in runner and encoding processes' (#3) from fix-uploads into masters1d3sw1ped2026-01-02 17:51:19 -06:00
1c4bd78f56Add FFmpeg setup step to Gitea workflow for enhanced media processingJustin Harms2026-01-02 17:48:46 -06:00
3f2982ddb3Update Gitea workflow to include frontend build step and adjust Go build commandJustin Harms2026-01-02 17:46:03 -06:00
0b852c5087Update Gitea workflow to specify output binary location for jiggablend buildJustin Harms2026-01-02 17:40:34 -06:00
5e56c7f0e8Implement file deletion after successful uploads in runner and encoding processesJustin Harms2026-01-02 17:34:41 -06:00
7440511740Add GoReleaser configuration and update Makefile for streamlined buildsJustin Harms2026-01-02 14:28:03 -06:00
c7c8762164Update README.md to reflect significant changes in architecture and features. Replace DuckDB with SQLite for the database, enhance authentication options, and introduce a modern React-based web UI. Expand job management capabilities, including video encoding support and metadata extraction. Revise installation and configuration instructions, and clarify output formats and storage structure. Improve development guidelines for building and testing the application.Justin Harms2026-01-02 14:03:03 -06:00
94490237feUpdate .gitignore to include log files and database journal files. Modify go.mod to update dependencies for go-sqlite3 and cloud.google.com/go/compute/metadata. Enhance Makefile to include logging options for manager and runner commands. Introduce new job token handling in auth package and implement database migration scripts. Refactor manager and runner components to improve job processing and metadata extraction. Add support for video preview in frontend components and enhance WebSocket management for channel subscriptions.Justin Harms2026-01-02 13:55:19 -06:00
11e7552b5bRefactor API key handling in runners.go to streamline authorization logic. Remove redundant checks for "Bearer " prefix in API key extraction, enhancing code clarity and maintainability.Justin Harms2025-11-25 08:23:25 -06:00
a53ea4dce7Refactor runner and API components to remove IP address handling. Update client and server logic to streamline runner registration and task distribution. Introduce write mutexes for connection management to enhance concurrency control. Clean up whitespace and improve code readability across multiple files.Justin Harms2025-11-24 22:58:56 -06:00
3217bbfe4dRefactor error handling and improve code formatting in runners.go. Replace fmt.Errorf with errors.New for better error management. Clean up whitespace and enhance readability in various API response structures.Justin Harms2025-11-24 21:49:17 -06:00
4ac05d50a1Enhance logging and context handling in job management. Introduce a logger initialization with configurable parameters in the manager and runner commands. Update job context handling to use tar files instead of tar.gz, and implement ETag generation for improved caching. Refactor API endpoints to support new context file structure and enhance error handling in job submissions. Add support for unhide objects and auto-execution options in job creation requests.Justin Harms2025-11-24 21:48:05 -06:00
a029714e08Implement context archive handling and metadata extraction for render jobs. Add functionality to check for Blender availability, create context archives, and extract metadata from .blend files. Update job creation and retrieval processes to support new metadata structure and context file management. Enhance client-side components to display context files and integrate new API endpoints for context handling.Justin Harms2025-11-24 10:02:13 -06:00
f9ff4d0138Enhance 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.Justin Harms2025-11-23 16:59:36 -06:00
f7e1766d8bUpdate 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.Justin Harms2025-11-23 11:03:54 -06:00
30aa969433Update 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.Justin Harms2025-11-22 06:53:24 -06:00
c9ade39ad9Implement 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.Justin Harms2025-11-22 06:37:32 -06:00
27a09aedd6Refactor 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.Justin Harms2025-11-22 05:45:13 -06:00