Commit Graph

406 Commits

Author SHA1 Message Date
Anatol Ulrich
2874350a6a pass arguments to get_consumer (#147) 2016-05-09 09:51:51 -07:00
Krukov D
9505906b42 Fix re-inserting, with tests (#146)
* Stopping re-inserting at first success

* Added a few tests for worker running

* Coping routes in channels layers at the ChannelTestCase

* Remake worker test with less mocking
2016-05-08 12:21:58 -07:00
Andrew Godwin
619aed9be2 Elaborate a bit more on deployment on PaaSs 2016-05-08 11:09:36 -07:00
Andrew Godwin
6e40fba47c Releasing version 0.13.0 2016-05-07 13:09:12 -07:00
Andrew Godwin
175d13c28b Fix up doc links to removed document 2016-05-07 10:53:05 -07:00
Andrew Godwin
dcbab8b2b4 Remove DatabaseLayer and improve deployment docs mentioning it 2016-05-07 10:35:12 -07:00
Andrew Godwin
f346585f7c Change from waffle to 1MB message limit. 2016-05-06 18:41:51 -07:00
Andrew Godwin
feea84f323 Introduce backpressure with ChannelFull 2016-05-05 22:48:12 -07:00
Andrew Godwin
7b75761644 Flake8 fixes 2016-05-04 18:52:52 -07:00
Andrew Godwin
2f01155bfd Session tests 2016-05-04 10:39:38 -07:00
Andrew Godwin
1eb6a530d3 WSGI-ASGI deploy notes 2016-05-04 09:27:01 -07:00
Andrew Godwin
2219546a5d Noun docs changes 2016-05-04 09:20:36 -07:00
Andrew Godwin
ea66b6560b Doc spelling corrections 2016-05-03 18:43:15 -07:00
Andrew Godwin
96735b917b Make flake8 like indentation 2016-05-03 18:14:41 -07:00
Andrew Godwin
45dfeb548e Django 1.10 patch fixes 2016-05-03 18:10:51 -07:00
Andrew Godwin
cf9d7d6f76 Change to more precise TestCase import 2016-05-03 18:06:43 -07:00
Andrew Godwin
e451ea4d69 Reformat runworker a bit 2016-05-02 19:17:24 -07:00
Andrew Godwin
a9187b99fe More formatting fixes 2016-04-30 20:55:19 -07:00
Andrew Godwin
698c2aaca0 Fix worker.py formatting 2016-04-30 19:15:45 -07:00
Andrew Godwin
073cbca16d Fixed #116: Allow configuration of worker listening 2016-04-30 19:11:08 -07:00
Benjamin Bach
c579f27f6d Update to clarify Python Compatibility (#140)
Does this make sense? A fellow team member didn't believe that Channels were Python 3 ready after looking at the docs, so I though it's best to clarify it once and for all, for instance in the FAQ?
2016-04-28 17:13:12 +01:00
Krukov D
681616caa4 Fix missed logger name (#138) 2016-04-28 09:52:49 +01:00
Andrew Godwin
6b0845ef22 Update WSGI URL path to match HTTP 2016-04-27 16:27:33 +01:00
Andrew Godwin
7bc35f1842 Fix up tests under py3 2016-04-26 14:05:17 +01:00
Andrew Godwin
b374a2a604 Releasing 0.12.0 2016-04-26 13:51:41 +01:00
Andrew Godwin
e684b27e46 Switch to uncode path and query string for HTTP 2016-04-26 13:33:26 +01:00
Andrew Godwin
7945859bb2 Update ASGI HTTP spec to make all path parts unicode 2016-04-26 13:09:50 +01:00
Andrew Godwin
2c39e42fa2 Add patchinator config for more docs 2016-04-26 13:09:50 +01:00
Michael Kutý
80206e5452 Fix loading files. #123 2016-04-08 11:04:55 -07:00
Andrew Godwin
f974f13a37 Rearrange docs, add cross-compat doc 2016-04-06 22:05:28 -07:00
Andrew Godwin
8abe53e170 Change type of error 2016-04-06 22:02:41 -07:00
Andrew Godwin
8fdf268574 Add testing documentation 2016-04-06 11:15:18 -07:00
Andrew Godwin
609adfca8d Fix example with custom channel 2016-04-06 11:15:18 -07:00
Gregor Müllegger
c171cb4346 Fix auth example imports in Gettings Started guide
Removed unused `transfer_user` import and added missing `channel_session_user_from_http` as import.
2016-04-06 08:10:11 -07:00
Gregor Müllegger
e88e0feae9 Fix typo in path to DatabaseChannelLayer
Removed `g` from `datagbase_layer`.
2016-04-06 08:10:01 -07:00
Andrew Godwin
70637b7afe Wrap line properly 2016-04-05 22:29:00 -07:00
Andrew Godwin
cd9c049296 Rename database layer models to be consistent 2016-04-05 22:25:05 -07:00
Andrew Godwin
6006a3181a Fix version specific check in patchinator 2016-04-05 22:23:05 -07:00
Andrew Godwin
4504eb6ec9 Add select_for_update() to improve isolation 2016-04-05 22:18:54 -07:00
Andrew Godwin
732167282b Some import sorting stuff 2016-04-05 17:38:05 -07:00
Andrew Godwin
11218089bd Fix flake error 2016-04-05 17:30:47 -07:00
Andrew Godwin
352407e54b Improve patchinator, lots of doc stuff 2016-04-05 17:27:36 -07:00
Andrew Godwin
4437e04528 Fix circular import issue 2016-04-05 17:19:23 -07:00
Andrew Godwin
4bab456c61 Fail to work if you have channel-enabled Django 2016-04-05 16:44:26 -07:00
Andrew Godwin
d29f02fb33 Patchinator/django fixes 2016-04-05 16:20:49 -07:00
Andrew Godwin
2eb8e9277e Fixed #119: Talked about IRC channel 2016-04-05 13:48:29 -07:00
Andrew Godwin
2ef0baa5c2 Release 0.11.0 2016-04-05 08:21:54 -07:00
Andrew Godwin
cf52c922e0 Update getting started to not pass messages back directly 2016-04-05 08:17:30 -07:00
David Evans
28e897d9bc Remove lazy loading of middleware
This mirrors the equivalent change in Django itsef. See:

https://code.djangoproject.com/ticket/26452

99bb7fcc18
2016-04-04 13:36:18 -07:00
Andrew Godwin
37923c3674 Flake8 fixes 2016-04-04 03:38:38 +02:00