Commit Graph

25 Commits

Author SHA1 Message Date
Sam Bolgert
3dddefa845 Delay Protocol Server (#401)
* Add Delay Protocol Server

Add a process that listens to a specific channel
and delays incoming messages by a given time.

* Add custom django command rundelay
* Add test suite
* Implements #115

* Add channels.delay app

* Add AppConfig

* Move rundelay command to channels.delay app

* Refactor DelayedMessage into model

Move login into a database backed model.
* Update Worker
* Add migration

* Add delay docs page

* Add to TOC

* Fix import sorting

* Add ASGI spec document for Delay Protocol

* Update channels.delay doc with new channel name
* remove interval docs

* Refactor Delay to use milliseconds instead of seconds

Use milliseconds as the default unit. Gives more control to developers.

* Remove interval logic from DelayedMessage
* Remove interval tests
* Tweak test logic to use milliseconds
2016-11-24 10:54:03 -08:00
Fabien Schwob
8682e83fd1 Updating Channels status regarding inclusion into django core (#424)
* Updating Channels status regarding django inclusion

* Removing the page regarding Cross-Compatibility and the references to it.
2016-11-06 15:15:31 +01:00
Andrew Godwin
1cc2a28fcb Fix releases TOC link 2016-10-05 15:38:50 -07:00
Andrew Godwin
0b8b199212 Add release note section 2016-10-05 15:06:41 -07:00
Andrew Godwin
6a17caad5b I really need to stop indenting unordered lists 2016-09-09 14:22:53 +01:00
Andrew Godwin
971d3fc8d0 Django-ification 2016-09-09 13:29:12 +01:00
Andrew Godwin
3cc6f744a6 Add contributing page to docs 2016-08-23 20:06:56 -07:00
Andrew Godwin
d9e8fb7032 Docs updates 2016-07-18 22:23:33 -04:00
Scott Burns
b481c1b533 Add basic community page (#213) 2016-06-17 16:18:56 +01:00
Andrew Godwin
bfacee6319 Add class-based consumers 2016-05-25 17:45:56 -07:00
Andrew Godwin
dcbab8b2b4 Remove DatabaseLayer and improve deployment docs mentioning it 2016-05-07 10:35:12 -07:00
Andrew Godwin
f974f13a37 Rearrange docs, add cross-compat doc 2016-04-06 22:05:28 -07:00
Andrew Godwin
8fdf268574 Add testing documentation 2016-04-06 11:15:18 -07:00
Andrew Godwin
8e978459a9 Add reference 2016-03-06 12:20:11 -08:00
Andrew Godwin
cdde27b55a Releasing 0.9.3 2016-02-28 22:06:25 -08:00
Andrew Godwin
f04dcee7f7 "In short" and "WSGI to ASGI" doc sections 2016-02-22 14:07:48 +00:00
Andrew Godwin
3dec8e09b3 Update backends docs, remove old message standards 2016-01-02 18:30:52 -08:00
Andrew Godwin
daa8d1aca1 More work on the ASGI spec; pruning out some things. 2015-12-23 15:32:16 +00:00
Andrew Godwin
5461c2db03 Add first draft of integration plan 2015-12-17 00:40:29 +00:00
Andrew Godwin
655213eff9 0.8 2015-09-10 16:01:18 -05:00
Andrew Godwin
041ea3fa5c Added some FAQs 2015-09-09 13:57:52 -05:00
Andrew Godwin
056082325f Improve doc linking a little. 2015-09-08 18:20:18 -05:00
Andrew Godwin
8186aa22f7 Fix deployment docs links 2015-07-13 23:39:58 -07:00
Andrew Godwin
8492dcde48 More docs, some API permutation 2015-07-12 21:25:53 -05:00
Andrew Godwin
217afe0348 Start sphinx-ified docs 2015-06-20 10:27:22 +08:00