Commit Graph

8 Commits

Author SHA1 Message Date
s1d3sw1ped 7440511740 Add GoReleaser configuration and update Makefile for streamlined builds
Release Tag / release (push) Failing after 46s
- Introduced .goreleaser.yaml for automated release management.
- Updated Makefile to utilize GoReleaser for building the jiggablend binary.
- Added new workflows for release tagging and pull request checks in Gitea.
- Updated dependencies in go.mod and go.sum, including new packages for versioning.
- Enhanced .gitignore to exclude build artifacts in the dist directory.
2026-01-02 14:28:03 -06:00
s1d3sw1ped 94490237fe Update .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. 2026-01-02 13:55:19 -06:00
s1d3sw1ped edc8ea160c something 2025-11-27 00:46:48 -06:00
s1d3sw1ped 4ac05d50a1 Enhance 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. 2025-11-24 21:48:05 -06:00
s1d3sw1ped 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
s1d3sw1ped 2a0ff98834 massive changes and it works 2025-11-23 10:58:24 -06:00
s1d3sw1ped fb2e318eaa redo 2025-11-22 05:40:31 -06:00
s1d3sw1ped 87cb54a17d initial commit 2025-11-21 17:31:18 -06:00