]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/shortlog
thirdparty/fastapi/fastapi.git
2018-12-22  Sebastián Ramírez:white_check_mark: Add tests for metadata
2018-12-22  Sebastián Ramírez:white_check_mark: Test extra routes, with parameters...
2018-12-22  Sebastián Ramírez:white_check_mark: Add tests for validation errors...
2018-12-22  Sebastián Ramírez:white_check_mark: Test all HTTP methods
2018-12-22  Sebastián Ramírez:heavy_plus_sign: Add ujson for local development
2018-12-22  Sebastián Ramírez:white_check_mark: Update tests for HTML content and...
2018-12-22  Sebastián Ramírez:recycle: Refactor jsonable_encoder and test it
2018-12-22  Sebastián Ramírez:white_check_mark: Add docs, tests and fixes for extra...
2018-12-22  Sebastián Ramírez:rotating_light: Fix mypy type errors
2018-12-22  Sebastián Ramírez:white_check_mark: Fix OpenAPI test for body schema
2018-12-22  Sebastián Ramírez:white_check_mark: Add tests for response_model
2018-12-22  Sebastián Ramírez:white_check_mark: Test custom responses
2018-12-22  Sebastián Ramírez:white_check_mark: Add tests for form and files
2018-12-22  Sebastián Ramírez:bug: Fix Form and File params must always be embeded
2018-12-22  Sebastián Ramírez:mute: Remove debugging prints
2018-12-22  Sebastián Ramírez:white_check_mark: Add test-cov-html script for local...
2018-12-22  Sebastián Ramírez:bug: Re-implement check for body as a workaround
2018-12-21  Sebastián Ramírez:memo: Add Project Generation section
2018-12-21  Sebastián Ramírez:bookmark: Bump version, after fix for email_validator... 0.1.12
2018-12-21  Sebastián Ramírez:memo: Update docs to improve look in GitHub
2018-12-21  Sebastián Ramírez:memo: Update README from docs source
2018-12-21  Sebastián Ramírez:memo: Update docs and index to make clear what FastAPI...
2018-12-21  Sebastián Ramírez:memo: Move tutorial src files to top level docs
2018-12-21  Sebastián Ramírez:bug: Fix email_validator error, generated by autoflake
2018-12-18  Sebastián Ramírez:white_check_mark: Recover extensive tests for path...
2018-12-18  Sebastián Ramírez:white_check_mark: Update query param tests and docs
2018-12-18  Sebastián Ramírez:art: Format tests for Cookies
2018-12-18  Sebastián Ramírez:white_check_mark: Add tests for body with Schema
2018-12-18  Sebastián Ramírez:white_check_mark: Test cookies
2018-12-18  Sebastián Ramírez:memo: Make badges be links to new tab (_blank)
2018-12-18  Sebastián Ramírez:white_check_mark: Test for missing required body
2018-12-18  Sebastián Ramírez:memo: Fix broken link to docs
2018-12-18  Sebastián Ramírez:memo: Update docs highlighting after re-sort imports
2018-12-18  Sebastián Ramírez:green_heart: Revert to flit install and re-format
2018-12-18  Sebastián Ramírez:white_check_mark: Add tests for header parameters
2018-12-18  Sebastián Ramírez:green_heart: Try fixing Travis, again...
2018-12-18  Sebastián Ramírez:bug: Install dev-packages with pipenv, not pip
2018-12-18  Sebastián Ramírez:green_heart: Install dev-packages in Travis
2018-12-18  Sebastián Ramírez:green_heart: Use pipenv in Travis
2018-12-18  Sebastián Ramírez:sparkles: Update tutorial renamer to exclude files
2018-12-18  Sebastián Ramírez:recycle: Re-format tutorials, files names and tests
2018-12-18  Sebastián Ramírez:bug: Fix optional bodies raising an error
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
next