Commit Graph

7 Commits

Author SHA1 Message Date
almazlar
c32e321d3a test: add integration tests for TodoController and update test configuration.
All checks were successful
Release and Build Docker Images / release-and-build (push) Successful in 1m26s
2026-02-21 12:17:12 +03:00
almazlar
37ae9dbe53 feat: Introduce application version display in the frontend footer, showing both frontend and backend versions with integrated build arguments.
All checks were successful
Release and Build Docker Images / release-and-build (push) Successful in 1m29s
2026-02-21 10:34:08 +03:00
almazlar
a606983632 feat: Add https://todo.almazlar.com to allowed CORS origins.
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 1m37s
2026-02-21 00:27:43 +03:00
almazlar
e8be570c09 refactor: Update TodoController base request mapping from /todos to /api/todos.
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 1m26s
2026-02-21 00:22:24 +03:00
almazlar
d118222147 refactor: remove /api prefix from TodoController request mapping.
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 1m29s
2026-02-21 00:10:48 +03:00
almazlar
ca838b17a5 feat: Broaden backend CORS mapping to all paths and update frontend API base URL to production.
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 3m51s
2026-02-21 00:02:28 +03:00
almazlar
cf58ccb2c8 feat: Add initial frontend dependencies, base CSS, and Gitea Docker build workflow.
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 2m23s
2026-02-20 23:12:41 +03:00