Commit Graph

15 Commits

Author SHA1 Message Date
399168e4eb **feat(ci):** enhance release workflow with changelog generation and detailed release body
All checks were successful
CI / build-test (push) Successful in 1m2s
- Add `jq` dependency for JSON manipulation
- Automatically generate changelog from Git history for releases
- Refactor release body to include Docker image details and formatted changelog

Changelog: other
2026-02-25 21:39:39 +01:00
44cad49855 **fix(ci):** improve version bump script for robustness and compatibility
All checks were successful
CI / build-test (push) Successful in 1m2s
- Handle empty tag results gracefully using fallback in `grep`
- Use `${GITHUB_ENV:-$GITEA_ENV}` for environment variable assignment to ensure broader compatibility
2026-02-25 21:31:09 +01:00
0c456d9c78 **feat(ci):** introduce release workflow with version bump, Docker image build, and Gitea release automation
All checks were successful
CI / build-test (push) Successful in 1m2s
2026-02-25 21:12:40 +01:00
8af8131c9f - **fix(ci):** replace docker buildx with docker build in CI workflow for compatibility
All checks were successful
CI / build-test (push) Successful in 1m2s
CI / docker (push) Successful in 2m33s
2026-02-25 20:48:52 +01:00
6094edc5c8 - **refactor(main):** migrate static HTML to React components
Some checks failed
CI / build-test (push) Successful in 1m25s
CI / docker (push) Failing after 1s
- **feat(ui):** implement `AcknowledgeButton` component for acknowledging images
- **feat(stats):** add dashboard stats for total images, pending updates, and acknowledged status
- **chore(deps):** introduce `bun` dependency management and add required libraries
- **style(ui):** enhance UI with Tailwind-based components and modularity improvements
- **chore:** add drag-and-drop tag assignment using `@dnd-kit/core`
2026-02-25 20:37:15 +01:00
54478dcd4f changed docker image from latest to specific tag
Some checks failed
CI / build-test (push) Successful in 48s
CI / docker (push) Failing after 2s
2026-02-23 21:25:30 +01:00
e4f32132e3 Refactor project structure: enhance tests, improve server shutdown, expand CI checks, and update UI for better event presentation.
Some checks failed
CI / build-test (push) Failing after 4s
CI / docker (push) Has been skipped
2026-02-23 21:12:39 +01:00
d3c15648f7 Set GOTOOLCHAIN environment variable to local in CI workflow
Some checks failed
CI / build-test (push) Failing after 4s
CI / docker (push) Has been skipped
Changelog: other
2026-02-23 20:40:35 +01:00
cb6e56180a Update CI workflow to use custom Docker image for build and streamline Docker push job
Some checks failed
CI / build-test (push) Failing after 55s
CI / docker (push) Has been skipped
2026-02-23 20:23:26 +01:00
1876fc4eed Simplify CI workflow by replacing setup-go with Docker container using Go 1.26 image
Some checks failed
CI / build-test (push) Failing after 37s
CI / docker (push) Has been skipped
2026-02-23 18:52:02 +01:00
b28b966651 Add CLAUDE.md with project guidance and update CI workflow for improved coverage and Docker build
Some checks failed
CI / docker (push) Has been cancelled
CI / build-test (push) Has been cancelled
2026-02-23 18:47:43 +01:00
a9e468e2bb Update CI workflow to use latest actions and Go version
Some checks failed
CI / build-test (push) Failing after 5m59s
Updated `actions/checkout` to v6 and `actions/setup-go` to v6 with Go version set to 1.26 for improved compatibility and functionality.

Changelog: other
2026-02-23 17:47:36 +01:00
2da6cf8023 Update CI workflow to target develop branch for push and pull request events
Some checks failed
CI / build-test (push) Has been cancelled
2026-02-23 17:33:21 +01:00
1564c48bcf Update CI workflow to use Docker for build and test jobs 2026-02-23 17:32:39 +01:00
9432bf6758 Refactor project structure: modularized code into pkg and cmd directories, added unit tests, improved CI/CD pipeline, and enhanced documentation. 2026-02-23 17:17:01 +01:00