kennethreitz
|
712ec2410d
|
changes
v1.3.1
|
2019-04-28 09:39:12 -04:00 |
|
kennethreitz
|
dea2ca41d2
|
Merge pull request #351 from kennethreitz/route-params-docs
Add docs for route params convertors
|
2019-04-28 09:19:42 -04:00 |
|
Taoufik
|
ca0f32c02b
|
Black check before tests
|
2019-04-27 20:44:02 +02:00 |
|
Taoufik
|
f21b296fba
|
Add docs for route params convertors
|
2019-04-27 20:10:31 +02:00 |
|
Taoufik
|
3224479b99
|
Merge pull request #350 from kennethreitz/cleanup
Cleanup
|
2019-04-27 13:52:48 +02:00 |
|
Taoufik
|
f95950eedc
|
Cleanup
|
2019-04-27 13:49:54 +02:00 |
|
kennethreitz
|
4467376d0a
|
Merge pull request #333 from taoufik07/custom_specifiers
Route params convertors
|
2019-04-27 07:32:13 -04:00 |
|
kennethreitz
|
ac65dc5361
|
Merge pull request #347 from s-pace/doc/add_search
[doc website] Add a nice search experience
|
2019-04-27 07:25:38 -04:00 |
|
s-pace
|
4957793c80
|
feat: add search to every documentation pages
|
2019-04-22 22:23:07 +02:00 |
|
s-pace
|
ff7f4b502d
|
feat: add search to the main introduction page
|
2019-04-22 22:22:46 +02:00 |
|
Timo Furrer
|
816cb7188b
|
Merge pull request #339 from jonbeebe/master
Removed asgiref dependency
|
2019-03-29 18:34:14 +01:00 |
|
Jonathan Beebe
|
6456d435eb
|
Revert Pipfile.lock (with asgiref removed)
|
2019-03-28 20:36:11 -07:00 |
|
Jonathan Beebe
|
63e338ed6f
|
Removed asgiref dependency
Replaced WsgiToAsgi (asgiref.wsgi) usage with WSGIMiddleware (starlette.middleware.wsgi) to fix breaking changes with asgiref 3.0.0.
|
2019-03-28 20:12:22 -07:00 |
|
Timo Furrer
|
00211c8f03
|
Merge pull request #335 from kobayashi/master
add sample of uploading a file
|
2019-03-21 21:30:14 +01:00 |
|
kobayashi
|
ebed9fe3aa
|
fix typos
|
2019-03-17 19:05:14 -04:00 |
|
kobayashi
|
734b5e7303
|
add sample of uploading a file
|
2019-03-17 15:21:27 -04:00 |
|
Taoufik
|
1696d501e2
|
Merge pull request #334 from MerleLiuKun/fix_test_responder_variable
fix variable error at test responder
|
2019-03-14 08:19:53 +00:00 |
|
ikronskun
|
e65d2f8c50
|
fix variable error at test responder
|
2019-03-14 14:25:45 +08:00 |
|
taoufik07
|
9ea705b2ea
|
Specifiers test
|
2019-03-12 17:39:53 +01:00 |
|
taoufik07
|
5a5a811dca
|
Add routes specifiers
|
2019-03-12 16:58:36 +01:00 |
|
kennethreitz
|
df7b9419c2
|
Merge pull request #332 from jlewis91/patch-1
Update tour.rst to be openapi compliant
|
2019-03-10 10:55:38 -04:00 |
|
Jeremiah
|
37318f1106
|
Update tour.rst
|
2019-03-10 14:53:44 +01:00 |
|
kennethreitz
|
19e9f6ac5d
|
Merge pull request #320 from taoufik07/static_serve
Fix #303
|
2019-03-05 08:33:39 -05:00 |
|
kennethreitz
|
658b51a449
|
Merge pull request #321 from taoufik07/revert_before_requests
Revert before_requests
|
2019-03-05 08:33:25 -05:00 |
|
Parth Shandilya
|
485303c0f2
|
Merge pull request #314 from vlcinsky/fix_uvloop_env_marker
Fix #313 incomplete environment marker for uvloop
|
2019-03-03 23:22:53 +05:30 |
|
taoufik07
|
885d902b7d
|
Revert
|
2019-02-26 23:46:07 +01:00 |
|
taoufik07
|
a35f02fb64
|
Add tests
|
2019-02-26 22:23:43 +01:00 |
|
taoufik07
|
28d1f16ad5
|
Disable serving when static_dir is None and handle templates_dir
|
2019-02-26 22:10:13 +01:00 |
|
Taoufik
|
a04d7c3a9a
|
Merge pull request #319 from taoufik07/refactor_before_ws
Refactor before_requests and websockets
|
2019-02-26 19:27:26 +00:00 |
|
taoufik07
|
b876f8484c
|
Update docs
|
2019-02-26 17:01:13 +01:00 |
|
taoufik07
|
854c6d3d65
|
Add @before_request
|
2019-02-26 16:44:12 +01:00 |
|
taoufik07
|
f9a850a8fe
|
Add before_requets for ws and refactor
|
2019-02-26 15:50:55 +01:00 |
|
taoufik07
|
e808662fe7
|
Refactor websockets
|
2019-02-26 15:27:26 +01:00 |
|
Taoufik
|
7bbb02126e
|
Merge pull request #316 from tkamenoko/patch-4
fix typo
|
2019-02-23 15:15:31 +00:00 |
|
Taoufik
|
aa101059a7
|
Merge pull request #315 from taoufik07/websockets_tests
Websockets tests
|
2019-02-23 15:11:23 +00:00 |
|
T.Kameyama
|
d1f7fe02e4
|
fix typo
|
2019-02-24 00:10:47 +09:00 |
|
taoufik07
|
3e26dc1373
|
Add websockets tests
|
2019-02-23 16:00:22 +01:00 |
|
Jan Vlčinský
|
0a9d819555
|
Merge branch 'master' into fix_uvloop_env_marker
|
2019-02-22 20:47:25 +01:00 |
|
Jan Vlcinsky
|
b31dfeefb7
|
Fix #313 incomplete environment marker for uvloop
|
2019-02-22 20:44:32 +01:00 |
|
Taoufik
|
fc640ec331
|
Merge pull request #312 from iancleary/bug/242_docs_consistency
fixed flow between OpenAPI and Interactive Docs sections
|
2019-02-22 13:33:37 +00:00 |
|
iancleary
|
3382723457
|
fixed flow between OpenAPI and Interactive Docs sections
|
2019-02-22 06:16:45 -07:00 |
|
Taoufik
|
1fc0722ad6
|
Merge pull request #310 from taoufik07/fix/req_text
DEFAULT_ENCODING if none is detected
|
2019-02-22 11:57:11 +00:00 |
|
taoufik07
|
b21e308357
|
Add tests
|
2019-02-22 12:44:32 +01:00 |
|
taoufik07
|
738105314b
|
Return DEFAULT_ENCODING if none and remove redundant code
|
2019-02-22 12:34:22 +01:00 |
|
Timo Furrer
|
f3cdc99b29
|
release: 1.3.0
v1.3.0
|
2019-02-22 10:36:57 +00:00 |
|
Taoufik
|
eb70376438
|
v1.3.0 changelog
|
2019-02-22 10:34:19 +00:00 |
|
Timo Furrer
|
dae1a4fa35
|
Add template for 1.3.0 CHANGELOG
|
2019-02-22 10:16:17 +00:00 |
|
Taoufik
|
2ad351197e
|
Merge pull request #304 from taoufik07/content_type
Add resp.html property and make resp.text a property
|
2019-02-22 10:12:46 +00:00 |
|
Taoufik
|
3d9235c4bc
|
Merge pull request #293 from taoufik07/multiple_cookies_and_directives
Multiple cookies and directives
|
2019-02-22 10:12:18 +00:00 |
|
taoufik07
|
2cd5596def
|
lint
|
2019-02-22 10:40:27 +01:00 |
|