Raphael Deem
|
e807c08275
|
Merge pull request #536 from lixxu/master
add sanic-babel extension
|
2017-03-09 12:28:22 -08:00 |
|
Lix Xu
|
893977365c
|
Update extensions.md
add babel extension
|
2017-03-09 23:58:02 +08:00 |
|
Jing Su
|
0cac45809f
|
add blueprints websocket example
|
2017-03-09 18:33:34 +08:00 |
|
Jing Su
|
489ca3c207
|
use blueprint method instead of deprecated register_blueprint
|
2017-03-09 18:31:19 +08:00 |
|
38elements
|
313535c599
|
Fix bail_out()
|
2017-03-09 13:36:01 +09:00 |
|
Raphael Deem
|
7f1e0557c9
|
Merge pull request #532 from r0fls/example-asyncpg-close
close connection in asyncpg example
|
2017-03-08 18:51:44 -08:00 |
|
Raphael Deem
|
0860f84a39
|
close connection in asyncpg example
|
2017-03-08 18:50:41 -08:00 |
|
Raphael Deem
|
2fe9e78b6d
|
Merge pull request #525 from r0fls/518
rename TestClient
|
2017-03-08 18:24:13 -08:00 |
|
Raphael Deem
|
2ba30f2022
|
allow running with SSL via commandline
|
2017-03-07 19:57:10 -08:00 |
|
Raphael Deem
|
b3b27cab34
|
Merge pull request #527 from r0fls/asyncpg-example
update asyncpg example
|
2017-03-07 19:34:10 -08:00 |
|
Raphael Deem
|
694207a86d
|
update asyncpg example
|
2017-03-07 19:32:26 -08:00 |
|
Raphael Deem
|
90138c4bae
|
return valid json in request.json
|
2017-03-07 18:03:45 -08:00 |
|
Raphael Deem
|
58a833e987
|
rename TestClient
|
2017-03-07 17:13:23 -08:00 |
|
Raphael Deem
|
86c5a569d5
|
allow exceptions to be a list
|
2017-03-07 16:22:23 -08:00 |
|
Eli Uriegas
|
19592e8eea
|
Merge pull request #473 from subyraman/explore-streams-v2
Add `stream` method for streaming content, add docs and examples
|
2017-03-05 17:51:44 -08:00 |
|
Eli Uriegas
|
8e6678d526
|
Merge pull request #469 from miguelgrinberg/websocket-support
websocket support
|
2017-03-05 17:42:49 -08:00 |
|
Suby Raman
|
e792a1e030
|
add host test
|
2017-03-03 14:51:13 -05:00 |
|
Suby Raman
|
f0e818a28c
|
add host test
|
2017-03-03 13:32:32 -05:00 |
|
Suby Raman
|
69bd63b742
|
add docs
|
2017-03-03 11:59:33 -05:00 |
|
Suby Raman
|
b40f30f2e5
|
fix tests
|
2017-03-03 11:49:35 -05:00 |
|
Suby Raman
|
1fbde87ec2
|
initial commit
|
2017-03-03 11:44:50 -05:00 |
|
Eli Uriegas
|
f9dc34c8fa
|
Merge pull request #510 from jamesstidard/patch-2
Sanic EnvConfig
|
2017-03-02 22:21:16 -06:00 |
|
James Stidard
|
f7186f5331
|
Sanic EnvConfig
Services like Heroku force your hand into using environment variables. Made this to help.
|
2017-03-02 21:22:07 +00:00 |
|
Eli Uriegas
|
6a680e4db0
|
Merge pull request #509 from kcy1019/master
Fix exception_monitoring example
|
2017-03-02 10:48:05 -06:00 |
|
고창영(Chang-young Koh)
|
f6b69f412f
|
Fix exception_monitoring example
|
2017-03-03 00:55:08 +09:00 |
|
Eli Uriegas
|
5aed18862d
|
Merge pull request #506 from zenixls2/bugfix/bind-listener
special handling when sock is provided and number of workers > 1
|
2017-03-02 09:08:59 -06:00 |
|
(Zenix) Han-Sheng Huang
|
62bf213a6e
|
pass flake8
|
2017-03-02 13:42:55 +09:00 |
|
(Zenix) Han-Sheng Huang
|
e5c32e9b48
|
special handling when sock is provided and number of workers > 1
|
2017-03-02 13:27:52 +09:00 |
|
Raphael Deem
|
b87dc37fbb
|
Merge pull request #500 from r0fls/revert-498
Revert "add reuse_port to create_server"
|
2017-02-28 19:29:29 -08:00 |
|
Raphael Deem
|
002d4cb37c
|
Revert "add reuse_port to create_server"
This reverts commit c3386dec84 .
|
2017-02-28 19:27:42 -08:00 |
|
Raphael Deem
|
ff321fc355
|
Merge pull request #499 from r0fls/498
add reuse_port to create_server
|
2017-02-28 19:24:35 -08:00 |
|
Raphael Deem
|
c3386dec84
|
add reuse_port to create_server
|
2017-02-28 19:21:53 -08:00 |
|
Eli Uriegas
|
927d2761f7
|
Merge pull request #496 from bohea/master
rate limiting for sanic
|
2017-02-28 09:03:03 -06:00 |
|
Eli Uriegas
|
5e5f513088
|
Merge pull request #497 from seemethere/increment_041
Increment version to 0.4.1
|
2017-02-28 08:55:34 -06:00 |
|
Eli Uriegas
|
9fcf725061
|
Increment version to 0.4.1
|
2017-02-28 08:55:04 -06:00 |
|
Eli Uriegas
|
601e015f00
|
Merge pull request #495 from r0fls/494
fix routing issue with slashes
|
2017-02-28 08:54:15 -06:00 |
|
bohea
|
3289e8403a
|
Update extensions.md
|
2017-02-28 17:34:40 +08:00 |
|
James Stidard
|
104a7c7d05
|
Added app to websocket request (#1)
|
2017-02-27 22:35:28 -08:00 |
|
Miguel Grinberg
|
7560660ec7
|
handle timeouts and disconnects properly
|
2017-02-27 22:35:28 -08:00 |
|
Miguel Grinberg
|
40ccb4a0dd
|
websocket documentation
|
2017-02-27 22:35:28 -08:00 |
|
Miguel Grinberg
|
f90288f5dc
|
websocket routes in blueprints
|
2017-02-27 22:35:28 -08:00 |
|
Miguel Grinberg
|
3bf79898d9
|
websocket unit test
|
2017-02-27 22:35:28 -08:00 |
|
Miguel Grinberg
|
1d6e11ca10
|
addressed feedback
|
2017-02-27 22:35:28 -08:00 |
|
Miguel Grinberg
|
6e903ee7d5
|
websocket support, using websockets package
|
2017-02-27 22:35:28 -08:00 |
|
Raphael Deem
|
21fb1dff7e
|
fix routing issue with slashes
|
2017-02-27 20:01:11 -08:00 |
|
Eli Uriegas
|
da924a359c
|
Merge pull request #493 from seemethere/fix_install
Attempt to remedy install problems from 0.4.0
|
2017-02-27 10:19:13 -06:00 |
|
Eli Uriegas
|
a5066f15dc
|
Attempt to remedy install problems from 0.4.0
Relates to 1436fb3ef4
|
2017-02-27 10:14:47 -06:00 |
|
Eli Uriegas
|
bfbcdf8b86
|
Merge pull request #488 from seemethere/increment_version_040
Increment version to 0.4.0
|
2017-02-25 13:37:09 -06:00 |
|
Eli Uriegas
|
42e1d18470
|
Increment version to 0.4.0
|
2017-02-25 13:36:47 -06:00 |
|
Raphael Deem
|
435dc72aa1
|
Merge pull request #484 from r0fls/483
use getattr for request url in error handler
|
2017-02-24 10:12:04 -08:00 |
|