Commit Graph

323 Commits

Author SHA1 Message Date
Tom Christie 256b6245f7 Version 0.9.7 2018-12-07 14:57:18 +00:00
Tom Christie 99921cef70 Fix SQLAlchemy link 2018-12-07 13:07:12 +00:00
Tom Christie ce9556acce
Authentication (#256)
* Authentication

* Fleshing out authentication support

* Version 0.9.6
2018-12-07 13:05:31 +00:00
Raja Simon 25244b5c98 Fix file path argument (#255) 2018-12-07 12:45:36 +00:00
Sebastián Ramírez cad82793d1 Add py.typed marker to setup.py (#253) 2018-12-07 09:15:06 +00:00
Tom Christie e4db34c363 Update database docs 2018-12-07 08:59:06 +00:00
Tom Christie 654a65b649 Add scripts/clean 2018-12-06 10:52:38 +00:00
Tom Christie 147c47deb1 Version 0.9.5 2018-12-06 10:46:06 +00:00
Tom Christie 2b4ea0b422 Update config docs 2018-12-06 09:55:09 +00:00
Tom Christie 08af34763d
Version 0.9.4 (#251) 2018-12-05 16:38:45 +00:00
Tom Christie e525e40043 Use Starlette 'environ' when reading config 2018-12-05 14:28:18 +00:00
Tom Christie 5712d95017 Add Secret 2018-12-05 12:38:54 +00:00
Tom Christie d2512656e3 Add Environ, DatabaseURL 2018-12-05 12:28:18 +00:00
Tom Christie 3d797e24a7 Version 0.9.3 2018-12-05 11:54:34 +00:00
Tom Christie 1a20c63f14
Add Config() (#250)
* Add Config()

* Fix STARLETTE_TEST_DATABASE in tests
2018-12-05 11:53:38 +00:00
Tom Christie a4aacf7076 Fix 'postgresql:' database URL check 2018-12-05 11:35:30 +00:00
Tom Christie 96213e569c Merge branch 'master' of https://github.com/encode/starlette 2018-12-05 10:15:39 +00:00
Tom Christie 2b3f6fdcc6 Tweak database docs 2018-12-05 10:15:32 +00:00
Simon Willison ff0d1588ab Typo (#249) 2018-12-04 20:21:36 +00:00
Tom Christie 5379b125d3 Version 0.9.2 2018-12-04 16:45:44 +00:00
Tom Christie e4ef8bdfaf Database, not Databases 2018-12-04 16:25:27 +00:00
Tom Christie 26d46d5a6e
Hide password in URL.__repr__ (#247) 2018-12-04 16:05:33 +00:00
Tom Christie 0b7819b4b2
Add DatabaseMiddleware (#243)
* Add `DatabaseMiddleware`
2018-12-04 16:05:16 +00:00
Pierre Vanliefland 78f57f95ee Add context with request when executing GraphQL query (#244)
Add context with request when executing GraphQL query
2018-12-04 12:55:10 +00:00
Santiago 31ec331bc2 docs(schemas): fixed url to starlette-apispec (#246) 2018-12-04 11:34:42 +00:00
Tom Christie 16e8b87f72
Version 0.9.1 (#239) 2018-11-28 13:36:22 +00:00
Tom Christie 632150d73e
Lifespan as middleware (#225)
* Lifespan as middleware
* 3.6 compat
* Add annotations
* Handle exceptions from applications within LifespanMiddleware
* Lifespan moves to middleware. TestClient can be used as a context manager.
2018-11-28 11:51:17 +00:00
Tom Christie 9ee69af2be Merge branch 'master' of https://github.com/encode/starlette 2018-11-28 11:49:39 +00:00
Tom Christie 74d42fa416 Version 0.9 2018-11-28 11:49:28 +00:00
Santiago 1ecf7d7146 docs(schemas): added third party block (#237) 2018-11-24 15:48:27 +00:00
Tom Christie 2d631446e9 Version 0.8.8 2018-11-23 16:29:03 +00:00
Santiago 49c4b78d7c refactor: schemas now have better support for third party packages (#197) 2018-11-23 15:20:07 +00:00
Tom Christie d0755838b3 Disable deprecation warnings (triggered by third party packages) 2018-11-23 13:02:20 +00:00
Tom Christie 0257c8b4df Version 0.8.7 2018-11-23 11:14:39 +00:00
Tom Christie ed16b7df21
Asyncio cleanups (#236) 2018-11-23 11:11:16 +00:00
Shen Li 80369c1b85 add tests for chunked requests (#235) 2018-11-23 08:56:37 +00:00
Tom Christie 8f67838a55 Version 0.8.6 2018-11-22 16:13:01 +00:00
Tom Christie 679e7daee8
Use path=/ for session cookies (#232) 2018-11-22 16:11:06 +00:00
Alexander Botello 95517b7002 remove unused imports (#228) 2018-11-21 19:12:44 +00:00
Alexander Botello b3a1bef1a7 delete print statement (#227) 2018-11-21 16:25:45 +00:00
Taoufik 9fa4b56030 Update broken link (#224)
* Update broken link

* Update broken link
2018-11-18 18:26:47 +00:00
Roman 4dcf92a7ec fix typo (#219) 2018-11-16 17:56:15 +00:00
Tom Christie 8d973c25bd Version 0.8.5 2018-11-16 14:04:08 +00:00
Tom Christie 98fa5598de Tweak test case 2018-11-16 13:52:05 +00:00
Tom Christie de71b85948 Merge branch 'master' of https://github.com/encode/starlette 2018-11-16 13:51:22 +00:00
supriyo-biswas 1e4ce58ec7 Fix incorrect decoding of application/x-www-form-urlencoded request body (#217)
* Fix incorrect decoding of application/x-www-form-urlencoded request body.

* Add test for URLencoded forms.
2018-11-16 13:51:14 +00:00
Tom Christie 14650bfd22
URL convertors (#221)
* Version 0.8.4

* Add support for path convertors

* Add to_string on convertors
2018-11-16 13:50:55 +00:00
赖信涛 a0bb1f5f23 Suooprt HTTP 304 for static files. (#212)
* feat: support HTTP 304

* test for staticfiles 304

* fix email.utils functions

* fix mypy test, just ignore parsedate result type

* not reparsing the FileResponse

* fix black check

* delete unused import and print

* fix type annotation
2018-11-14 11:38:01 +00:00
David Larlet 9a51a63d35 Documentation typo (#218) 2018-11-14 10:58:05 +00:00
Tom Christie 5845f71374 Merge branch 'master' of https://github.com/encode/starlette 2018-11-12 10:58:18 +00:00