availabili.tf/backend-flask
John Montagu, the 4th Earl of Sandvich 64b2d129eb
refactor(migrations): Consolidate migrations
Consolidate multiple migration files into a single migration file to
help the database prepare for production.
2024-12-10 16:45:06 -08:00
..
jobs feat(backend): Implement submitting matches 2024-12-10 10:22:32 -08:00
migrations refactor(migrations): Consolidate migrations 2024-12-10 16:45:06 -08:00
models feat(backend): Implement submitting matches 2024-12-10 10:22:32 -08:00
tests feat(backend): Implement submitting matches 2024-12-10 10:22:32 -08:00
utils feat(backend): Implement submitting matches 2024-12-10 10:22:32 -08:00
.env Implement some basic features 2024-11-02 12:33:27 -07:00
Dockerfile feat(backend): Add Celery + redis 2024-12-09 17:04:40 -08:00
app.py feat(backend): Implement submitting matches 2024-12-10 10:22:32 -08:00
app_db.py feat(backend): Add Celery + redis 2024-12-09 17:04:40 -08:00
base_test_case.py feat(backend): Implement submitting matches 2024-12-10 10:22:32 -08:00
events.py fix(backend): Ensure event details are updated 2024-12-07 17:25:09 -08:00
forms.py Implement some basic features 2024-11-02 12:33:27 -07:00
login.py Make registration RESTful 2024-11-15 19:40:24 -08:00
make_celery.py feat(backend): Implement submitting matches 2024-12-10 10:22:32 -08:00
match.py feat(backend): Implement submitting matches 2024-12-10 10:22:32 -08:00
middleware.py Implement event stuff 2024-11-27 01:03:41 -08:00
pyrightconfig.json Implement some basic features 2024-11-02 12:33:27 -07:00
requirements.txt feat(backend): Implement submitting matches 2024-12-10 10:22:32 -08:00
schedule.py feat(backend): Implement submitting matches 2024-12-10 10:22:32 -08:00
spec.py refactor(models): Upgrade to pydantic v2 2024-11-25 21:57:19 -08:00
team.py feat(backend): Implement submitting matches 2024-12-10 10:22:32 -08:00
team_integration.py refactor: Change team integrations structure 2024-11-25 20:16:01 -08:00
team_invite.py feat: Add consume invite dialog 2024-12-08 12:10:23 -08:00
user.py Make registration RESTful 2024-11-15 19:40:24 -08:00
utc.py Implement some basic features 2024-11-02 12:33:27 -07:00