Commit Graph

  • 4358de87ba **feat(docs):** add Dockerfile and Nginx config for static site deployment develop Jean-Luc Makiola 2026-02-27 15:33:04 +01:00
  • d664e88fff **docs:** expand index.md with architecture, quick start, and tech stack Jean-Luc Makiola 2026-02-27 15:31:49 +01:00
  • eeddd812fa **chore(docs):** add .gitignore for docs and introduce bun.lock file Jean-Luc Makiola 2026-02-27 15:28:17 +01:00
  • bf77142641 **feat(compose):** add separate deploy and dev Docker Compose files Jean-Luc Makiola 2026-02-27 15:11:47 +01:00
  • c0746a7f02 **feat(webhook):** add WEBHOOK_SECRET for token authentication support Jean-Luc Makiola 2026-02-27 14:58:43 +01:00
  • db9f47649d **docs:** update README.md and .claude/CLAUDE.md with new features, architecture, and API changes Jean-Luc Makiola 2026-02-25 21:58:22 +01:00
  • 399168e4eb **feat(ci):** enhance release workflow with changelog generation and detailed release body Jean-Luc Makiola 2026-02-25 21:39:39 +01:00
  • 44cad49855 **fix(ci):** improve version bump script for robustness and compatibility v0.0.1 Jean-Luc Makiola 2026-02-25 21:31:09 +01:00
  • 0c456d9c78 **feat(ci):** introduce release workflow with version bump, Docker image build, and Gitea release automation Jean-Luc Makiola 2026-02-25 21:12:40 +01:00
  • 8af8131c9f - **fix(ci):** replace docker buildx with docker build in CI workflow for compatibility Jean-Luc Makiola 2026-02-25 20:48:52 +01:00
  • 1983a3bed9 - **fix(errors):** ensure proper error handling with errors.Is instead of direct comparison for http.ErrServerClosed - **fix(sql):** wrap rows.Close in a defer function to safely handle potential close errors - **fix(api):** handle JSON encoding errors in API responses to prevent unhandled edge cases - **docs:** correct typos and improve phrasing in .claude/CLAUDE.md - **test:** add error handling for UpdateEvent in test cases Jean-Luc Makiola 2026-02-25 20:44:18 +01:00
  • 6094edc5c8 - **refactor(main):** migrate static HTML to React components - **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 Jean-Luc Makiola 2026-02-25 20:37:15 +01:00
  • 54478dcd4f changed docker image from latest to specific tag Jean-Luc Makiola 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. Jean-Luc Makiola 2026-02-23 21:12:39 +01:00
  • d38a0e7044 Move CLAUDE.md to .claude/ directory Jean-Luc Makiola 2026-02-23 20:49:08 +01:00
  • d3c15648f7 Set GOTOOLCHAIN environment variable to local in CI workflow Jean-Luc Makiola 2026-02-23 20:40:35 +01:00
  • cb6e56180a Update CI workflow to use custom Docker image for build and streamline Docker push job Jean-Luc Makiola 2026-02-23 20:23:26 +01:00
  • 1876fc4eed Simplify CI workflow by replacing setup-go with Docker container using Go 1.26 image Jean-Luc Makiola 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 Jean-Luc Makiola 2026-02-23 18:47:43 +01:00
  • a9e468e2bb Update CI workflow to use latest actions and Go version Jean-Luc Makiola 2026-02-23 17:47:36 +01:00
  • 2da6cf8023 Update CI workflow to target develop branch for push and pull request events Jean-Luc Makiola 2026-02-23 17:33:21 +01:00
  • 1564c48bcf Update CI workflow to use Docker for build and test jobs Jean-Luc Makiola 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. Jean-Luc Makiola 2026-02-23 17:17:01 +01:00
  • 2077d4132b Initialize project with DIUN Webhook Dashboard: core Go app, Docker setup, static assets, and documentation. Jean-Luc Makiola 2026-02-23 16:47:50 +01:00