Commit Graph

37 Commits

Author SHA1 Message Date
Andrew Godwin
c4719f79bc Don't make worker thread do signals during runserver 2016-03-06 11:11:58 -08:00
Andrew Godwin
484320a675 Reduce Daphne HTTP timeout in runserver mode 2016-03-02 17:00:49 -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
973b8b72ad Show time taken on runserver output 2016-02-21 12:31:16 +00:00
Andrew Godwin
93d1aa9b74 Add staticfiles support and launch multiple serving workers 2016-02-20 23:32:29 +00:00
Andrew Godwin
64fe0cb77f Add --noasgi option to runserver to run the old WSGI server instead 2016-02-20 22:56:10 +00:00
Andrew Godwin
4f60726ec4 Remove unused imports 2016-02-14 18:50:05 +00:00
Andrew Godwin
943733c447 Additional logging and --noworker option 2016-02-14 18:47:30 +00:00
Andrew Godwin
1328c367dc Move default-request handling into common place 2016-02-14 17:11:44 +00:00
Andrew Godwin
b468ddd930 More flake fixes 2016-02-10 20:37:57 +00:00
Andrew Godwin
caca13c2bc Remove extra blank line 2016-02-10 20:31:50 +00:00
Andrew Godwin
41b6750afb Do much more runserver-like logging 2016-02-10 20:26:56 +00:00
Andrew Godwin
76611b7e6e Fix up some comments 2016-02-10 19:29:47 +00:00
Andrew Godwin
cd17c88533 Fix flake errors 2016-02-10 19:28:12 +00:00
Andrew Godwin
a4381f427e Fix runserver to properly autoreload w/Twisted 2016-02-10 19:24:18 +00:00
Andrew Godwin
aff9ca2f13 Update runserver to autoreload w/daphne in main thread 2016-02-09 13:01:46 -08:00
Andrew Godwin
13766a3027 Fix flake8 errors 2016-02-05 16:26:05 -08:00
Andrew Godwin
836f6be43a Make runserver work using daphne 2016-01-02 17:53:53 -08:00
Andrew Godwin
b9464ca149 Start making channels work to ASGI spec. 2016-01-02 10:17:45 -08:00
Andrew Godwin
b6f38910de Working mixed-mode HTTP/WebSocket server! 2015-12-02 12:54:52 -08:00
Andrew Godwin
bf9a423211 Twisted HTTP interface now serves basic requests 2015-12-02 12:38:02 -08:00
ekmartin
cf2de79d64 Add isort and fix errors 2015-11-09 13:01:02 +01:00
ekmartin
4469b55d96 Fix pep8 errors using the Django core's flake8 preset 2015-11-09 13:00:00 +01:00
Ben Cole
57f21d71e2 Added logging 2015-11-09 11:16:32 +01:00
Arne Schauf
29c5ee4c3f Add cast to int when reading port argument 2015-09-17 11:32:49 +02:00
Andrew Godwin
f69ad33747 Fixed #9: Add asyncio websocket server 2015-09-10 14:41:47 -05:00
Andrew Godwin
fc52e3c5a2 Remove auto-importing of modules 2015-09-09 20:58:32 -05:00
Andrew Godwin
16a0e73c6c Make runserver work with autoreload 2015-09-03 00:07:57 -07:00
Andrew Godwin
6e91ea0040 Make the location of channels in INSTALLED_APPS not matter 2015-07-13 15:51:10 -05:00
Andrew Godwin
75ee13ff9c Add redis backend 2015-06-10 23:02:53 -07:00
Andrew Godwin
433625da1e Start working on a WebSocket interface server 2015-06-10 20:39:36 -07:00
Andrew Godwin
80627d8e37 Working database backend and "runworker" command 2015-06-10 11:17:32 -07:00
Andrew Godwin
95e706f71f Fix line endings 2015-06-10 09:42:34 -07:00
Andrew Godwin
c9eb683ed8 Switch to settings-based backend list, start ORM backend 2015-06-10 09:40:57 -07:00
Andrew Godwin
c2c1ffc5bd Make everything hang off of channel_layers 2015-06-08 12:40:47 -07:00
Andrew Godwin
2cc1d00e18 Separate channel backend from user-facing class 2015-06-08 12:22:23 -07:00
Andrew Godwin
6cd01e2bc1 Rename to plural "channels", start fleshing out req/resp cycle 2015-06-08 10:51:51 -07:00