13 Commits

Author SHA1 Message Date
almazlar
d9e69e03ad fix: update server port to 8080 in Dockerfile and application properties
Some checks failed
Release and Build Docker Images / release-and-build (push) Has been cancelled
2026-02-22 17:29:04 +03:00
almazlar
c26ee4f400 feat: add createdAt field to Todo entity and update database migration script
All checks were successful
Release and Build Docker Images / release-and-build (push) Successful in 1m45s
2026-02-22 15:03:11 +03:00
almazlar
386f5137c6 fix: update Dockerfile, application properties, and controller mappings for health check and CORS support
All checks were successful
Release and Build Docker Images / release-and-build (push) Successful in 1m38s
2026-02-22 14:08:31 +03:00
almazlar
b5dcba1e11 fix: update application properties and Dockerfile for local development configuration 2026-02-22 13:18:15 +03:00
almazlar
854a0bace8 fix: update Dockerfile to run tests during build and adjust TodoController request mapping 2026-02-22 13:18:15 +03:00
almazlar
fda1f39901 fix: add CrossOrigin annotation to TodoController for CORS support 2026-02-22 13:18:15 +03:00
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