You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Esteban Maya 85b7d6bc63
♻️ Replace pytest-mock with unittest.mock and remove pytest-cov (#717)
1 year ago
..
alembic Add support for setting `POSTGRES_PORT` (#333) 1 year ago
api ✏ Fix typo in variable names in `backend/app/api/routes/items.py` and `backend/app/api/routes/users.py` (#711) 1 year ago
core 🚚 Rename project to Full Stack FastAPI Template (#699) 1 year ago
email-templates Create endpoint to show password recovery email content and update email template (#664) 1 year ago
tests ♻️ Replace pytest-mock with unittest.mock and remove pytest-cov (#717) 1 year ago
__init__.py ♻ Move project source files to top level from src, update Sentry dependency (#630) 1 year ago
backend_pre_start.py Add tests to raise coverage to at least 90% and fix recover password logic (#632) 1 year ago
celeryworker_pre_start.py Add tests to raise coverage to at least 90% and fix recover password logic (#632) 1 year ago
crud.py ♻️ Refactor user update (#689) 1 year ago
initial_data.py ♻ Move project source files to top level from src, update Sentry dependency (#630) 1 year ago
main.py 🏷️ Add mypy to the GitHub Action for tests and fixed types in the whole project (#655) 1 year ago
models.py 🏷️ Add mypy to the GitHub Action for tests and fixed types in the whole project (#655) 1 year ago
tests_pre_start.py Add tests to raise coverage to at least 90% and fix recover password logic (#632) 1 year ago
utils.py 🔧 Add `SMTP_SSL` option for older SMTP servers (#365) 1 year ago