Andrew Godwin
|
49cbf31872
|
Fix more python 3 unicode issues
|
2016-02-09 13:32:37 -08:00 |
|
Andrew Godwin
|
be172045ed
|
Fix test path encoding
|
2016-02-09 13:04:23 -08:00 |
|
Andrew Godwin
|
aff9ca2f13
|
Update runserver to autoreload w/daphne in main thread
|
2016-02-09 13:01:46 -08:00 |
|
Andrew Godwin
|
5ddeed4a25
|
Remove dead code
|
2016-02-09 13:01:46 -08:00 |
|
Andrew Godwin
|
e575693093
|
Merge pull request #71 from georgebrock/patch-1
Docs: reply_channel is a property of message
|
2016-02-07 23:40:39 -08:00 |
|
George Brocklehurst
|
85bb8c98d2
|
Docs: Update encode/decode methods in example.
`encode` is now `channel_encode`, and `decode` is now `channel_decode`.
|
2016-02-07 10:19:21 -05:00 |
|
George Brocklehurst
|
88d3379e31
|
Docs: reply_channel is a property of message
Update an example where `reply_channel` was a global, and contained the
channel name rather than a channel objects.
|
2016-02-07 10:12:45 -05:00 |
|
Andrew Godwin
|
b7b11cb075
|
Remove sneaky print
|
2016-02-05 16:47:43 -08:00 |
|
Andrew Godwin
|
fa58375a51
|
Python 3 fixes
|
2016-02-05 16:47:11 -08:00 |
|
Andrew Godwin
|
13766a3027
|
Fix flake8 errors
|
2016-02-05 16:26:05 -08:00 |
|
Andrew Godwin
|
1dab70ed86
|
Update CI config a bit more.
|
2016-02-05 16:22:58 -08:00 |
|
Andrew Godwin
|
74c444ca52
|
Add dependencies to travis config
|
2016-02-05 16:04:18 -08:00 |
|
Andrew Godwin
|
43c903a501
|
Fix image target
|
2016-02-05 16:01:45 -08:00 |
|
Andrew Godwin
|
58f18aa103
|
Add Travis build status badge
|
2016-02-05 16:01:12 -08:00 |
|
Andrew Godwin
|
95f464dd4d
|
Merge pull request #65 from DanLipsitt/travis
Config for Travis CI.
|
2016-02-05 15:54:04 -08:00 |
|
Andrew Godwin
|
5cd2cbdfee
|
Add test suite for ASGI handlers
|
2016-02-05 15:53:01 -08:00 |
|
Andrew Godwin
|
17e9824f71
|
Update database channel backend to pass conformance
|
2016-02-05 14:16:20 -08:00 |
|
Andrew Godwin
|
5df99c9cfd
|
Fix some incorrect backend layer references
|
2016-01-17 14:31:04 -08:00 |
|
Andrew Godwin
|
a9810014ca
|
Rework database channel layer and tests, to use ASGI conformance suite
|
2016-01-17 14:28:01 -08:00 |
|
Andrew Godwin
|
5fa357e403
|
Disable linearize until it's reimplemented on sessions.
|
2016-01-17 14:22:28 -08:00 |
|
Andrew Godwin
|
717eb0a100
|
Added the "flush" extension to ASGI, and clarified group expiry
|
2016-01-17 14:21:45 -08:00 |
|
Dan Lipsitt
|
4d9c33c72d
|
Config for Travis CI.
|
2016-01-13 14:43:58 -08:00 |
|
Andrew Godwin
|
9f7c0f86c4
|
Merge pull request #64 from pombredanne/patch-1
Fixed minor doc typo.
|
2016-01-10 10:56:18 -08:00 |
|
Philippe Ombredanne
|
8f9d40b659
|
Fixed minor doc typo.
|
2016-01-10 13:03:19 +01:00 |
|
Andrew Godwin
|
355bf87782
|
Merge pull request #61 from Lukasa/asgi-push
Draft proposal for Server Push messages
|
2016-01-05 09:56:13 -08:00 |
|
Cory Benfield
|
894041a3c0
|
New approach to server push.
|
2016-01-05 11:41:57 +00:00 |
|
Andrew Godwin
|
a8d09c2644
|
Embarassingly managed to remove the only name expansion.
|
2016-01-04 18:24:24 -08:00 |
|
Cory Benfield
|
4ea7b26c65
|
Draft proposal for Server Push messages
|
2016-01-03 09:48:08 +00:00 |
|
Andrew Godwin
|
93b2229b2b
|
HTTP body spec fixes
|
2016-01-02 22:59:09 -08:00 |
|
Andrew Godwin
|
4847403ba0
|
Update dependency things
|
2016-01-02 22:45:00 -08:00 |
|
Andrew Godwin
|
7f5c3d25b6
|
Remove redundant msgpack question (redis backend now uses it)
|
2016-01-02 22:43:41 -08:00 |
|
Andrew Godwin
|
46ea90e095
|
Spec tweaks
|
2016-01-02 22:42:40 -08:00 |
|
Andrew Godwin
|
4ed1d73789
|
Remove redundant sentence
|
2016-01-02 18:50:59 -08:00 |
|
Andrew Godwin
|
5348c52778
|
Fixed #33: Add wsgi.multi* variables for back compat.
|
2016-01-02 18:35:43 -08:00 |
|
Andrew Godwin
|
3dec8e09b3
|
Update backends docs, remove old message standards
|
2016-01-02 18:30:52 -08:00 |
|
Andrew Godwin
|
d452486524
|
Correct body/POST handling
|
2016-01-02 18:10:25 -08:00 |
|
Andrew Godwin
|
3d5c399a41
|
Update header spec to exclude underscores.
|
2016-01-02 18:10:08 -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
|
e78f75288d
|
Stats extension, application abstraction notes for ASGI
|
2015-12-24 22:58:13 +00:00 |
|
Andrew Godwin
|
6a5907ff59
|
ASGI spec updates
|
2015-12-23 18:04:18 +00:00 |
|
Andrew Godwin
|
3cf5e6149e
|
ASGI draft todo tweak
|
2015-12-23 15:45:08 +00:00 |
|
Andrew Godwin
|
daa8d1aca1
|
More work on the ASGI spec; pruning out some things.
|
2015-12-23 15:32:16 +00:00 |
|
Andrew Godwin
|
31ee80757e
|
Big ASGI disclaimer.
|
2015-12-22 16:59:19 +00:00 |
|
Andrew Godwin
|
3bcfea0421
|
Start on some kind of general spec.
|
2015-12-22 16:57:37 +00:00 |
|
Andrew Godwin
|
faa915cfc8
|
Merge pull request #56 from NiiEquity/patch-1
Update concepts.rst
|
2015-12-21 15:09:09 +00:00 |
|
NiiEquity
|
44b10836e0
|
Update concepts.rst
Correct the repetition of "channels"
|
2015-12-21 15:03:55 +00:00 |
|
Andrew Godwin
|
03c9c90f4c
|
Clarify WSGI in integration plan
|
2015-12-18 22:44:33 +00:00 |
|
Andrew Godwin
|
ecb2e4c22b
|
Remove old note
|
2015-12-18 21:34:47 +00:00 |
|
Andrew Godwin
|
76ca034e63
|
Update message standards doc
|
2015-12-18 21:23:09 +00:00 |
|