♻️ Refactor backend, settings, DB sessions, types, configs, plugins (#158)
* ♻️ Refactor backend, update DB session handling * ✨ Add mypy config and plugins * ➕ Use Python-jose instead of PyJWT as it has some extra functionalities and features * ✨ Add/update scripts for test, lint, format * 🔧 Update lint and format configs * 🎨 Update import format, comments, and types * 🎨 Add types to config * ✨ Add types for all the code, and small fixes * 🎨 Use global imports to simplify exploring with Jupyter * ♻️ Import schemas and models, instead of each class * 🚚 Rename db_session to db for simplicity * 📌 Update dependencies installation for testing
This commit is contained in:

committed by
GitHub

parent
4b80bdfdce
commit
eed33d276d
@@ -5,6 +5,6 @@ set -e
|
||||
|
||||
TAG=${TAG} \
|
||||
FRONTEND_ENV=${FRONTEND_ENV-production} \
|
||||
. ./scripts/build.sh
|
||||
sh ./scripts/build.sh
|
||||
|
||||
docker-compose -f docker-compose.yml push
|
||||
|
@@ -6,6 +6,7 @@ set -e
|
||||
DOMAIN=backend \
|
||||
SMTP_HOST="" \
|
||||
TRAEFIK_PUBLIC_NETWORK_IS_EXTERNAL=false \
|
||||
INSTALL_DEV=true \
|
||||
docker-compose \
|
||||
-f docker-compose.yml \
|
||||
config > docker-stack.yml
|
||||
|
Reference in New Issue
Block a user