Shawn Niederriter
5796f211c1
Added detailed plotly example project
2017-04-14 17:17:23 +00:00
lazydog
ae09dec05e
fixed UnboundLocalError
2017-04-14 03:38:55 +08:00
lazydog
afd51e0823
fix directory traversal flaw
2017-04-14 02:55:39 +08:00
zenix
0bbf826b21
fix typo
2017-04-13 16:52:40 +09:00
zenix
02d1900e2f
try to fix container error
2017-04-13 16:49:36 +09:00
zenix
73da11b04c
switch to use streaming for access log and error log
2017-04-13 16:26:13 +09:00
zenix
4af07e3731
change naming of default log config
2017-04-13 13:49:45 +09:00
zenix
7f60f85cd4
Merge branch 'master' of https://github.com/channelcat/sanic
2017-04-13 13:35:37 +09:00
messense
4c66cb1854
Fix static files router
2017-04-13 12:11:38 +08:00
messense
35b92e1511
Add path type for router
2017-04-13 11:34:35 +08:00
Raphael Deem
e5d3fe52c5
Merge pull request #630 from 38elements/keep_alive
...
Refactor keep_alive
2017-04-12 19:46:33 -07:00
Raphael Deem
63fe7c0a86
Merge pull request #631 from adamserafini/fix-installation
...
Fix installation on Ubuntu 16.10 #629
2017-04-12 18:53:23 -07:00
zenix
c5f137c715
fix original code logic
2017-04-12 18:52:01 +09:00
zenix
66923bc0e3
remove unused param
2017-04-12 18:48:16 +09:00
zenix
8bf7b5a323
remove unused dependency
2017-04-12 18:45:38 +09:00
zenix
36d4d85849
change to use default python config code
2017-04-12 18:44:47 +09:00
zenix
5f0e05f3bf
fix flake8
2017-04-12 18:08:06 +09:00
adam.serafini
235e5511eb
Bump version
2017-04-12 11:02:13 +02:00
zenix
6fb60ae0b1
Merge branch 'master' of https://github.com/channelcat/sanic
2017-04-12 18:01:12 +09:00
adam.serafini
6b2883074b
Fix installation on Ubuntu 16.10
...
Fixes issue #629 . Printing a unicode string at the end of the
setup.py script is asking for trouble. It's also redundant:
the pip tool itself tells the user whether the installation was
successful or not.
2017-04-12 10:59:03 +02:00
38elements
7fe418d1b7
Refactor keep_alive
2017-04-12 17:55:22 +09:00
zenix
f872ceb0d9
fix bug in access logging when error happens
2017-04-12 17:39:17 +09:00
Shawn Niederriter
0f10a36b40
Added url_for example
2017-04-12 06:20:35 +00:00
Shawn Niederriter
3c45c9170f
Fixed to merge with #626
2017-04-11 21:55:45 +00:00
Shawn Niederriter
a0730aeb44
Merge https://github.com/channelcat/sanic
...
Version 0.0.5
2017-04-11 21:47:08 +00:00
Eli Uriegas
e5fdc7fdd0
Merge pull request #626 from seemethere/increment_050
...
Increment to 0.5.0
2017-04-11 16:05:26 -05:00
Eli Uriegas
015c87b5e1
Add traceback for better debugging
2017-04-11 16:02:57 -05:00
Eli Uriegas
d20a49e500
Lock chardet for now...
2017-04-11 16:02:49 -05:00
Shawn Niederriter
adb7331670
Updated examples for 0.5.0
2017-04-11 20:34:55 +00:00
Eli Uriegas
084f0d27a3
Increment to 0.5.0
2017-04-11 15:19:00 -05:00
Eli Uriegas
522a0beec0
Merge pull request #622 from aryeh/provide_request_object
...
Allow a custom Request class to be passed in to Sanic
2017-04-11 15:13:05 -05:00
zenix
bf46bcf376
Merge branch 'logging'
2017-04-11 19:03:35 +09:00
zenix
f330c3f8c5
add logging based on issue #608 , add default config
2017-04-11 18:59:07 +09:00
Raphael Deem
77a51c1e05
Merge pull request #617 from Sniedes722/master
...
Update Examples for 0.4.2
2017-04-10 19:07:29 -07:00
Raphael Deem
144f215705
Merge pull request #623 from qwIvan/master
...
Fixed #615
2017-04-10 18:58:31 -07:00
ivan
51b01b6b44
Merge branch 'master' of github.com:qwIvan/sanic
2017-04-10 18:33:43 +08:00
ivan
09885534c6
fixed #615
2017-04-10 18:31:28 +08:00
aryeh
b9dfec38c2
Break long line (> 80 chars) into 2 lines
2017-04-09 13:38:36 -04:00
aryeh
2ef8120073
Allow a custom Request class to be passed in to Sonic
...
Allowing a custom Request class to be defined would enable either a different Request class or a subclass of Request to be used, providing more flexibility.
2017-04-09 13:29:21 -04:00
Raphael Deem
52ff2e0e63
Merge pull request #621 from r0fls/620
...
fix python -m method of running
2017-04-08 13:32:17 -07:00
Raphael Deem
8cf7dce33f
fix python -m method of running
2017-04-08 13:31:17 -07:00
Shawn Niederriter
9d3bb4a37a
Updated examples in-line with response docs
2017-04-06 19:47:25 +00:00
Shawn Niederriter
c30437448b
Updated aiohttp & run_async examples, added redirect
2017-04-06 19:42:05 +00:00
Raphael Deem
7e3496f8aa
Merge pull request #614 from dkruchinin/middleware
...
Response middleware should be called even if server replies with an error
2017-04-06 11:49:44 -07:00
Shawn Niederriter
46ac79f4dc
Update run_async demo
2017-04-06 14:39:54 -04:00
Shawn Niederriter
833b14e353
Updated aiohttp example.
2017-04-06 13:33:29 -04:00
Eli Uriegas
e9eca25792
Merge pull request #616 from r0fls/610
...
use socket.set_inheritable instead of os version
2017-04-04 15:17:31 -05:00
Raphael Deem
1854ad133c
use socket.set_inheritable instead of os version
2017-04-04 13:13:52 -07:00
Eli Uriegas
2b5e723ea5
Merge pull request #519 from youknowone/recall-379
...
Add #379 again and make related test rework
2017-04-04 15:08:57 -05:00
Raphael Deem
9a18906edd
Merge pull request #612 from dkruchinin/prom
...
Add prometheus extension
2017-04-04 11:06:43 -07:00