Commit Graph

  • 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
  • 74c72f0126 move assert where it is needed AlexejStukov 2016-07-21 08:55:30 +0200
  • 6104f89925 added encoding and self.stream-check to trigger_outbound AlexejStukov 2016-07-21 08:53:24 +0200
  • 1cca353e51 removed encoding from serialize AlexejStukov 2016-07-21 08:46:29 +0200
  • bf5b9d31a0 removed whitespace in blank line AlexejStukov 2016-07-21 08:28:06 +0200
  • d9c1559a90 Register Bindings if they are declared after ready has run AlexejStukov 2016-07-21 08:18:15 +0200
  • 9d7cba109e Merge pull request #259 from tmiller02/doc_update Andrew Godwin 2016-07-20 20:24:12 -0400
  • adb8685f33 Change content dict in code snippets to correct format Tom 2016-07-20 22:29:46 +0100
  • f85c992cda Merge pull request #257 from AlexejStukov/patch-6 Andrew Godwin 2016-07-20 13:36:23 -0400
  • 91c51d106e Merge pull request #258 from AlexejStukov/patch-7 Andrew Godwin 2016-07-20 13:36:04 -0400
  • bb74c80b71 add a modelname to the payload dict AlexejStukov 2016-07-20 18:21:23 +0200
  • c6f104f274 route was missing in import AlexejStukov 2016-07-20 18:14:59 +0200
  • 29530a23b6 Merge pull request #254 from AlexejStukov/patch-3 Andrew Godwin 2016-07-20 10:47:05 -0400
  • 3744bf5e2f Replaced BindingConsumer with Demultiplexer in routing AlexejStukov 2016-07-20 09:58:54 +0200
  • ad8f4663c8 Releasing 0.17.0 Andrew Godwin 2016-07-19 08:55:48 -0400
  • e15f6ead6f Add close argument to send/group_send Andrew Godwin 2016-07-19 08:52:39 -0400
  • 32e047a320 Merge pull request #252 from andrewgodwin/binding Andrew Godwin 2016-07-19 08:48:29 -0400
  • f1e8eb66e6 Remove unused import Andrew Godwin 2016-07-19 07:29:36 -0400
  • 6f7449d8fb More docs updates for multiplexing Andrew Godwin 2016-07-18 23:34:43 -0400
  • 4370f043f7 Make group_send/demultiplex encode classmethods Andrew Godwin 2016-07-18 23:24:28 -0400
  • cbe6afff85 Why not rewrite binding into multiplexers on a Monday night? Andrew Godwin 2016-07-18 23:12:44 -0400
  • d9e8fb7032 Docs updates Andrew Godwin 2016-07-18 22:23:33 -0400
  • 5d2354c71b Provide default serializers for the JSON one Andrew Godwin 2016-07-18 14:57:19 -0400
  • 6fd83f04f8 Add group_channels Andrew Godwin 2016-07-16 23:04:32 -0700
  • cfc7ec51b3 Merge pull request #32 from mcallistersean/master Andrew Godwin 2016-07-15 10:15:31 -0700
  • 8a107a5434 Fix QA error Andrew Godwin 2016-07-14 23:53:08 -0700