Commit graph

21 commits

Author SHA1 Message Date
Tyson Clugg
7dea154d0d Don't include null/None reply from method calls in message. 2015-04-14 10:51:53 +10:00
Tyson Clugg
df97966941 Bump version number in preparation for next release. 2015-04-10 11:35:35 +10:00
Tyson Clugg
e14b899f7e Remove line numbers from example code. 2015-04-10 11:17:57 +10:00
Tyson Clugg
586b242e3f Add sections to REAME: Requirements; Scalability; Limitations; Installation; Contributors. 2015-04-10 11:15:57 +10:00
Tyson Clugg
feaea9f0c1 Change validation so that we now pass the DDP test suite <http://ddptest.meteor.com/>. 2015-04-10 11:10:41 +10:00
Tyson Clugg
4a4cd729ea Create subscriptions inside a transaction. 2015-04-10 11:09:22 +10:00
Tyson Clugg
e5979318e2 Remove unused site module. 2015-04-10 11:05:44 +10:00
Tyson Clugg
94a75dee8b Django DDP version 0.2.0 2015-04-08 16:14:22 +10:00
Tyson Clugg
7c303c1a23 Add test_project, update dddp command to use port 8000 by default, new subscription model. 2015-03-16 15:03:35 +11:00
Tyson Clugg
90dc7facab Connect using psycopg2 directly rather than via django.db.connection.get_new_connection(...) which doesn't do what we want in Django 1.7 2015-03-12 16:50:38 +11:00
Tyson Clugg
9ea4ba9b7c Drop unused VERSION.txt 2015-03-11 14:15:50 +11:00
Tyson Clugg
c32e966692 Add missing dependencies, new release (0.1.1). 2015-03-11 14:15:20 +11:00
Tyson Clugg
11528c9800 Stop using VERSION.txt 2015-03-11 13:53:03 +11:00
Tyson Clugg
c2647cc227 Correct package URL. 2015-03-11 13:36:48 +11:00
Tyson Clugg
ab0d3ba161 Add gevent thread local support, Alea PRNG generator, refactor EJSON message generation, add ObjectMapping model. 2015-03-04 18:29:07 +11:00
Tyson Clugg
29b9acf8e4 Use logging rather than print statements, find WSGI_APPLICATION rather than using donor project default. 2015-02-25 08:12:56 +11:00
Tyson Clugg
25a9fe6ef3 Refactor dddp management command, breaking out PostgresGreenlet and DDPWebSocketApplication. 2015-02-24 16:59:34 +11:00
Tyson Clugg
88e6799ae2 Refactored server.py intoA dddp management command, added pub/sub capability (realtime), intial result sets... woo! 2015-02-24 11:43:46 +11:00
Tyson Clugg
17490d8caf Ignore .ropeproject/ 2015-02-23 15:30:14 +11:00
Tyson Clugg
a044326be0 A working proof-of-concept. 2015-02-23 15:29:18 +11:00
Tyson Clugg
25cb6e5eff Initial commit 2015-02-19 16:32:10 +11:00