67 Commits (bbad34aa8db51d3dae16eef5fc4e7b38a8a0bcd5)

Author SHA1 Message Date
Alejandra 77040adf86
📝 Add Email Templates to `backend/README.md` (#1311) 12 months ago
jjaakko 974340c8ff
♻️ Remove duplicated information in the ItemCreate model (#1287) 12 months ago
Sebastián Ramírez 8ce3ce5903
📝 Update links from tiangolo repo to fastapi org repo (#1285) 1 year ago
Alejandra 269040d670
♻️ Refactor models to use cascade delete relationships (#1276) 1 year ago
Alejandra 684256adbe
⬆️ Update SQLModel to version `>=0.0.21` (#1275) 1 year ago
Alejandra 1f686689f1
🔥 Remove `USERS_OPEN_REGISTRATION` config, make registration enabled by default (#1274) 1 year ago
Patrick Arminio b5b2929104
🔧 Reuse database url from config in alembic setup (#1229) 1 year ago
Esteban Maya e65b427ab1
♻️ Edit refactor db models to use UUID's instead of integer ID's (#1259) 1 year ago
dependabot[bot] c6457cb8e1
⬆️ Bump setuptools from 69.1.1 to 70.0.0 in /backend (#1255) 1 year ago
dependabot[bot] e31537c430
⬆️ Bump certifi from 2024.2.2 to 2024.7.4 in /backend (#1250) 1 year ago
dependabot[bot] 53849188fe
⬆️ Bump urllib3 from 2.2.1 to 2.2.2 in /backend (#1235) 1 year ago
Javier Álvarez 6e1c888af3
♻️ Replace deprecated utcnow() with now(timezone.utc) in utils module (#1247) 1 year ago
Esteban Maya d421c90af2
🗃️ Add max_length validation for database models and input data (#1233) 1 year ago
dependabot[bot] df51c2ee6d
⬆️ Bump requests from 2.31.0 to 2.32.0 in /backend (#1211) 1 year ago
Esteban Maya ef1f64b8f5
🔒️ Refactor migrate from python-jose to PyJWT (#1203) 1 year ago
dependabot[bot] a7202bf3ea
⬆️ Bump jinja2 from 3.1.3 to 3.1.4 in /backend (#1196) 1 year ago
Alejandra 88a5c6448a
📝 Add `Enabling Open User Registration` to backend docs (#1191) 1 year ago
dependabot[bot] 91062a1f8d
Bump gunicorn from 21.2.0 to 22.0.0 in /backend (#1176) 1 year ago
dependabot[bot] d31245d53a
Bump idna from 3.6 to 3.7 in /backend (#1168) 1 year ago
Alejandra f11bec6aa6
🔥 Remove duplicated code (#1185) 1 year ago
Alejandra b81cec8ea5
♻️ Add delete_user_me endpoint and corresponding test cases (#1179) 1 year ago
Esteban Maya 933419e79c
Update test to add verification database records (#1178) 1 year ago
Bill Zhong 3bd0d98f51
♻️ Fix tests when first superuser password is changed in .env (#1165) 1 year ago
Esteban Maya ad72c4d3fd
♻️ Refactor rename ModelsOut to ModelsPublic (#1154) 1 year ago
Sebastián Ramírez 8a008f0bc8
🔧 Update mypy config to ignore .venv directories (#1155) 1 year ago
Patrick Arminio dcebccadba
🚨 Enable `ARG001` to prevent unused arguments (#1152) 1 year ago
Patrick Arminio e9b2f9f480
🔥 Remove isort configuration, since we use Ruff now (#1144) 1 year ago
Esteban Maya fa9541fb0d
🔧 Update sentry dns initialization following the environment settings (#1145) 1 year ago
Alejandra 4239d93ea6
♻️ Refactor and tweaks, rename `UserCreateOpen` to `UserRegister` and others (#1143) 1 year ago
Esteban Maya c8b3ccce39
🥅 Set up Sentry for FastAPI applications (#1136) 1 year ago
Esteban Maya 2b0701e870
🎨 Ignore alembic from ruff lint and format (#1131) 1 year ago
Leon Lowitzki ac25e154ad
✏️ Fix file path in backend/README.md when not wanting to use migrations #1116 1 year ago
Δ̷̨̧̡̭̺̙̞͖̖͕̰̥̙̯͙̞̯̗̔͌͐̿͊̌́̄̑̿̓̉̈̀͘͠λ̶͔͓̘̘̳͇̻̍̏͌̅̓̓͂̍̾̔͜λ̶̛̯̖̯̲̱͎̙͎̎̐͆͂̽̓̇́͌́̀̏̎̅͋̏̊͘λ̶̨̨̰̟̯̫̲̲̫̯̭̤̳̼̫͉̹̞́̐̒Δ̷̡̛̥̖͇͚͍͍̄̏̂͛̅̌͗̂̽̅̀͆̿̔̚͜ a32cb74edd
🔥 Delete leftover celery file (#727) 1 year ago
Esteban Maya 85b7d6bc63
♻️ Replace pytest-mock with unittest.mock and remove pytest-cov (#717) 1 year ago
Salomon Popp e13d120fd1
✏ Fix typo in variable names in `backend/app/api/routes/items.py` and `backend/app/api/routes/users.py` (#711) 1 year ago
Sebastián Ramírez dad8959597
📌 Upgrade Poetry lock dependencies (#702) 1 year ago
Sebastián Ramírez b32dea360c
🚚 Rename project to Full Stack FastAPI Template (#699) 1 year ago
Sebastián Ramírez c2555c363f
🔒️ Ensure the default values of "changethis" are not deployed (#698) 1 year ago
Alejandra 03eb49aa4d
🐛 Fix allowing a user to update the email to the same email they already have (#696) 1 year ago
Esteban Maya 98c78e4683
🐛 Fixed items count when retrieving data for all items by user (#695) 1 year ago
Sebastián Ramírez 1e256bce5d
🔥 Remove Celery and Flower, they are currently not used nor recommended (#694) 1 year ago
Sebastián Ramírez 37a6e350d1
Migrate from pgAdmin to Adminer (#692) 1 year ago
Alejandra a62b1682e0
Add test for deleting user without privileges (#690) 1 year ago
dependabot[bot] 559812a9b2
Bump python-multipart from 0.0.6 to 0.0.7 in /backend (#686) 1 year ago
Alejandra f67af697eb
♻️ Refactor user update (#689) 1 year ago
dependabot[bot] 66e26e1bfb
Bump fastapi from 0.104.1 to 0.109.1 in /backend (#687) 1 year ago
Sebastián Ramírez 691443c7cd
👷 Add Lint to GitHub Actions outside of tests (#688) 1 year ago
Sebastián Ramírez 5e5e4edd8c
📌 Add Poetry lock to git (#685) 1 year ago
Esteban Maya 709f1d4ab2
👷 Avoid creating unnecessary *.pyc files with PYTHONDONTWRITEBYTECODE=1 (#677) 1 year ago
Martin 5ad33845c9
Add support for setting `POSTGRES_PORT` (#333) 1 year ago