Implement file deletion after successful uploads in runner and encoding processes #3

Merged
s1d3sw1ped merged 4 commits from fix-uploads into master 2026-01-02 17:51:19 -06:00
Owner

#1

  • Added logic to delete files after successful uploads in both runner and encode tasks to prevent duplicate uploads.
  • Included logging for any errors encountered during file deletion to ensure visibility of issues.
#1 - Added logic to delete files after successful uploads in both runner and encode tasks to prevent duplicate uploads. - Included logging for any errors encountered during file deletion to ensure visibility of issues.
s1d3sw1ped added 1 commit 2026-01-02 17:38:03 -06:00
Implement file deletion after successful uploads in runner and encoding processes
Some checks failed
PR Check / check-and-test (pull_request) Failing after 9s
5e56c7f0e8
- Added logic to delete files after successful uploads in both runner and encode tasks to prevent duplicate uploads.
- Included logging for any errors encountered during file deletion to ensure visibility of issues.
s1d3sw1ped added 1 commit 2026-01-02 17:44:31 -06:00
Update Gitea workflow to specify output binary location for jiggablend build
Some checks failed
PR Check / check-and-test (pull_request) Failing after 8s
0b852c5087
- Changed the build command in the test-pr.yaml workflow to output the jiggablend binary to the bin directory.
- This modification enhances the organization of build artifacts and aligns with project structure.
s1d3sw1ped added 1 commit 2026-01-02 17:46:10 -06:00
Update Gitea workflow to include frontend build step and adjust Go build command
Some checks failed
PR Check / check-and-test (pull_request) Failing after 42s
3f2982ddb3
- Added a step to install and build the frontend using npm in the test-pr.yaml workflow.
- Modified the Go build command to compile all packages instead of specifying the output binary location.
- This change improves the build process by integrating frontend assets with the backend build.
s1d3sw1ped added 1 commit 2026-01-02 17:49:01 -06:00
Add FFmpeg setup step to Gitea workflow for enhanced media processing
All checks were successful
PR Check / check-and-test (pull_request) Successful in 1m6s
1c4bd78f56
- Included a new step in the test-pr.yaml workflow to set up FFmpeg, improving the project's media handling capabilities.
- This addition complements the existing build steps for Go and frontend assets, ensuring a more comprehensive build environment.
s1d3sw1ped merged commit 8e561922c9 into master 2026-01-02 17:51:19 -06:00
s1d3sw1ped deleted branch fix-uploads 2026-01-02 17:51:19 -06:00
Sign in to join this conversation.
No description provided.