This website requires JavaScript.
Explore
Help
Register
Sign In
Lars
/
mitai-jinkendo
Watch
1
Star
0
Fork
0
You've already forked mitai-jinkendo
Code
Issues
23
Pull Requests
Actions
Packages
Projects
Releases
2
Wiki
Activity
v9b-refactor-phase1-passwordfix
mitai-jinkendo
/
backend
History
Lars
9e6a542289
All checks were successful
Deploy Development / deploy (push)
Successful in 55s
Details
Build Test / lint-backend (push)
Successful in 0s
Details
Build Test / build-frontend (push)
Successful in 13s
Details
fix: change password endpoint method from POST to PUT to match frontend
2026-03-19 10:13:07 +01:00
..
auth.py
refactor: extract auth functions to auth.py
2026-03-19 09:51:25 +01:00
db_init.py
fix: actually call migration function (was only importing)
2026-03-18 12:19:51 +01:00
db.py
refactor: move init_db() to db.py
2026-03-19 09:49:46 +01:00
Dockerfile
fix: replace psql with Python for DB checks (no apt-get needed!)
2026-03-18 10:01:19 +01:00
main.py
fix: change password endpoint method from POST to PUT to match frontend
2026-03-19 10:13:07 +01:00
migrate_to_postgres.py
fix: Migration-Fehler - meas_id Spalte in ai_insights
2026-03-19 08:39:36 +01:00
models.py
refactor: extract Pydantic models to models.py
2026-03-19 09:53:51 +01:00
requirements.txt
9b
2026-03-18 08:27:33 +01:00
schema.sql
fix: add missing meas_id column to photos table
2026-03-18 12:23:13 +01:00
startup.sh
fix: replace psql with Python for DB checks (no apt-get needed!)
2026-03-18 10:01:19 +01:00