Commit graph

125 commits

Author SHA1 Message Date
Tyson Clugg
34f862bb3d Pylint cleanup. 2015-06-16 17:49:39 +10:00
Tyson Clugg
00f1165807 Add missing RST directive to README. 2015-06-14 05:01:51 +10:00
Tyson Clugg
9a2bd58a97 Merge tag '0.9.0' into develop
Version 0.9.0
2015-06-14 04:56:18 +10:00
Tyson Clugg
ed6a680225 Merge branch 'release/0.9.0' 2015-06-14 04:56:11 +10:00
Tyson Clugg
4911b94f4d Bump version number, update CHANGES and README. 2015-06-14 04:56:05 +10:00
Tyson Clugg
6f8d68a10c Merge branch 'feature/django18' into develop 2015-06-14 03:33:33 +10:00
Tyson Clugg
07ccc014bc Fix array aggregate for Django 1.8 2015-06-14 03:31:27 +10:00
Tyson Clugg
9b18e4833a Remove unused imports from AppConfig module. 2015-06-14 00:20:39 +10:00
Tyson Clugg
71324420df Remove unused imports from AppConfig module. 2015-06-14 00:19:49 +10:00
Tyson Clugg
16e48e50be Don't barf on multiple invocations of greenify(). 2015-06-14 00:08:13 +10:00
Tyson Clugg
d60ce9479a Don't barf on multiple invocations of greenify(). 2015-06-14 00:02:29 +10:00
Tyson Clugg
2ad5e28452 WIP on Django 1.8 compatibility. 2015-06-12 23:08:27 +10:00
Tyson Clugg
02f1d78898 Merge tag '0.8.1' into develop
Release version 0.8.1
2015-06-10 17:51:27 +10:00
Tyson Clugg
43ef81e9cc Merge branch 'release/0.8.1' 2015-06-10 17:51:20 +10:00
Tyson Clugg
3d674de61d Bump version number, update CHANGES.rst. 2015-06-10 17:51:10 +10:00
Tyson Clugg
7daa21c241 Add missing dependency (pybars3). 2015-06-10 17:49:04 +10:00
Tyson Clugg
3cf47a928f Remove editor cruft from repo. 2015-06-10 17:48:29 +10:00
Tyson Clugg
8a7cd2d55f Merge tag '0.8.0' into develop
Version 0.8.0
2015-06-09 23:28:57 +10:00
Tyson Clugg
292098e79f Merge branch 'release/0.8.0' 2015-06-09 23:28:50 +10:00
Tyson Clugg
177567274f Update version number and CHANGES.rst 2015-06-09 23:28:26 +10:00
Tyson Clugg
a680a5a643 Add dddp.server Django app to serve Meteor app files. 2015-06-05 09:51:54 +10:00
Tyson Clugg
2cfb3ebe12 Pylint: reduce number of variables in method. 2015-06-05 09:38:15 +10:00
Tyson Clugg
65927e20e6 Don't emit change messages for migrations/ddp apps. 2015-06-05 09:37:36 +10:00
Tyson Clugg
1e000d2892 Show method input params after traceback if exception occurs. 2015-06-05 09:36:49 +10:00
Tyson Clugg
b8bf33a992 Remove shadown method definition. 2015-06-05 09:36:12 +10:00
Tyson Clugg
6ce582cded Merge tag '0.7.0' into develop
Version 0.7.0
2015-05-28 11:00:48 +10:00
Tyson Clugg
b56f79bc62 Merge branch 'release/0.7.0' 2015-05-28 11:00:33 +10:00
Tyson Clugg
02074e18d2 Bump version number, update CHANGES.rst. 2015-05-28 11:00:18 +10:00
Tyson Clugg
f02fba6d9f Refactor serialization to imporove performance (less DB queries) and add support for auth updating subscriptions. 2015-05-28 10:53:29 +10:00
Tyson Clugg
d495123027 Merge tag '0.6.5' into develop
Release version 0.6.5
2015-05-27 15:19:57 +10:00
Tyson Clugg
e9f15dceae Merge branch 'release/0.6.5' 2015-05-27 15:19:44 +10:00
Tyson Clugg
297188d589 Bump version number, update CHANGES.rst. 2015-05-27 15:19:38 +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
765def3d21 Merge tag '0.6.4' into develop
Release version 0.6.4
2015-05-27 14:44:54 +10:00
Tyson Clugg
36ab741997 Merge branch 'release/0.6.4' 2015-05-27 14:44:45 +10:00
Tyson Clugg
f88b5733e3 Bump version number, update CHANGES.rst. 2015-05-27 14:44:27 +10:00
Tyson Clugg
a8b0883a39 Support optional on M2M fields with blank=True for schema generation. 2015-05-27 14:31:23 +10:00
Tyson Clugg
f5f127e9ba Check order of added/changed when emitting WebSocket frames, don't try to emit removed when client doesn't have the item. 2015-05-27 14:28:30 +10:00
Tyson Clugg
fa51d89575 Fix order of added/changed messages by deferring id checking until emitting WebSocket frames. 2015-05-27 12:48:16 +10:00
Tyson Clugg
8252a1ce68 Move test projects into path that can be imported post install. 2015-05-27 08:55:46 +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
31d74c114f Merge tag '0.6.3' into develop
Version 0.6.3
2015-05-21 12:56:57 +10:00
Tyson Clugg
b34622b455 Merge branch 'release/0.6.3' 2015-05-21 12:56:48 +10:00
Tyson Clugg
4353136b55 Bump version number, update CHANGES.rst and README.rst. 2015-05-21 12:56:38 +10:00
Tyson Clugg
c7ecd60ea7 Refactor pub/sub functionality to fix support for removed. 2015-05-21 12:51:43 +10:00
Tyson Clugg
86be4fbd32 Merge tag '0.6.2' into develop
Version 0.6.2 - bugfix release.
2015-05-20 15:07:36 +10:00
Tyson Clugg
fd302923fd Merge branch 'release/0.6.2' 2015-05-20 15:07:25 +10:00
Tyson Clugg
9050a23a3c Bump version number, update CHANGES.rst 2015-05-20 15:06:58 +10:00
Tyson Clugg
f1d031313f Bugfix issue where DDP connection thread stops sending messages after changing item that has subscribers for other connections but not self. 2015-05-20 15:05:05 +10:00
Tyson Clugg
69fa749445 Merge tag '0.6.1' into develop
Release version 0.6.1
2015-05-18 12:44:21 +10:00