Commit Graph

643 Commits

Author SHA1 Message Date
Andrew Godwin
91c51d106e Merge pull request #258 from AlexejStukov/patch-7
add a modelname to the payload dict
2016-07-20 13:36:04 -04:00
AlexejStukov
bb74c80b71 add a modelname to the payload dict
see #256
2016-07-20 18:21:23 +02:00
AlexejStukov
c6f104f274 route was missing in import 2016-07-20 18:14:59 +02:00
Andrew Godwin
29530a23b6 Merge pull request #254 from AlexejStukov/patch-3
Replaced BindingConsumer with Demultiplexer in routing
2016-07-20 10:47:05 -04:00
AlexejStukov
3744bf5e2f Replaced BindingConsumer with Demultiplexer in routing
Seems BindingConsumer was renamed to Demultiplexer but that was forgotten in the routing. Also there was a missing ``/`` in the ``path``
2016-07-20 09:58:54 +02:00
Andrew Godwin
ad8f4663c8 Releasing 0.17.0 2016-07-19 08:55:48 -04:00
Andrew Godwin
e15f6ead6f Add close argument to send/group_send 2016-07-19 08:52:39 -04:00
Andrew Godwin
32e047a320 Merge pull request #252 from andrewgodwin/binding
Data Binding
2016-07-19 08:48:29 -04:00
Andrew Godwin
f1e8eb66e6 Remove unused import 2016-07-19 07:29:36 -04:00
Andrew Godwin
6f7449d8fb More docs updates for multiplexing 2016-07-18 23:34:43 -04:00
Andrew Godwin
4370f043f7 Make group_send/demultiplex encode classmethods 2016-07-18 23:24:28 -04:00
Andrew Godwin
cbe6afff85 Why not rewrite binding into multiplexers on a Monday night? 2016-07-18 23:12:44 -04:00
Andrew Godwin
d9e8fb7032 Docs updates 2016-07-18 22:23:33 -04:00
Andrew Godwin
5d2354c71b Provide default serializers for the JSON one 2016-07-18 14:57:19 -04:00
Andrew Godwin
6fd83f04f8 Add group_channels 2016-07-16 23:04:32 -07:00
Andrew Godwin
8a107a5434 Fix QA error 2016-07-14 23:53:08 -07:00
Andrew Godwin
15cc5571da Fix a few model bits on the bindings 2016-07-14 23:34:12 -07:00
Andrew Godwin
62d4782dbd First version of binding code 2016-07-14 23:15:57 -07:00
Andrew Godwin
af606ff895 Fixed #244: .close() on Websocket generic consumers 2016-07-13 17:19:39 -07:00
Andrew Godwin
27d064328a Releasing 0.16.1 2016-07-12 15:13:05 -07:00
Andrew Godwin
e7a354e03c Fixed #148: Close database connections when consumers finish. 2016-07-12 15:01:19 -07:00
Andrew Godwin
a05f7d5a96 Fixed #160: _read_started set to False on request
This allows read_post_and_files to work.
2016-07-12 14:40:19 -07:00
Andrew Godwin
2e5826418b Fixed #221: WebSocket class based consumer now has http user support 2016-07-12 14:26:01 -07:00
Andrew Godwin
9cebff05ab Releasing 0.16.0 2016-07-06 12:10:41 -07:00
Andrew Godwin
d37f9d1ab3 Add null consumer for websocket.receive too. 2016-07-06 12:10:17 -07:00
Andrew Godwin
be127611e5 Implement default websocket.connect consumer. 2016-07-06 11:55:45 -07:00
Andrew Godwin
69168545d4 Update ASGI spec with backpressure instructions 2016-07-06 11:37:10 -07:00
Andrew Godwin
e947e331ce Add groups section of testing doc 2016-07-01 09:39:32 -07:00
Vikalp Jain
b9519d112d Fix issue with calling super setUp while test cases (#231) 2016-07-01 09:06:56 -07:00
Andrew Godwin
efcf08d768 Releasing 0.15.1 2016-06-29 14:54:01 -07:00
Andrew Godwin
92012fbc27 Fixed #87: Don't drop headers and status on empty streaming responses 2016-06-29 12:20:47 -07:00
Tim Watts
4a09cec2d4 Test runserver (#214)
* Add tests for runserver and runworker management commands

* Fix flake8 and isort errors

* Refactor mocking, add comments to tests

* rm unneeded vargs
2016-06-29 11:26:21 -07:00
Andrew Godwin
5eb3bf848c Provide keyword args as self.kwargs in CBC (ref. #224) 2016-06-27 16:47:36 -07:00
Andrew Godwin
15aa962cd7 Update routing.rst 2016-06-27 10:24:35 -07:00
AlexejStukov
07d1551306 clarified where you can get the keyword arguments (#225)
My initial problem was that i tried to access the keyword arguments in the ctor of the consumer...
2016-06-27 10:24:16 -07:00
Iacopo Spalletti
d3c5cc809a Add django-knocker to community projects (#222) 2016-06-26 09:54:54 -07:00
Vikalp Jain
98c9db3ba5 Update setup.py (#218)
Update daphne version in setup.py
2016-06-22 13:37:32 -07:00
Vikalp Jain
2e3e39cd6c Update handler.py (#217)
Remove unnecessary comment
2016-06-22 13:01:39 -07:00
Andrew Godwin
ade39b218c Add release makefile 2016-06-22 10:05:57 -07:00
Andrew Godwin
a9daf0dfbb Releasing 0.15.0 2016-06-22 09:48:03 -07:00
Andrew Godwin
e890c48f3f Fixed #210: Fix query string to be bytes and not decoded 2016-06-22 09:44:10 -07:00
Andrew Godwin
274feeb42f Releasing 0.14.3 2016-06-21 08:26:56 -07:00
Andrew Godwin
d8ae2784d8 Note in ASGI about query path 2016-06-21 08:22:57 -07:00
Andrew Godwin
69f6791a15 Fix test to match new spec. 2016-06-21 08:22:14 -07:00
Andrew Godwin
6ea6dc6576 Fixed #210: Plus double-decoded for query string 2016-06-21 08:04:16 -07:00
Steve Steiner
405e5b3b26 Update channels test readme (#212)
* Add documentation on how to build and run benchmark.

* Update README.rst with instructions for running against local server

* Add requirements.txt referenced in new instructions

* Updated port to 80 for Docker test as daphne serves on that port
2016-06-17 17:18:09 +01:00
Scott Burns
b481c1b533 Add basic community page (#213) 2016-06-17 16:18:56 +01:00
Andrew Godwin
94d4c00807 Add some more dict methods to Message 2016-06-17 12:50:25 +01:00
Andrew Godwin
66c4b0cb67 Releasing 0.14.2 2016-06-16 11:46:50 +01:00
Andrew Godwin
6fe841337d Fix missing import 2016-06-16 11:45:08 +01:00