upaas/internal
sneak 4e6542badf Consolidate database schema into two files: init migrations table and complete schema
Since there is no existing installed base, we can consolidate all migrations into a single complete schema file plus the migrations table initialization. This simplifies the database setup for new installations.
2026-02-16 14:51:33 +01:00
..
config Add deployment improvements and UI enhancements 2025-12-30 15:05:26 +07:00
database Consolidate database schema into two files: init migrations table and complete schema 2026-02-16 14:51:33 +01:00
docker fix: resolve all golangci-lint issues 2026-02-15 21:55:24 -08:00
globals Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
handlers Merge branch 'main' into feature/json-api 2026-02-16 09:51:36 +01:00
healthcheck Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
logger Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00
middleware refactor: switch API from token auth to cookie-based session auth 2026-02-16 00:31:10 -08:00
models refactor: switch API from token auth to cookie-based session auth 2026-02-16 00:31:10 -08:00
server Merge branch 'main' into feature/json-api 2026-02-16 09:51:36 +01:00
service feat: deployment rollback to previous image 2026-02-16 00:23:11 -08:00
ssh Initial commit with server startup infrastructure 2025-12-29 15:46:03 +07:00