Commit Graph

1023 Commits

Author SHA1 Message Date
Andrew Godwin
9310094970 Remove unused variable 2016-07-06 11:41:23 -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
28c2a535d1 Merge pull request #29 from fcurella/ws_protocols
parse multiple subprotocols and return the first match
2016-06-29 10:03:39 -07:00
Flavio Curella
9392e526ea parse multiple subprotocols and return the first match 2016-06-29 11:21:50 -05:00
Andrew Godwin
5d8a5f14eb Releasing version 0.13.1 2016-06-28 15:27:14 -07:00
Andrew Godwin
2422c6382b Add release makefile 2016-06-28 15:27:04 -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
6679b8dfdf Fixed #28: Logging breaking bad WebSocket error messages 2016-06-27 16:41:48 -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
da3cce79d0 Releasing 0.13.0 2016-06-22 09:48:37 -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
fd5928c1b1 Fix query string encoding to be bytes and not decoded 2016-06-22 09:42:43 -07:00
Andrew Godwin
e02fa95987 Releasing 0.12.2 2016-06-21 08:28:20 -07:00
Andrew Godwin
274feeb42f Releasing 0.14.3 2016-06-21 08:26:56 -07:00
Andrew Godwin
0942b382ce Fix python 3 header grabbing 2016-06-21 08:24:27 -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
0ebfea94a8 Fix header name, add test 2016-06-21 08:20:34 -07:00
Andrew Godwin
cdafec588c Fix header to look for 2016-06-21 08:17:14 -07:00
Andrew Godwin
5a451ab06a Fixed #24: Configurable root_name options 2016-06-21 08:15:35 -07:00
Andrew Godwin
66e005f277 Intepret + in query string section as a space 2016-06-21 08:15:35 -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
Andrew Godwin
773f1332ee Fix import earliness for auth model 2016-06-16 11:42:08 +01:00
Andrew Godwin
0fe438a445 Improve decorator support for class based consumers 2016-06-16 11:37:21 +01:00
Andrew Godwin
734fd8dbd3 Merge pull request #20 from jpic/gitignore
Ignore Python compiled files
2016-06-16 11:36:13 +01:00
Andrew Godwin
cbf12cabdc Merge pull request #22 from jpic/dead_code
Remove unused method
2016-06-16 11:35:53 +01:00
jpic
c85403b736 Remove unused method 2016-06-15 21:54:54 +02:00
jpic
9c55a08b1c Ignore Python compiled files 2016-06-15 21:18:56 +02:00
Tommy Beadle
0fe9d2be2b Avoid NameError in example code. (#208)
'room' is used in the Group initialization but was not defined.
2016-06-14 20:41:03 +01:00
Michael
f8c1a9c688 [docs] Replaced left over CHANNEL_BACKENDS with CHANNEL_LAYERS (#206) 2016-06-13 08:47:39 -07:00
Andrew Godwin
68ce1964c8 Releasing 0.14.1 2016-06-10 05:42:29 +00:00
Andrew Godwin
4a42ae9529 ? IS QUESTION MARK 2016-06-09 20:50:33 +00:00
Krukov D
e31e326f10 Added unicode_literals from future at tests/base (#203) 2016-06-09 12:41:25 -07:00
Erick Wilder
c44de7e870 Use current channels version when building the documentation. (#201)
Rationale:
---
It may cause some confusion for the reader of the documentation about
what's the most recent version of the library and if the official documentation
pages are really for the 'latest' version.
2016-06-09 08:42:22 -07:00