Commit Graph

  • be14c14783 Add django1.10 to the list of tests env (#353) Krukov D 2016-09-11 13:28:44 +0300
  • 9618440e6d Fix generics docs Andrew Godwin 2016-09-11 11:00:45 +0100
  • 5e0add6bbb sessions and users doc updated (#354) Naveen Yadav 2016-09-11 15:28:06 +0530
  • b46c511b13 Clarify where overall tasks live Andrew Godwin 2016-09-09 14:47:34 +0100
  • b27384933f Move ChannelsTasks wiki content into the docs Andrew Godwin 2016-09-09 14:46:55 +0100
  • 6a17caad5b I really need to stop indenting unordered lists Andrew Godwin 2016-09-09 14:22:53 +0100
  • f805096bd5 Crosslink other channels projects Andrew Godwin 2016-09-09 14:22:23 +0100
  • f79ecbff6d Tidy up main README a bit more Andrew Godwin 2016-09-09 13:38:38 +0100
  • 971d3fc8d0 Django-ification Andrew Godwin 2016-09-09 13:29:12 +0100
  • 2176b209f7 Django-ification Andrew Godwin 2016-09-09 13:27:25 +0100
  • 21f0aeaf64 Mention mailing list Andrew Godwin 2016-09-09 12:59:45 +0100
  • 67f6638e90 More of a contribution CTA Andrew Godwin 2016-09-09 12:58:19 +0100
  • d7f71be6e1 Fix RST formatting Andrew Godwin 2016-09-09 12:57:02 +0100
  • 8662b02daf Add maintenance and security README Andrew Godwin 2016-09-09 12:52:06 +0100
  • f21bec56a1 Add maintenance and security README Andrew Godwin 2016-09-09 12:51:35 +0100
  • df40081a37 Remove extra images Andrew Godwin 2016-09-09 11:19:44 +0100
  • c72083db27 Added in reporting data and documentation for loadtesting (#342) Robert Roskam 2016-09-09 06:18:51 -0400
  • a96c6fe9c3 Added a " to close the line (#339) Daniel Quinn 2016-09-07 12:20:58 +0100
  • 570b05d8e7 Merge 37a80ded7d into c0919a1cd0 faseelakv123 2016-09-04 09:38:06 +0000
  • f69bd99c61 Many changes to the test project (#333) Robert Roskam 2016-09-02 11:09:01 -0400
  • 079558d5b5 Too many threads bug in threaded worker. (#334) Luke Hodkinson 2016-09-03 01:02:29 +1000
  • 0d25860cf2 Run workers in threads. (#322) Luke Hodkinson 2016-09-01 14:26:03 +1000
  • a23810e0fa Update ASGI draft spec: http.disconnect gains a path key (#326) Steven Davidson 2016-08-30 17:09:04 +0100
  • 0f579608a3 Added django-channels-panel to the list of projects (#325) Krukov D 2016-08-29 20:37:19 +0300
  • b62ea7dd0a Naming consumers that are classmethods (#324) Krukov D 2016-08-29 20:37:09 +0300
  • c0919a1cd0 Merge pull request #41 from damycra/303-attach-path-to-http-disconnect Andrew Godwin 2016-08-28 19:59:57 -0700
  • edb67cac74 Attach path to http.disconnect Steven Davidson 2016-08-29 00:03:42 +0100
  • 1a5cce9c75 Releasing 0.15.0 0.15.0 Andrew Godwin 2016-08-28 11:27:05 -0700
  • 0b37e80614 Add attribute check for #31 and remove version pin Andrew Godwin 2016-08-28 11:14:13 -0700
  • c8883eea50 Merge pull request #40 from bpeschier/master Andrew Godwin 2016-08-28 10:52:05 -0700
  • 65da239aa2 Tell Twisted to keep producing data after connection upgrade Bas Peschier 2016-08-28 14:39:08 +0200
  • 7de6ff17d6 Fixed #251: Add docs for testing Generic Consumers (#323) Sam Bolgert 2016-08-27 13:08:31 -0700
  • e6236f79e6 Move the groups at class definition (#321) Krukov D 2016-08-26 22:12:14 +0300
  • c8fdea6460 Add send_and_consume method to HttpClient to match base Client behavior. Change argument ordering in send method to match base client. Fix repeated "live cycle" error in docstrings. (#320) Frank Pape 2016-08-26 15:04:38 -0400
  • 39339e66bc Remove invalid test. FileResponse requires a file object. (#311) Tim Watts 2016-08-25 02:39:18 +0200
  • 860da6e241 Testing Docs: Update import from Channel -> Group (#307) Peter Schmidt 2016-08-24 23:50:38 +0200
  • 3e2444b9b9 Clarify tasks better Andrew Godwin 2016-08-23 20:13:20 -0700
  • f699d112b0 Fixed #309: Missed a double decode for header coalescing Andrew Godwin 2016-08-23 20:10:15 -0700
  • 3cc6f744a6 Add contributing page to docs Andrew Godwin 2016-08-23 20:06:37 -0700
  • 9a7317f583 Add a link to django-cq. (#310) Luke Hodkinson 2016-08-24 12:47:29 +1000
  • fcb2875b53 fixed usage of group_names in *_change_receiver (#306) AlexejStukov 2016-08-23 19:13:46 +0200
  • 6649afce8e Use a mixin for common test-case code. This way we can have both (#305) Luke Hodkinson 2016-08-21 10:53:54 +1000
  • 57fa3bed67 Implement the data binding behaviour from Django DDP. (#301) Tyson Clugg 2016-08-16 16:49:18 +1000
  • 32568dc879 Start only one worker with the nothreading option. (#298) Oskar Hahn 2016-08-15 03:18:24 +0200
  • fb2e9320c2 fixed typo (#296) Francis Mwangi 2016-08-14 05:08:00 +0300
  • ea399ecc1b updated README with an example of endpoint string usage Sean Mc Allister 2016-08-12 10:19:41 +0200
  • c3585c463b py2 compatibility Sean Mc Allister 2016-08-11 22:36:57 +0200
  • 95351ffebb use twisted endpoint description strings to bind to ports and sockets Sean Mc Allister 2016-08-11 17:52:27 +0200
  • 0f1ac3d08b Fix member serialization in WebsocketBindingWithMembers (#292) AlexejStukov 2016-08-11 06:55:51 +0200
  • 37a80ded7d removed un wanted file faseela 2016-08-08 14:27:57 +0530
  • 04b2cc6b4c Support for HTTPS(secure) connection faseela 2016-08-08 13:18:04 +0530
  • f682298341 Show daphne server logs in runserver Andrew Godwin 2016-08-05 22:17:43 -0700
  • fca52d4850 Correctly catch send dispatch errors Andrew Godwin 2016-08-05 22:17:22 -0700
  • 0bc1cee103 Easy application of decorators to Bindings (#281) AlexejStukov 2016-08-05 09:12:59 +0200
  • 2d97ab2cc7 Releasing version 0.17.2 Andrew Godwin 2016-08-04 16:55:43 -0700
  • c71a035004 Merge pull request #34 from globophobe/master Andrew Godwin 2016-08-04 15:40:01 -0700
  • 9bd8bcf652 pass subprotocols if defined (#282) Flavio Curella 2016-08-04 17:30:52 -0500
  • 9a2748d7da Implement connection force-close via ping timeout globophobe 2016-08-04 20:26:57 +0900
  • a37238a769 Remove download badge, seems broken Andrew Godwin 2016-08-03 23:23:04 -0700
  • fd74863ba4 Changed testproject, added tasks, updated docs (#284) Robert Roskam 2016-08-03 11:30:35 -0400
  • 7d85dec8fa Updates to data binding docs (#283) Emett Speer 2016-08-02 17:33:07 -0700
  • 04a1296222 Add beatserver to community projects (#275) Raja Simon 2016-07-28 23:56:47 +0530
  • 4724ee4529 Mark WebsocketBindingWithMembers as abstract Andrew Godwin 2016-07-28 11:12:51 +0100
  • c2b6759ba4 Revert "Unpin flake8 now they pushed a new release" Andrew Godwin 2016-07-28 11:05:48 +0100
  • 77f41ce1a9 Added WebsocketBindingWithMembers (#262) AlexejStukov 2016-07-28 11:55:28 +0200
  • 10eaa36c9c Unpin flake8 now they pushed a new release Andrew Godwin 2016-07-28 10:50:03 +0100
  • d027c57dbf Fix typo in attrs error message Andrew Godwin 2016-07-28 10:49:37 +0100
  • d9a943a2d5 as_route method for class based consumers (#266) Krukov D 2016-07-28 12:48:57 +0300
  • b4263d0f1b Merge pull request #273 from the-kid89/fix_272 Andrew Godwin 2016-07-27 16:25:18 +0100
  • 33ec92777f Added fix from pull 266 Emett Speer 2016-07-27 08:21:20 -0700
  • efee5e0d34 Fixed issue 272 Emett Speer 2016-07-26 17:05:18 -0700
  • dd3bf9b0b0 Use twisted variant of receive_many if available. Andrew Godwin 2016-07-26 20:00:11 +0100
  • fab6bd0536 Merge pull request #267 from Krukov/master Andrew Godwin 2016-07-25 05:07:28 -0400
  • 72039cd3e9 A few tests for binding (outbound) Krukov Dima 2016-07-24 13:13:21 +0000
  • 05b0073d8e Fix calling class registration Krukov Dima 2016-07-24 13:11:58 +0000
  • a3e779fe9c Json encoding/decoding for send/receive content at the HttpClient Krukov Dima 2016-07-24 13:10:57 +0000
  • 3c03b44af7 Added method join_group to the test Client Krukov Dima 2016-07-24 13:08:31 +0000
  • 04cfafeaf5 Releasing 0.17.1 Andrew Godwin 2016-07-22 21:57:26 -0400
  • b76bf3c1cc Add worker_ready signal Andrew Godwin 2016-07-22 21:51:28 -0400
  • a4c8602ea1 Move fields check to register so it happens on server start Andrew Godwin 2016-07-22 21:40:51 -0400
  • 174430c817 fields update for binding Andrew Godwin 2016-07-22 21:36:28 -0400
  • 8c6050fbba Merge pull request #264 from AlexejStukov/patch-10 Andrew Godwin 2016-07-22 21:32:32 -0400
  • 9f6ea22eff Add twisted/asyncio extensions to ASGI Andrew Godwin 2016-07-22 15:12:16 -0400
  • 0954829248 A few more docs on polls Andrew Godwin 2016-07-22 11:14:47 -0400
  • 4625266db6 raise error if self.fields is empty AlexejStukov 2016-07-22 08:17:49 +0200
  • 6eda634746 whitespace AlexejStukov 2016-07-21 21:08:47 +0200
  • d07600f04b Security fix - every field of a model is send - even password AlexejStukov 2016-07-21 21:06:25 +0200
  • a249d6a69c Releasing 0.14.3 0.14.3 Andrew Godwin 2016-07-21 15:05:16 -0400
  • da40761b95 Fixed memory leak due to uninitialised Twisted logging Andrew Godwin 2016-07-21 14:59:26 -0400
  • 4d580c2575 Merge pull request #263 from slick666/contribution_document Andrew Godwin 2016-07-21 13:08:12 -0400
  • 5969bbd0f3 Initial implementation of the contribution file Added IDE/TOOLS section to .gitignore Landon Jurgens 2016-07-21 11:54:13 -0400
  • 91e1daa77c Add code to websocket.disconnect Andrew Godwin 2016-07-21 11:48:52 -0400
  • 2bb68654fc Send WebSocket close code on disconnect Andrew Godwin 2016-07-21 11:52:56 -0400
  • 8619c31cf9 Better logging for muting Andrew Godwin 2016-07-21 11:52:43 -0400
  • 435fd89be8 Merge pull request #261 from AlexejStukov/patch-8 Andrew Godwin 2016-07-21 11:30:48 -0400
  • 56b74bb996 Merge pull request #260 from AlexejStukov/patch-4 Andrew Godwin 2016-07-21 11:19:37 -0400
  • 16c80c3900 fixed whitespace AlexejStukov 2016-07-21 09:52:43 +0200
  • 014afb8b63 fixed whitespace AlexejStukov 2016-07-21 09:51:51 +0200
  • 38430b41d1 add encode to WbesocketBinding AlexejStukov 2016-07-21 09:33:28 +0200
  • d7b99fa935 added encode to Binding AlexejStukov 2016-07-21 09:29:44 +0200