MicroFish/backend
Ubuntu c1c5f2cf69 fix(simulation): validate project ownership before creating/preparing simulations
Added inline ownership checks (mirroring require_project_owner logic) to
create_simulation, prepare_simulation and start_simulation routes, which
receive project_id via JSON body rather than URL kwargs. Skipped in TESTING
mode so all existing tests continue to pass.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 09:35:32 +00:00
..
alembic feat(init): Alembic migration fase3 + init_system.py script 2026-05-16 09:23:29 +00:00
app fix(simulation): validate project ownership before creating/preparing simulations 2026-05-16 09:35: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