No description
  • Python 64.9%
  • TypeScript 30.6%
  • Shell 2.3%
  • CSS 1.7%
  • Dockerfile 0.3%
  • Other 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Vadym Samoilenko d8d1dfeff5 Fix migration: parse ISO timestamp strings to datetime objects for asyncpg
asyncpg requires datetime instances for TIMESTAMPTZ columns, not strings.
Added _parse_dt() helper that converts ISO strings (with or without tz) to
timezone-aware datetime, falling back to NOW() if the value is missing.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-03-23 19:58:09 +00:00
backend Fix migration: parse ISO timestamp strings to datetime objects for asyncpg 2026-03-23 19:58:09 +00:00
frontend Fix TypeScript build errors 2026-03-23 19:34:11 +00:00
.env.example Update deploy script and .env.example for PostgreSQL 2026-03-23 19:53:27 +00:00
.gitignore Add deploy script, .env.example, and Apache reverse proxy config 2026-03-23 14:05:33 +00:00
deploy.sh Update deploy script and .env.example for PostgreSQL 2026-03-23 19:53:27 +00:00
docker-compose.yml Migrate storage from JSON files to PostgreSQL (asyncpg) 2026-03-23 19:51:37 +00:00
Dockerfile Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00
run_dev.sh Initial commit — AC Tool unified application 2026-03-23 13:24:46 +00:00