]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/shortlog
thirdparty/fastapi/fastapi.git
2019-01-23  Sebastián Ramírez:pushpin: Pin versions of dependencies and bump version 11/head
2019-01-14  Sebastián Ramírez:memo: Fix docs clarification about dict unwrapping
2019-01-14  Sebastián Ramírez:memo: Clarify docs, alternatives, about APISpec OAI...
2019-01-14  Sebastián Ramírez:memo: Add docs for bigger applications and APIRouter
2019-01-14  Sebastián Ramírez:memo: Add docs for response status codes
2019-01-10  Sebastián Ramírez:memo: Add screenshot to body-schema tutorial
2019-01-05  Sebastián Ramírez:memo: Add docs for deployment, with Docker, HTTPS...
2019-01-05  Sebastián Ramírez:wrench: Update development environment dependencies
2019-01-05  Sebastián Ramírez:bookmark: Bump version after fix for constrained bytes 0.1.17
2019-01-05  Sebastián Ramírez:bug: Fix constrained bytes, from defaults in Pydantic
2019-01-05  Sebastián Ramírez:memo: Update docs for dependencies
2019-01-01  Sebastián Ramírez:memo: Improve explanation of dependencies
2018-12-30  Sebastián Ramírez:pencil2: Fix typo in dependencies docs
2018-12-30  Sebastián Ramírez:bookmark: Bump version, after query and header as... v0.1.16
2018-12-30  Sebastián Ramírez:bug: Fix Python 3.7 specific list query handling
2018-12-29  Sebastián Ramírez:memo: Update docs, 100% coverage
2018-12-29  Sebastián Ramírez:bug: Fix type checks for Python 3.7
2018-12-29  Sebastián Ramírez:sparkles: Allow lists of query or header params
2018-12-29  Sebastián Ramírez:sparkles: Add security checks for HTTP utils
2018-12-29  Sebastián Ramírez:pencil2: Fix typos and docs notes
2018-12-28  Sebastián Ramírez:bookmark: Bump version, new security features and... 0.1.15
2018-12-28  Sebastián Ramírez:art: Add missing type definition
2018-12-28  Sebastián Ramírez:sparkles: Improve security utilities and add tests
2018-12-28  Sebastián Ramírez:memo: Update docs, clarify what's a schema
2018-12-28  Sebastián Ramírez:art: Fix missing format
2018-12-28  Sebastián Ramírez:arrow_up: Add tests, fix issues and update Pydantic
2018-12-28  Sebastián Ramírez:memo: Update tutorials
2018-12-27  Sebastián Ramírez:pencil2: Fix typos
2018-12-27  Sebastián Ramírez:memo: Update docs about alternatives, inspiration...
2018-12-26  Sebastián Ramírez:memo: Improve explanation of request bodies
2018-12-24  Sebastián Ramírez:bookmark: Bump version, after changes in OAuth2 utils 0.1.14
2018-12-24  Sebastián Ramírez:memo: Add docs for OAuth2 security
2018-12-24  Sebastián Ramírez:recycle: Update OAuth2 class utilities to be dependencies
2018-12-24  Sebastián Ramírez:heavy_plus_sign: Add passlib and pyjwt to development...
2018-12-24  Sebastián Ramírez:bookmark: Version bump, fixing several issues, lots... 0.1.13
2018-12-24  Sebastián Ramírez:white_check_mark: Add pending tests to temporal dir
2018-12-24  Sebastián Ramírez:bug: Fix utility OAuth2PasswordRequestForm to use...
2018-12-24  Sebastián Ramírez:memo: Add tutorial for complete OAuth2 password flow
2018-12-24  Sebastián Ramírez:memo: Add Security tutorial: Get current user
2018-12-23  Sebastián Ramírez:memo: Add first Security tutorials
2018-12-23  Sebastián Ramírez:memo: Add example screenshot for dependencies
2018-12-23  Sebastián Ramírez:memo: Update and add docs for dependencies
2018-12-23  Sebastián Ramírez:memo: Update and clarify first-steps tutorial
2018-12-22  Sebastián Ramírez:memo: Fix double editor screenshot
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...
next