Sebastián Ramírez
e5d7878856
➖ Use venv with Flit for local development, instead of requiring Flit and Pipenv ( #877 )
5 years ago
Sebastián Ramírez
7b3319ddab
✏️ Tweak typos and configs ( #837 )
5 years ago
Sebastián Ramírez
dcc1e1bcf8
♻️ Refine internal type declarations and logic around them ( #338 )
6 years ago
Sebastián Ramírez
a33c299fd7
🔧 Add format-imports script
6 years ago
Sebastián Ramírez
fcaff64646
🔧 Separate format and lint scripts ( #232 )
6 years ago
Sebastián Ramírez
95475aaa9c
🔥 Remove Python version extraction in tests, no longer used
6 years ago
zamiramir
7a8b054a12
🎨 Reenable Black --check for Python 3.7 ( #229 )
Reenabled Black --check for python 3.7, issue is fixed.
see https://github.com/ambv/black/issues/494
6 years ago
Sebastián Ramírez
5f13b53ea5
🔧 Enable FastAPI releases bot in main Gitter channel
6 years ago
Sebastián Ramírez
6ff89284c5
✨ Add FastAPI releases bot for Gitter ( #189 )
* 🔥 Remove development util script
* 🎨 Reformat release notes with markdown-only code (no HTML)
* ✨ Add FastAPI releases bot for Gitter
6 years ago
Sebastián Ramírez
ffc4c716c0
🚀 Make Flit publish from CI ( #170 )
6 years ago
Sebastián Ramírez
907e613ff2
🔧 Update test-conv-html.sh to allow extra params
6 years ago
Sebastián Ramírez
108c2f3c0e
⬆️ Update Pydantic to 0.21.0 ( #90 )
* ⬆️ Upgrade Pydantic and others (isort), update docs after changes by isort
* 🎨 Format with newest isort, update type hints in jsonable_encoder
* 🔧 Update test script, to avoid Pydantic type errors
* ⬆️ Update pyproject.toml with latest Pydantic
6 years ago
euri10
e8472ebbd1
🔧 Make scripts executable ( #76 )
6 years ago
euri10
11c755bee3
✨ Add tags parameter to app.include_router ( #55 )
6 years ago
Sebastián Ramírez
1112ac7538
⬆️ Update imports and scripts for new isort versions ( #75 )
6 years ago
Sebastián Ramírez
2caca42b9e
👷 Trigger Docker images build on Travis ( #65 )
6 years ago
Sebastián Ramírez
955e9fcb31
Update fix SQLAlchemy support with ORM ( #30 )
✨ SQLAlchemy ORM support
Improved jsonable_encoder with SQLAlchemy support, tests running with SQLite, improved and updated SQL docs
* ➕ Add SQLAlchemy to development dependencies (not required for using FastAPI)
* ➕ Add sqlalchemy to testing dependencies (not required to use FastAPI)
6 years ago
euri10
32438c85f6
Using pydantic custom encoders ( #21 )
Add support for Pydantic custom JSON encoders.
6 years ago
Sebastián Ramírez
23ef570bf6
✅ Add test-cov-html script for local coverage
analysis and debugging
6 years ago
Sebastián Ramírez
0a65c41909
📝 Move tutorial src files to top level docs
6 years ago
Sebastián Ramírez
7da9625505
💚 Revert to flit install and re-format
As it has shown to be more reliable, and closer to final user environments
6 years ago
Sebastián Ramírez
bcb967f98a
💚 Try fixing Travis, again...
6 years ago
Sebastián Ramírez
343ecb7669
💚 Use pipenv in Travis
6 years ago
Sebastián Ramírez
e9f2a3c291
✨ Update tutorial renamer to exclude files
6 years ago
Sebastián Ramírez
00e2e544c7
♻️ Re-format tutorials, files names and tests
for tutorial files
6 years ago
Sebastián Ramírez
786c392bd5
💚 Fix Netlify build with pipenv
6 years ago
Sebastián Ramírez
acc15230ea
✅ Update query tests, application type checks
and temporarily disable coverage fail, to allow publishing docs from Travis
6 years ago
Sebastián Ramírez
a84960b13d
💚 Update Netlify docs build, try 78
6 years ago
Sebastián Ramírez
10134803a9
💚 Call docs build with Python module
6 years ago
Sebastián Ramírez
8d29a28f82
📝 Update docs, stubs and structure
6 years ago
Sebastián Ramírez
f8f91a1dbb
📝 Add stub for extra Starlette
6 years ago
Sebastián Ramírez
2b64dc699e
✨ Update tutorial src renamer to use sub-directories
6 years ago
Sebastián Ramírez
ec7bec32ba
🎨 Update renamer script
6 years ago
Sebastián Ramírez
d9fbead646
🎨 Remove un-used imports, add auto-flake
6 years ago
Sebastián Ramírez
f539217b5b
🚚 Script to auto-resort tutorial src files
6 years ago
Sebastián Ramírez
211930c108
📝 Fix live docs script
6 years ago
Sebastián Ramírez
b986671800
💚 Try again with Netlify, different settings
6 years ago
Sebastián Ramírez
61fdebabc9
💚 Add build docs script
6 years ago
Sebastián Ramírez
73307e9994
📝 Add docs, set up mkdocs
6 years ago
Sebastián Ramírez
ea8b1a50f1
✅ Error out when tests fail
6 years ago
Sebastián Ramírez
12dbc17583
👷 Add scripts, stolen from Starlette
6 years ago