MicroFish/backend
Ubuntu fa39d6b55e feat(init): Alembic migration fase3 + init_system.py script
Add fase3_user_isolation migration that assigns orphan projects to first
admin, and init_system.py script to bootstrap DB, admin user and default
SystemConfig on first deploy.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 09:23:29 +00:00
..
alembic feat(init): Alembic migration fase3 + init_system.py script 2026-05-16 09:23:29 +00:00
app feat(graph): filter projects by user_id, protect get/delete with require_project_owner 2026-05-16 09:21:32 +00:00
scripts feat(init): Alembic migration fase3 + init_system.py script 2026-05-16 09:23:29 +00:00
tests feat(project): user_id isolation in create_project, list_projects and _to_dict 2026-05-16 09:20:13 +00:00
__init__.py feat(graph): add GraphBackend abstract interface 2026-04-25 11:11:06 +00:00
alembic.ini feat(alembic): add initial schema migration for all SQLAlchemy models 2026-05-03 00:04:18 +00:00
pyproject.toml feat(azure): add PostgreSQL Flexible Server + Azure Files persistent storage 2026-05-04 23:37:31 +00:00
requirements.txt chore(deps): add flask-jwt-extended, bcrypt, azure-communication-email 2026-05-16 09:08:12 +00:00
run.py Add UTF-8 encoding support for Windows console in run.py and logger.py to prevent character encoding issues 2025-12-26 17:58:48 +08:00
uv.lock feat(azure): add PostgreSQL Flexible Server + Azure Files persistent storage 2026-05-04 23:37:31 +00:00
wsgi.py feat(auth): add JWT login screen, production Dockerfile and Azure Container App Bicep 2026-04-24 18:46:39 +00:00