Paper Dynasty Database - PostgreSQL database service
Go to file
Cal Corum 50779d7027
All checks were successful
Build Docker Image / build (pull_request) Successful in 3m11s
fix: remove dead roster fields from CSV in v1_cards_get_one (#35)
Removed non-existent roster1, roster2, roster3 columns from both the
CSV header row and data row in the v1_cards_get_one endpoint. Accessing
these fields would raise AttributeError at runtime for any request with
?csv=true.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03 13:05:35 -06:00
.gitea/workflows Fix act_runner auth: short-form local actions + full GitHub URLs 2026-02-18 13:32:14 -06:00
app fix: remove dead roster fields from CSV in v1_cards_get_one (#35) 2026-03-03 13:05:35 -06:00
docs Remove deprecated legacy files and reorganize documentation 2026-02-05 13:34:09 -06:00
scripts Add production deployment config and fix stringified list parsing 2026-01-30 14:03:07 -06:00
storage/templates Add missing card templates for PostgreSQL deployment 2026-02-01 19:18:04 -06:00
.dockerignore Add .dockerignore 2026-01-30 22:47:07 -06:00
.env 2005 Live Series Updates 2025-11-08 18:25:08 -06:00
.env.example CLAUDE: Add .env.example with comprehensive configuration guide 2025-11-07 11:53:23 -06:00
.gitignore ci: Use Gitea API for tag creation to avoid branch protection issues 2026-02-17 17:23:21 -06:00
CLAUDE.md ci: Switch to CalVer (YYYY.MM.BUILD) with auto-generated versions 2026-02-17 17:10:31 -06:00
compose.production.yml Add production deployment config and fix stringified list parsing 2026-01-30 14:03:07 -06:00
docker-compose.yml CLAUDE: Comment out API service - prevents race condition in db_engine.py 2025-11-07 14:07:13 -06:00
Dockerfile 2005 Live Series Updates 2025-11-08 18:25:08 -06:00
LICENSE Initial commit 2023-02-19 21:38:07 -06:00
requirements.txt Merge branch 'main' into postgres-migration 2026-01-25 22:53:35 -06:00
VERSION Bump version to 1.5.5 2026-02-04 08:48:12 -06:00