]>
git.ipfire.org Git - thirdparty/fastapi/fastapi.git/log
Sebastián Ramírez [Fri, 21 Dec 2018 16:27:03 +0000 (20:27 +0400)]
:memo: Add Project Generation section
Sebastián Ramírez [Fri, 21 Dec 2018 12:33:45 +0000 (16:33 +0400)]
:bookmark: Bump version, after fix for email_validator and docs
Sebastián Ramírez [Fri, 21 Dec 2018 12:32:09 +0000 (16:32 +0400)]
:memo: Update docs to improve look in GitHub
Sebastián Ramírez [Fri, 21 Dec 2018 12:24:15 +0000 (16:24 +0400)]
:memo: Update README from docs source
Sebastián Ramírez [Fri, 21 Dec 2018 12:23:28 +0000 (16:23 +0400)]
:memo: Update docs and index to make clear what FastAPI does
Sebastián Ramírez [Fri, 21 Dec 2018 12:22:33 +0000 (16:22 +0400)]
:memo: Move tutorial src files to top level docs
Sebastián Ramírez [Fri, 21 Dec 2018 10:51:17 +0000 (14:51 +0400)]
:bug: Fix email_validator error, generated by autoflake
Sebastián Ramírez [Tue, 18 Dec 2018 19:48:02 +0000 (23:48 +0400)]
:white_check_mark: Recover extensive tests for path and params
Sebastián Ramírez [Tue, 18 Dec 2018 19:38:38 +0000 (23:38 +0400)]
:white_check_mark: Update query param tests and docs
Sebastián Ramírez [Tue, 18 Dec 2018 19:15:26 +0000 (23:15 +0400)]
:art: Format tests for Cookies
Sebastián Ramírez [Tue, 18 Dec 2018 19:15:03 +0000 (23:15 +0400)]
:white_check_mark: Add tests for body with Schema
Sebastián Ramírez [Tue, 18 Dec 2018 19:04:53 +0000 (23:04 +0400)]
:white_check_mark: Test cookies
Sebastián Ramírez [Tue, 18 Dec 2018 19:00:04 +0000 (23:00 +0400)]
:memo: Make badges be links to new tab (_blank)
Sebastián Ramírez [Tue, 18 Dec 2018 18:57:09 +0000 (22:57 +0400)]
:white_check_mark: Test for missing required body
Sebastián Ramírez [Tue, 18 Dec 2018 18:56:36 +0000 (22:56 +0400)]
:memo: Fix broken link to docs
Sebastián Ramírez [Tue, 18 Dec 2018 18:55:30 +0000 (22:55 +0400)]
:memo: Update docs highlighting after re-sort imports
coming back to flit, after pipenv
Sebastián Ramírez [Tue, 18 Dec 2018 18:36:04 +0000 (22:36 +0400)]
:green_heart: Revert to flit install and re-format
As it has shown to be more reliable, and closer to final user environments
Sebastián Ramírez [Tue, 18 Dec 2018 18:33:59 +0000 (22:33 +0400)]
:white_check_mark: Add tests for header parameters
Sebastián Ramírez [Tue, 18 Dec 2018 18:22:07 +0000 (22:22 +0400)]
:green_heart: Try fixing Travis, again...
Sebastián Ramírez [Tue, 18 Dec 2018 18:13:42 +0000 (22:13 +0400)]
:bug: Install dev-packages with pipenv, not pip
Sebastián Ramírez [Tue, 18 Dec 2018 18:11:04 +0000 (22:11 +0400)]
:green_heart: Install dev-packages in Travis
Sebastián Ramírez [Tue, 18 Dec 2018 18:08:47 +0000 (22:08 +0400)]
:green_heart: Use pipenv in Travis
Sebastián Ramírez [Tue, 18 Dec 2018 17:59:51 +0000 (21:59 +0400)]
:sparkles: Update tutorial renamer to exclude files
Sebastián Ramírez [Tue, 18 Dec 2018 17:59:06 +0000 (21:59 +0400)]
:recycle: Re-format tutorials, files names and tests
for tutorial files
Sebastián Ramírez [Tue, 18 Dec 2018 17:11:24 +0000 (21:11 +0400)]
:bug: Fix optional bodies raising an error
when not provided in the request
Sebastián Ramírez [Mon, 17 Dec 2018 18:50:22 +0000 (22:50 +0400)]
:memo: Update docs, typos, aclarations, fix examples
for NoSQL models
Sebastián Ramírez [Mon, 17 Dec 2018 18:27:26 +0000 (22:27 +0400)]
:memo: Add Python type hints tutorial
Sebastián Ramírez [Mon, 17 Dec 2018 16:41:19 +0000 (20:41 +0400)]
:memo: Add second tutorial src for python-types
Sebastián Ramírez [Mon, 17 Dec 2018 16:36:53 +0000 (20:36 +0400)]
:memo: Add tutorial src for python-types
Sebastián Ramírez [Mon, 17 Dec 2018 14:56:48 +0000 (18:56 +0400)]
:green_heart: Fix Netlify build with pipenv
Sebastián Ramírez [Mon, 17 Dec 2018 11:48:38 +0000 (15:48 +0400)]
:white_check_mark: Update query tests, application type checks
and temporarily disable coverage fail, to allow publishing docs from Travis
Sebastián Ramírez [Sat, 15 Dec 2018 18:16:54 +0000 (22:16 +0400)]
:green_heart: Update Netlify docs build, try 78
Sebastián Ramírez [Sat, 15 Dec 2018 18:11:28 +0000 (22:11 +0400)]
:fire: Remove un-used requirements.txt
Sebastián Ramírez [Sat, 15 Dec 2018 18:10:12 +0000 (22:10 +0400)]
:green_heart: Call docs build with Python module
Sebastián Ramírez [Sat, 15 Dec 2018 18:07:37 +0000 (22:07 +0400)]
:fire: Remove dist hidden old file
Sebastián Ramírez [Sat, 15 Dec 2018 17:59:25 +0000 (21:59 +0400)]
:pencil2: Fix typos from @mariacamilagl 's review
Sebastián Ramírez [Sat, 15 Dec 2018 17:52:28 +0000 (21:52 +0400)]
:memo: Update docs, stubs and structure
Sebastián Ramírez [Sat, 15 Dec 2018 17:45:57 +0000 (21:45 +0400)]
:memo: Add stub for extra Starlette
Sebastián Ramírez [Sat, 15 Dec 2018 17:41:36 +0000 (21:41 +0400)]
:memo: Add stubs for Security, multi-files, app configurations
Sebastián Ramírez [Sat, 15 Dec 2018 17:20:34 +0000 (21:20 +0400)]
:memo: Add docs for integrating with NoSQL
Sebastián Ramírez [Sat, 15 Dec 2018 16:06:08 +0000 (20:06 +0400)]
:memo: Add docs for SQL databases
Sebastián Ramírez [Sat, 15 Dec 2018 16:05:24 +0000 (20:05 +0400)]
:memo: Fix docs typos
Sebastián Ramírez [Sat, 15 Dec 2018 14:56:07 +0000 (18:56 +0400)]
:memo: Update dependencies docs
Sebastián Ramírez [Sat, 15 Dec 2018 14:15:42 +0000 (18:15 +0400)]
:memo: Add fist Dependency Injection docs
Sebastián Ramírez [Sat, 15 Dec 2018 11:20:22 +0000 (15:20 +0400)]
:memo: Add docs for custom response
Sebastián Ramírez [Sat, 15 Dec 2018 10:49:02 +0000 (14:49 +0400)]
:memo: Add docs for advanced path operation configs
Sebastián Ramírez [Sat, 15 Dec 2018 10:39:11 +0000 (14:39 +0400)]
:memo: Add docs for path operation configurations
Sebastián Ramírez [Sat, 15 Dec 2018 10:03:59 +0000 (14:03 +0400)]
:memo: Update docs, use the term path operation
Sebastián Ramírez [Sat, 15 Dec 2018 08:10:35 +0000 (12:10 +0400)]
:memo: Docs for Form and File parameters
Sebastián Ramírez [Sat, 15 Dec 2018 07:36:23 +0000 (11:36 +0400)]
:memo: Add docs for Form data
Sebastián Ramírez [Fri, 14 Dec 2018 17:58:01 +0000 (21:58 +0400)]
:memo: Add docs for extra models
Sebastián Ramírez [Fri, 14 Dec 2018 17:35:19 +0000 (21:35 +0400)]
:memo: Add docs for response_model
Sebastián Ramírez [Fri, 14 Dec 2018 17:02:25 +0000 (21:02 +0400)]
:memo: Add Header docs
Sebastián Ramírez [Fri, 14 Dec 2018 16:44:42 +0000 (20:44 +0400)]
:memo: Add Cookie docs
Sebastián Ramírez [Fri, 14 Dec 2018 16:35:36 +0000 (20:35 +0400)]
:memo: Add tutorial for body nested models
Sebastián Ramírez [Fri, 14 Dec 2018 15:42:46 +0000 (19:42 +0400)]
:memo: Add Body Schema tutorial section
Sebastián Ramírez [Fri, 14 Dec 2018 15:17:17 +0000 (19:17 +0400)]
:memo: Add body multiple parameters docs
Sebastián Ramírez [Fri, 14 Dec 2018 14:18:46 +0000 (18:18 +0400)]
:memo: Add Path params and numeric validators docs
Sebastián Ramírez [Fri, 14 Dec 2018 13:25:44 +0000 (17:25 +0400)]
:memo: Move Query params - str validations to better name
Sebastián Ramírez [Fri, 14 Dec 2018 13:10:08 +0000 (17:10 +0400)]
:memo: Add Query() parameters tutorial and update docs
Sebastián Ramírez [Fri, 14 Dec 2018 11:30:43 +0000 (15:30 +0400)]
:memo: Add request body tutorial
Sebastián Ramírez [Fri, 14 Dec 2018 10:28:32 +0000 (14:28 +0400)]
:memo: Add new tutorials to docs
Sebastián Ramírez [Fri, 14 Dec 2018 10:27:52 +0000 (14:27 +0400)]
:sparkles: Update tutorial src renamer to use sub-directories
Sebastián Ramírez [Fri, 14 Dec 2018 10:27:29 +0000 (14:27 +0400)]
:bug: Fix error location for required parameters
Sebastián Ramírez [Fri, 14 Dec 2018 10:27:02 +0000 (14:27 +0400)]
:memo: Update docs, add first tutorials
Sebastián Ramírez [Fri, 14 Dec 2018 06:07:07 +0000 (10:07 +0400)]
:truck: Re-order tutorial Python fiels
Sebastián Ramírez [Fri, 14 Dec 2018 06:06:20 +0000 (10:06 +0400)]
:art: Update renamer script
Sebastián Ramírez [Fri, 14 Dec 2018 06:02:03 +0000 (10:02 +0400)]
:memo: Add tutorials python src files
Sebastián Ramírez [Fri, 14 Dec 2018 06:01:33 +0000 (10:01 +0400)]
:sparkles: Update OAuth2 Form model and add strict version
Sebastián Ramírez [Fri, 14 Dec 2018 06:00:49 +0000 (10:00 +0400)]
:art: Update param names for main FastAPI app and types
Sebastián Ramírez [Thu, 13 Dec 2018 17:49:47 +0000 (21:49 +0400)]
:heavy_plus_sign: Add autoflake to development dependencies
in Pipfile
Sebastián Ramírez [Thu, 13 Dec 2018 17:48:37 +0000 (21:48 +0400)]
:art: Lint and format tutorial src files
Sebastián Ramírez [Thu, 13 Dec 2018 17:47:32 +0000 (21:47 +0400)]
:art: Remove un-used imports, add auto-flake
Sebastián Ramírez [Thu, 13 Dec 2018 17:26:30 +0000 (21:26 +0400)]
:truck: Script to auto-resort tutorial src files
Sebastián Ramírez [Thu, 13 Dec 2018 17:25:45 +0000 (21:25 +0400)]
:truck: Re-sort tutorial example files
Sebastián Ramírez [Thu, 13 Dec 2018 17:07:46 +0000 (21:07 +0400)]
:twisted_rightwards_arrows: Include docs and plugins from master
Sebastián Ramírez [Thu, 13 Dec 2018 17:07:15 +0000 (21:07 +0400)]
:memo: Update mkdocs extensions
Sebastián Ramírez [Thu, 13 Dec 2018 17:06:17 +0000 (21:06 +0400)]
:memo: Update docs, async and features
Sebastián Ramírez [Thu, 13 Dec 2018 17:05:15 +0000 (21:05 +0400)]
:memo: Add first tutorial src files
Sebastián Ramírez [Thu, 13 Dec 2018 16:05:35 +0000 (20:05 +0400)]
:art: Re-order parameters
Sebastián Ramírez [Thu, 13 Dec 2018 07:34:03 +0000 (11:34 +0400)]
:memo: Add stub for deployment in docs
Sebastián Ramírez [Thu, 13 Dec 2018 07:33:33 +0000 (11:33 +0400)]
:memo: Add docs for async / await and concurrency
Sebastián Ramírez [Wed, 12 Dec 2018 14:28:24 +0000 (18:28 +0400)]
:memo: Fix live docs script
Sebastián Ramírez [Mon, 10 Dec 2018 20:31:02 +0000 (00:31 +0400)]
:bookmark: Bump version for release
Sebastián Ramírez [Mon, 10 Dec 2018 20:28:47 +0000 (00:28 +0400)]
:bug: Add ValidationError schema even if only bodies
are declared in the defined endpoints
Sebastián Ramírez [Mon, 10 Dec 2018 17:52:22 +0000 (21:52 +0400)]
:memo: Update docs, use pip as it is more generic
Sebastián Ramírez [Mon, 10 Dec 2018 16:13:13 +0000 (20:13 +0400)]
:bookmark: Bump version for release
Sebastián Ramírez [Mon, 10 Dec 2018 16:12:28 +0000 (20:12 +0400)]
:white_check_mark: Add tests for OAuth2 Password scheme
Sebastián Ramírez [Mon, 10 Dec 2018 16:10:46 +0000 (20:10 +0400)]
:sparkles: Add util class for OAuth2 Password Bearer scheme
Sebastián Ramírez [Mon, 10 Dec 2018 16:09:08 +0000 (20:09 +0400)]
:arrow_up: Update JS CDN to cdn.jsdelivr.net
as unpkg.com seems to have been down all day
Sebastián Ramírez [Mon, 10 Dec 2018 14:20:55 +0000 (18:20 +0400)]
:bug: Fix indentation bug
Sebastián Ramírez [Mon, 10 Dec 2018 14:17:42 +0000 (18:17 +0400)]
:bug: Un-hide inner HTTPException errors
Sebastián Ramírez [Mon, 10 Dec 2018 14:08:08 +0000 (18:08 +0400)]
:bug: Fix int query parameters with default
being treated as body
Sebastián Ramírez [Mon, 10 Dec 2018 14:07:19 +0000 (18:07 +0400)]
:white_check_mark: Add tests for corner case with query params
Sebastián Ramírez [Mon, 10 Dec 2018 13:54:53 +0000 (17:54 +0400)]
:loud_sound: Log body parsing errors
Sebastián Ramírez [Mon, 10 Dec 2018 13:49:39 +0000 (17:49 +0400)]
:bug: Fix import of email_validator from Pydantic
Sebastián Ramírez [Mon, 10 Dec 2018 12:46:40 +0000 (16:46 +0400)]
:lock: Fix constraining return values to model
Sebastián Ramírez [Mon, 10 Dec 2018 04:43:59 +0000 (08:43 +0400)]
:lipstick: Change logo image as GitHub can't set html styles
Sebastián Ramírez [Mon, 10 Dec 2018 04:39:50 +0000 (08:39 +0400)]
:lipstick: Fix logo size for GitHub
Sebastián Ramírez [Mon, 10 Dec 2018 04:38:19 +0000 (08:38 +0400)]
:rocket: Update pyproject.toml with new metadata