Commit Graph

9 Commits

Author SHA1 Message Date
s1d3sw1ped cc240ae9db Refactor release workflow to consolidate build steps and enhance Docker image handling
CI / Go Tests (push) Successful in 14s
CI / Build (push) Successful in 11s
Format / gofmt (push) Successful in 8s
Release Artifacts / Validate release tag (push) Successful in 1s
Release Artifacts / Build and release executables (push) Successful in 23s
Release Artifacts / Build and release Docker image (push) Failing after 5s
- Merged the test and release-binaries jobs into a single build-and-release-executables job for improved clarity.
- Updated Docker image build and push steps to streamline the process and remove unnecessary artifact handling.
- Enhanced permissions for Docker image publishing and adjusted environment variable usage for better security and efficiency.
2026-06-01 03:21:05 -05:00
s1d3sw1ped c38b2f9ece Refactor release workflow to remove unnecessary registry login step and update fallback token handling
CI / Go Tests (push) Successful in 13s
CI / Build (push) Successful in 11s
Format / gofmt (push) Successful in 7s
Release Artifacts / Validate release tag (push) Successful in 4s
Release Artifacts / Test release candidate (push) Successful in 12s
Release Artifacts / Build executable release artifacts (push) Successful in 14s
Release Artifacts / Build Docker image artifact (push) Successful in 29s
Release Artifacts / Publish release (push) Failing after 2s
Release Artifacts / Publish Docker image (push) Failing after 2s
- Removed the login step to the Docker registry, simplifying the workflow.
- Updated fallback token retrieval to use secrets for enhanced security.
2026-06-01 03:13:35 -05:00
s1d3sw1ped e3c4bd5195 Implement comprehensive release workflow with validation, testing, and Docker support
CI / Go Tests (push) Successful in 11s
CI / Build (push) Successful in 10s
Format / gofmt (push) Successful in 8s
Release Artifacts / Validate release tag (push) Successful in 2s
Release Artifacts / Test release candidate (push) Successful in 13s
Release Artifacts / Build executable release artifacts (push) Successful in 12s
Release Artifacts / Build Docker image artifact (push) Failing after 3s
Release Artifacts / Publish release (push) Has been skipped
Release Artifacts / Publish Docker image (push) Has been skipped
- Added a validation job for release tags to ensure correct format.
- Introduced a testing job to run UI tests and race tests before release.
- Enhanced the release process to build and publish Docker images alongside binaries.
- Updated artifact handling to use validated tags for naming and uploading.
- Streamlined the workflow to ensure dependencies are built and tested prior to release.
2026-06-01 03:04:35 -05:00
s1d3sw1ped 7968d47030 Enhance release workflow and documentation for tag validation and release notes generation
CI / Go Tests (push) Successful in 13s
CI / Build (push) Successful in 12s
Format / gofmt (push) Successful in 7s
Release Artifacts / Build and publish release (push) Successful in 12s
- Added validation for accepted release tag formats in the release workflow.
- Implemented a step to generate release notes based on changes since the last tag.
- Updated README.md to include accepted tag formats for stable and prerelease versions.
- Adjusted archive naming convention for consistency in release artifacts.
2026-06-01 02:33:47 -05:00
s1d3sw1ped 56fd479761 Refactor release workflow to streamline binary builds and packaging
CI / Go Tests (push) Successful in 13s
CI / Build (push) Successful in 11s
Format / gofmt (push) Successful in 8s
Release Artifacts / Build and publish release (push) Successful in 14s
- Updated the release workflow to consolidate build steps for different architectures.
- Changed the variant name in README.md for clarity on static binaries compatibility.
- Enhanced the packaging process to create release archives for each binary built.
- Removed the matrix strategy for builds, simplifying the CI configuration.
2026-06-01 02:17:42 -05:00
s1d3sw1ped 051e3c3c64 Update artifact upload action in release workflow to use a direct URL
CI / Go Tests (push) Successful in 11s
CI / Build (push) Successful in 8s
Format / gofmt (push) Successful in 5s
Release Artifacts / Build linux/amd64 (default) (push) Successful in 22s
Release Artifacts / Build linux/amd64 (alpine-static) (push) Successful in 13s
Release Artifacts / Build linux/arm64 (default) (push) Successful in 17s
Release Artifacts / Build linux/arm64 (alpine-static) (push) Successful in 14s
2026-06-01 02:11:56 -05:00
s1d3sw1ped 1cab3bd812 Update artifact upload action in release workflow to use Gitea's upload action
CI / Go Tests (push) Successful in 11s
CI / Build (push) Successful in 8s
Format / gofmt (push) Successful in 5s
Release Artifacts / Build linux/amd64 (default) (push) Failing after 2s
Release Artifacts / Build linux/amd64 (alpine-static) (push) Failing after 2s
Release Artifacts / Build linux/arm64 (default) (push) Failing after 2s
Release Artifacts / Build linux/arm64 (alpine-static) (push) Failing after 3s
2026-06-01 02:10:02 -05:00
s1d3sw1ped fcc7cc37da Add Node.js setup and UI build steps to CI workflow
CI / Go Tests (push) Successful in 25s
CI / Build (push) Successful in 8s
Format / gofmt (push) Successful in 4s
Release Artifacts / Build linux/amd64 (default) (push) Failing after 16s
Release Artifacts / Build linux/amd64 (alpine-static) (push) Failing after 15s
Release Artifacts / Build linux/arm64 (default) (push) Failing after 14s
Release Artifacts / Build linux/arm64 (alpine-static) (push) Failing after 14s
- Added a step to set up Node.js version 20 in the CI workflow.
- Included installation of UI dependencies and a build step for UI assets.
- Enhanced the CI process to ensure UI components are built before running tests.
2026-06-01 02:06:40 -05:00
s1d3sw1ped 34fd1a5a4d Add Docker support with Dockerfile, entrypoint script, and CI workflows
CI / Go Tests (push) Failing after 26s
CI / Build (push) Successful in 15s
Format / gofmt (push) Successful in 5s
- Introduced a Dockerfile for building the application with Go and Node.js dependencies.
- Added a docker-entrypoint.sh script to manage container execution.
- Created a .dockerignore file to exclude unnecessary files from the Docker context.
- Updated Makefile to include a new target for building the Docker image.
- Added CI workflows for testing, formatting, and releasing artifacts in Gitea.
2026-06-01 02:03:17 -05:00