Commit Graph

169 Commits

Author SHA1 Message Date
Andrew Godwin
392ba22768 Releasing 0.10.2 2016-03-23 12:53:34 -07:00
Andrew Godwin
f829a14312 Don't show last-chance traceback when DEBUG is off. 2016-03-23 12:53:02 -07:00
Andrew Godwin
7bc94b342e Implement last-resort error handler for HTTP requests
There's no WSGI server to do this for us, so Channels has to.
2016-03-23 11:50:35 -07:00
Andrew Godwin
8a65199bfe Also normalise include patterns, and add tests for all regex norm 2016-03-22 10:39:27 -07:00
Andrew Godwin
7864519241 Releasing 0.10.1 2016-03-22 10:32:12 -07:00
Andrew Godwin
52c821a186 Increase FileResponse block size everywhere, not just staticfiles 2016-03-22 10:31:37 -07:00
Andrew Godwin
10224ff06c Flake, stop worrying about this file. 2016-03-22 10:20:15 -07:00
Andrew Godwin
6884e7d1e8 Fixed #93: Unicode regex patterns not working on http.request path 2016-03-22 10:17:38 -07:00
Andrew Godwin
afa46cfe0f Provide route and include at top level 2016-03-22 10:15:52 -07:00
Andrew Godwin
13d6c88c7f Releasing 0.10.0 2016-03-21 16:46:42 -07:00
Andrew Godwin
8522eb40ca Update single-reader channel names to split on !, not start. 2016-03-21 16:38:23 -07:00
Andrew Godwin
4f8b297462 Make flake8 more happy 2016-03-20 14:10:05 -03:00
Andrew Godwin
3cdf51ed84 Better spacing in routing tests 2016-03-20 14:06:35 -03:00
Andrew Godwin
18385d68f0 Fix bad rename stuff 2016-03-20 13:52:54 -03:00
Andrew Godwin
841e19da79 Change to a full pattern-based routing system. 2016-03-20 13:48:34 -03:00
Andrew Godwin
2732a66e81 Improve name_that_thing to handle instance methods 2016-03-20 13:48:34 -03:00
Andrew Godwin
8faf37bfbf Fix type of cookie header string 2016-03-16 09:50:15 -03:00
Andrew Godwin
f1ab1100f5 Locale fix from runserver (#86) 2016-03-12 12:14:02 -08:00
Andrew Godwin
5bf19f52f6 Remove status_text from the HTTP response spec. 2016-03-11 10:30:40 -08:00
Andrew Godwin
9f8bf30cdd Fix handler test 2016-03-11 10:23:07 -08:00
Andrew Godwin
820e955515 Change ASGI spec regarding headers. 2016-03-11 10:20:17 -08:00
Andrew Godwin
a06026c99a Releasing 0.9.5 2016-03-10 17:57:57 -08:00
Andrew Godwin
df8a9dbbd1 Change --alias to --layer on runworker 2016-03-10 17:57:13 -08:00
Andrew Godwin
1ee7b2861c Add --alias option to runworker 2016-03-10 17:55:42 -08:00
Andrew Godwin
053850fdd6 Use WSGI runserver if no channel backend configured 2016-03-10 17:55:42 -08:00
Andrew Godwin
a2d64f9335 Releasing 0.9.4 2016-03-08 10:20:08 -08:00
Andrew Godwin
4b82d989ca Remove old code from Channel/Group 2016-03-06 12:12:48 -08:00
Andrew Godwin
c4719f79bc Don't make worker thread do signals during runserver 2016-03-06 11:11:58 -08:00
Andrew Godwin
08d1f9a14d Graceful shutdown for workers on SIGTERM and SIGINT 2016-03-02 17:21:58 -08:00
Andrew Godwin
484320a675 Reduce Daphne HTTP timeout in runserver mode 2016-03-02 17:00:49 -08:00
Andrew Godwin
1869061fa2 I like having a plus here. 2016-03-02 10:46:22 -08:00
Andrew Godwin
447c2e77cc Fix line length 2016-03-02 10:46:05 -08:00
Andrew Godwin
8fba5220d9 Detect if you forget to decorate things with enforce_ordering 2016-03-02 10:42:18 -08:00
Andrew Godwin
cdde27b55a Releasing 0.9.3 2016-02-28 22:06:25 -08:00
Andrew Godwin
b129adf4a4 Increase FileResponse chunk size for staticfiles handler 2016-02-28 22:04:03 -08:00
Andrew Godwin
61b8940e99 Warn when trying to use runworker with in memory layer 2016-02-28 21:52:35 -08:00
Andrew Godwin
9dae793cde Release 0.9.2 2016-02-28 21:12:11 -08:00
Andrew Godwin
fe352542cc Fix for Django 1.8/1.9 2016-02-24 07:00:33 -08:00
Andrew Godwin
c64fe97463 Fix trailing whitespace 2016-02-23 19:36:17 -08:00
Andrew Godwin
69186ef7b7 Replace linearize with the more useful enforce_ordering. 2016-02-24 00:40:38 +00:00
Andrew Godwin
38c6df8125 Move ResponseLater into exceptions module 2016-02-24 00:39:48 +00:00
Andrew Godwin
5ff77719be Make database channel layer use transactions to stop dupes 2016-02-23 22:14:30 +00:00
Andrew Godwin
307fc6c0bb Release 0.9.1 2016-02-21 13:19:57 +00:00
Andrew Godwin
ca0d9e9651 Fix version import during pip install 2016-02-21 13:18:57 +00:00
Andrew Godwin
73f840432d Version 0.9 2016-02-21 13:16:03 +00:00
Andrew Godwin
973b8b72ad Show time taken on runserver output 2016-02-21 12:31:16 +00:00
Andrew Godwin
8221bbc0be Staticfiles handler and consumer 2016-02-20 23:33:27 +00:00
Andrew Godwin
d18c715f8f Fix core logging when no message on channel 2016-02-20 23:33:14 +00:00
Andrew Godwin
93d1aa9b74 Add staticfiles support and launch multiple serving workers 2016-02-20 23:32:29 +00:00
Andrew Godwin
247a26b91a Fix streaming responses (e.g. staticfiles.serve) 2016-02-20 23:32:01 +00:00