]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/shortlog
thirdparty/fastapi/fastapi.git
2018-12-17  Sebastián Ramírez:memo: Update docs, typos, aclarations, fix examples
2018-12-17  Sebastián Ramírez:memo: Add Python type hints tutorial
2018-12-17  Sebastián Ramírez:memo: Add second tutorial src for python-types
2018-12-17  Sebastián Ramírez:memo: Add tutorial src for python-types
2018-12-17  Sebastián Ramírez:green_heart: Fix Netlify build with pipenv
2018-12-17  Sebastián Ramírez:white_check_mark: Update query tests, application...
2018-12-15  Sebastián Ramírez:green_heart: Update Netlify docs build, try 78
2018-12-15  Sebastián Ramírez:fire: Remove un-used requirements.txt
2018-12-15  Sebastián Ramírez:green_heart: Call docs build with Python module
2018-12-15  Sebastián Ramírez:fire: Remove dist hidden old file
2018-12-15  Sebastián Ramírez:pencil2: Fix typos from @mariacamilagl 's review 0.1.11
2018-12-15  Sebastián Ramírez:memo: Update docs, stubs and structure
2018-12-15  Sebastián Ramírez:memo: Add stub for extra Starlette
2018-12-15  Sebastián Ramírez:memo: Add stubs for Security, multi-files, app configu...
2018-12-15  Sebastián Ramírez:memo: Add docs for integrating with NoSQL
2018-12-15  Sebastián Ramírez:memo: Add docs for SQL databases
2018-12-15  Sebastián Ramírez:memo: Fix docs typos
2018-12-15  Sebastián Ramírez:memo: Update dependencies docs
2018-12-15  Sebastián Ramírez:memo: Add fist Dependency Injection docs
2018-12-15  Sebastián Ramírez:memo: Add docs for custom response
2018-12-15  Sebastián Ramírez:memo: Add docs for advanced path operation configs
2018-12-15  Sebastián Ramírez:memo: Add docs for path operation configurations
2018-12-15  Sebastián Ramírez:memo: Update docs, use the term path operation
2018-12-15  Sebastián Ramírez:memo: Docs for Form and File parameters
2018-12-15  Sebastián Ramírez:memo: Add docs for Form data
2018-12-14  Sebastián Ramírez:memo: Add docs for extra models
2018-12-14  Sebastián Ramírez:memo: Add docs for response_model
2018-12-14  Sebastián Ramírez:memo: Add Header docs
2018-12-14  Sebastián Ramírez:memo: Add Cookie docs
2018-12-14  Sebastián Ramírez:memo: Add tutorial for body nested models
2018-12-14  Sebastián Ramírez:memo: Add Body Schema tutorial section
2018-12-14  Sebastián Ramírez:memo: Add body multiple parameters docs
2018-12-14  Sebastián Ramírez:memo: Add Path params and numeric validators docs
2018-12-14  Sebastián Ramírez:memo: Move Query params - str validations to better...
2018-12-14  Sebastián Ramírez:memo: Add Query() parameters tutorial and update docs
2018-12-14  Sebastián Ramírez:memo: Add request body tutorial
2018-12-14  Sebastián Ramírez:memo: Add new tutorials to docs
2018-12-14  Sebastián Ramírez:sparkles: Update tutorial src renamer to use sub-direc...
2018-12-14  Sebastián Ramírez:bug: Fix error location for required parameters
2018-12-14  Sebastián Ramírez:memo: Update docs, add first tutorials
2018-12-14  Sebastián Ramírez:truck: Re-order tutorial Python fiels
2018-12-14  Sebastián Ramírez:art: Update renamer script
2018-12-14  Sebastián Ramírez:memo: Add tutorials python src files
2018-12-14  Sebastián Ramírez:sparkles: Update OAuth2 Form model and add strict...
2018-12-14  Sebastián Ramírez:art: Update param names for main FastAPI app and types
2018-12-13  Sebastián Ramírez:heavy_plus_sign: Add autoflake to development dependencies
2018-12-13  Sebastián Ramírez:art: Lint and format tutorial src files
2018-12-13  Sebastián Ramírez:art: Remove un-used imports, add auto-flake
2018-12-13  Sebastián Ramírez:truck: Script to auto-resort tutorial src files
2018-12-13  Sebastián Ramírez:truck: Re-sort tutorial example files
2018-12-13  Sebastián Ramírez:twisted_rightwards_arrows: Include docs and plugins...
2018-12-13  Sebastián Ramírez:memo: Update mkdocs extensions
2018-12-13  Sebastián Ramírez:memo: Update docs, async and features
2018-12-13  Sebastián Ramírez:memo: Add first tutorial src files
2018-12-13  Sebastián Ramírez:art: Re-order parameters
2018-12-13  Sebastián Ramírez:memo: Add stub for deployment in docs
2018-12-13  Sebastián Ramírez:memo: Add docs for async / await and concurrency
2018-12-12  Sebastián Ramírez:memo: Fix live docs script
2018-12-10  Sebastián Ramírez:bookmark: Bump version for release
2018-12-10  Sebastián Ramírez:bug: Add ValidationError schema even if only bodies
2018-12-10  Sebastián Ramírez:memo: Update docs, use pip as it is more generic
2018-12-10  Sebastián Ramírez:bookmark: Bump version for release
2018-12-10  Sebastián Ramírez:white_check_mark: Add tests for OAuth2 Password scheme
2018-12-10  Sebastián Ramírez:sparkles: Add util class for OAuth2 Password Bearer...
2018-12-10  Sebastián Ramírez:arrow_up: Update JS CDN to cdn.jsdelivr.net
2018-12-10  Sebastián Ramírez:bug: Fix indentation bug
2018-12-10  Sebastián Ramírez:bug: Un-hide inner HTTPException errors
2018-12-10  Sebastián Ramírez:bug: Fix int query parameters with default
2018-12-10  Sebastián Ramírez:white_check_mark: Add tests for corner case with query...
2018-12-10  Sebastián Ramírez:loud_sound: Log body parsing errors
2018-12-10  Sebastián Ramírez:bug: Fix import of email_validator from Pydantic
2018-12-10  Sebastián Ramírez:lock: Fix constraining return values to model
2018-12-10  Sebastián Ramírez:lipstick: Change logo image as GitHub can't set html...
2018-12-10  Sebastián Ramírez:lipstick: Fix logo size for GitHub
2018-12-10  Sebastián Ramírez:rocket: Update pyproject.toml with new metadata
2018-12-10  Sebastián Ramírez:memo: Update index/README URLs to be absolute
2018-12-10  Sebastián Ramírez:green_heart: Try again with Netlify, different settings
2018-12-10  Sebastián Ramírez:green_heart: Add requirements so netlify gets mkdocs
2018-12-10  Sebastián Ramírez:green_heart: Add build docs script
2018-12-10  Sebastián Ramírez:bug: Fix tests imports
2018-12-10  Sebastián Ramírez:heavy_plus_sign: Add Pipfile mkdocs dependencies
2018-12-10  Sebastián Ramírez:memo: Update README.md
2018-12-10  Sebastián Ramírez:memo: Update docs: features
2018-12-10  Sebastián Ramírez:art: Fix typos, names and structure of docs
2018-12-10  Sebastián Ramírez:heavy_plus_sign: Add uvicorn to all dependencies
2018-12-10  Sebastián Ramírez:lipstick: Update index with new image names
2018-12-10  Sebastián Ramírez:art: Import from root module
2018-12-10  Sebastián Ramírez:lipstick: Add screenshots for index
2018-12-10  Sebastián Ramírez:memo: Add docs, set up mkdocs
2018-12-10  Sebastián Ramírez:lipstick: Add completion screenshots
2018-12-10  Sebastián Ramírez:lipstick: Add logo images
2018-12-10  Sebastián Ramírez:see_no_evil: Add coverage, site and others to gitignore
2018-12-10  Sebastián Ramírez:art: Update main imports (and exports)
2018-12-09  Sebastián RamírezMerge pull request #1 from mariacamilagl/path_tests
2018-12-09  Maria Camila... Add tests for path endopoints 1/head
2018-12-09  Sebastián Ramírez:white_check_mark: Error out when tests fail
2018-12-09  Sebastián Ramírez:heavy_plus_sign: Add optional dependencies from Pydantic
2018-12-09  Sebastián Ramírez:green_heart: Fix depencency names, again...
2018-12-09  Sebastián Ramírez:green_heart: Fix complete names of Flit dependencies
2018-12-09  Sebastián Ramírez:heavy_plus_sign: Add extra dependencies to Flit
next