-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor backend, settings, DB sessions, types, configs, plugins #158
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
as it has some extra functionalities and features
ebreton
added a commit
to ebreton/full-stack-fastapi-postgresql
that referenced
this pull request
Jun 1, 2020
…-postgresql into tiangolo-master * 'master' of git://github.com/tiangolo/full-stack-fastapi-postgresql: (63 commits) 📝 Update release notes ✨ Add GitHub Sponsors button (fastapi#201) 📝 Update release notes 🔊 Add consistent errors for env vars not set (fastapi#200) 📝 Update release notes ✨ Upgrade Traefik to version 2 (fastapi#199) 📝 Update release notes 📝 Add docs about reporting coverage in HTML (fastapi#161) 📝 Update relase notes ✨ Test using the TestClient (fastapi#160) 🎨 Format fixes (fastapi#159) 📝 Update release notes ♻️ Refactor backend, settings, DB sessions, types, configs, plugins (fastapi#158) 📝 Update release notes 📝 Add docs about removing the frontend (fastapi#156) 📝 Update release notes 🔧 Simplify scripts and development (fastapi#155) 📝 Update release notes ♻️ Simplify Docker Compose files and deployment (fastapi#153) ♻️ Simplify tests, run in same backend service (fastapi#152) ...
ebreton
added a commit
to ebreton/full-stack-fastapi-postgresql
that referenced
this pull request
Jun 1, 2020
* tiangolo-master: (63 commits) 📝 Update release notes ✨ Add GitHub Sponsors button (fastapi#201) 📝 Update release notes 🔊 Add consistent errors for env vars not set (fastapi#200) 📝 Update release notes ✨ Upgrade Traefik to version 2 (fastapi#199) 📝 Update release notes 📝 Add docs about reporting coverage in HTML (fastapi#161) 📝 Update relase notes ✨ Test using the TestClient (fastapi#160) 🎨 Format fixes (fastapi#159) 📝 Update release notes ♻️ Refactor backend, settings, DB sessions, types, configs, plugins (fastapi#158) 📝 Update release notes 📝 Add docs about removing the frontend (fastapi#156) 📝 Update release notes 🔧 Simplify scripts and development (fastapi#155) 📝 Update release notes ♻️ Simplify Docker Compose files and deployment (fastapi#153) ♻️ Simplify tests, run in same backend service (fastapi#152) ...
gusevyaroslove
pushed a commit
to gusevyaroslove/fastapi-template
that referenced
this pull request
Aug 4, 2024
…astapi#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
alejsdev
pushed a commit
that referenced
this pull request
Dec 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
♻️ Refactor backend, settings, DB sessions, types, configs, plugins...