Tyson Clugg
|
96c53649b8
|
Remove debug argment from PostgresGreenlet.
|
2015-12-15 09:49:12 +11:00 |
|
Tyson Clugg
|
40d0bf27a6
|
Fail on start if any child threads can't start.
|
2015-12-14 13:07:25 +11:00 |
|
Tyson Clugg
|
30516dd44a
|
Wait for all threads to stop upon launcher stop.
|
2015-11-23 11:12:48 +11:00 |
|
Tyson Clugg
|
cc8b0e0e1a
|
Fixes #22 -- Don't assume project has a .
|
2015-11-06 01:10:06 +11:00 |
|
Tyson Clugg
|
d7ea54539c
|
Show API endpoints when dddp command run with verbosity above 1.
|
2015-09-22 11:55:35 +10:00 |
|
Tyson Clugg
|
ef414f50c4
|
Don't rely on HTTP_REFERER header which may not be present.
|
2015-09-22 11:48:24 +10:00 |
|
Tyson Clugg
|
2264ddbdc2
|
Abstract DDPLauncher out from dddp.main.serve to permit use from other contexts.
|
2015-09-18 17:47:26 +10:00 |
|
Tyson Clugg
|
5ec27b669c
|
Add BackdoorServer support to dddp command, add "Logs" publication.
|
2015-08-10 16:34:39 +10:00 |
|
Tyson Clugg
|
8327aac633
|
Use OrderedDict for geventwebsocket.Resource spec so geventwebsockets>=0.9.4 doesn't complain.
|
2015-05-27 15:16:07 +10:00 |
|
Tyson Clugg
|
469b3cc901
|
Add support for SSL options and --settings=SETTINGS arg in dddp tool.
|
2015-05-27 08:53:17 +10:00 |
|
Tyson Clugg
|
c95e2faf2a
|
Refactored send_notify to add custom serialization support.
|
2015-05-06 19:40:54 +10:00 |
|
Tyson Clugg
|
86c8a68f88
|
Move dddp.main.greenify() to dddp.greenify() to avoid import of threading module before green thread init.
|
2015-04-23 13:50:33 +10:00 |
|
Tyson Clugg
|
c40e8722bc
|
Add console script to start DDP service in more robust manner than using the dddp Django mangement command (bump version for release: 0.2.3).
|
2015-04-15 11:00:15 +10:00 |
|