Commit graph

407 commits

Author SHA1 Message Date
Tyson Clugg
d7ea54539c Show API endpoints when dddp command run with verbosity above 1. 2015-09-22 11:55:35 +10:00
Tyson Clugg
5e545ee7c2 Stop printing path to stderr by default when handling GET on Meteor URLs. 2015-09-22 11:51:06 +10:00
Tyson Clugg
9a9e119c36 Fix error in logging call during exception handling. 2015-09-22 11:49:56 +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
7cf4bf5c8c Fix bug in serialization of logging.LogRecord to show formatted message. 2015-09-22 11:46:50 +10:00
Tyson Clugg
d073fe8c77 Merge tag '0.13.0' into develop
0.13.0
2015-09-18 17:54:39 +10:00
Tyson Clugg
750ee103ad Merge branch 'release/0.13.0' 2015-09-18 17:54:33 +10:00
Tyson Clugg
7cee480c20 Update CHANGES.rst, bump version number. 2015-09-18 17:54:09 +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
d03b259226 Allow Ctrl-C (Break) handling at any time, only run async DB connection when PostgresGreenlet is running. 2015-09-18 17:47:26 +10:00
Tyson Clugg
3dd63fdd1b Remove unused import (os.path) from setup. 2015-09-18 17:43:59 +10:00
Tyson Clugg
f756ec445f Include name and levelno attributes in DDP emitted log records. 2015-09-18 17:43:23 +10:00
Tyson Clugg
61e5d8dcf8 Don't attempt to monkey patch more than once. 2015-09-18 17:42:41 +10:00
Tyson Clugg
da70e10857 Include exception info in logger.error logging call. 2015-09-18 17:42:11 +10:00
Tyson Clugg
c4403c3a98 Update project classifiers to show specific versions of supported dependencies (fixes #6). 2015-09-08 09:10:25 +10:00
Tyson Clugg
5f9083d314 Use sane default options for python setup.py bdist_wheel. 2015-09-08 09:02:39 +10:00
Tyson Clugg
bfab32b4a3 Merge pull request #5 from LegoStormtroopr/patch-1
Fixed link to meteor - thanks @LegoStormtroopr
2015-09-04 14:43:50 +10:00
Tyson Clugg
64bbf25b9f Merge tag '0.12.2' into develop
0.12.2
2015-08-27 14:27:52 +10:00
Tyson Clugg
c43adea733 Merge branch 'release/0.12.2' 2015-08-27 14:27:44 +10:00
Tyson Clugg
f68c454c7c Update CHANGES.rst, bump version number. 2015-08-27 14:27:33 +10:00
Tyson Clugg
282fe36b7e Set blank=True on AleaIdField, allowing adding items without inventing IDs yourself. 2015-08-27 14:25:26 +10:00
Samuel Spencer
c042761e78 Fixed link to meteor 2015-08-18 13:00:45 +10:00
Tyson Clugg
dbcfa65116 Merge tag '0.12.1' into develop
0.12.1
2015-08-13 10:01:07 +10:00
Tyson Clugg
731ba5545b Merge branch 'release/0.12.1' 2015-08-13 10:01:02 +10:00
Tyson Clugg
b1017c78e5 Update CHANGES.rst, bump version number. 2015-08-13 10:00:54 +10:00
Tyson Clugg
15699f7c8f Merge branch 'feature/AleaIdField_as_primary_key' into develop 2015-08-13 09:50:10 +10:00
Tyson Clugg
7c54f4c324 Added migration for changed field defaults on Connection.connection_id. 2015-08-13 09:47:16 +10:00
Tyson Clugg
04ef1ab8a0 More aggressive searching for local AleaIdField(unique=True) when translating between meteor/object identifiers. 2015-08-13 09:46:31 +10:00
Tyson Clugg
489175d9a9 Added helper for migrations involving AleaIdField to populate fields from ObjectMapping table. 2015-08-13 09:44:45 +10:00
Tyson Clugg
b32e5aa547 Add missing imports 2015-08-13 09:43:38 +10:00
Tyson Clugg
4a5988854f Merge branch 'develop' into feature/AleaIdField_as_primary_key 2015-08-12 12:03:16 +10:00
Tyson Clugg
f02df498a2 Remove console noise from logging handler init. 2015-08-12 12:02:56 +10:00
Tyson Clugg
93abd0a6b7 Merge branch 'develop' into feature/AleaIdField_as_primary_key
Conflicts:
	dddp/server/views.py
	dddp/views.py
2015-08-11 15:36:54 +10:00
Tyson Clugg
9dd1a85dff Merge tag '0.12.0' into develop
0.12.0
2015-08-11 14:57:41 +10:00
Tyson Clugg
98878281f2 Merge branch 'release/0.12.0' 2015-08-11 14:57:35 +10:00
Tyson Clugg
66ed01a393 Update README.rst, CHANGES.rst and bumped version number. 2015-08-11 14:56:39 +10:00
Tyson Clugg
e5784ac4ca Drop dddp.server app, dddp.server.views moved to dddp.views 2015-08-11 14:55:43 +10:00
Tyson Clugg
00b1432974 Allow support for multiple meteor apps in a single django-ddp enabled project by reading METEOR_STAR_JSON as part of view init instead of app ready. 2015-08-11 09:49:12 +10:00
Tyson Clugg
5939d47af6 Normalise paths in dddp.server.views before comparison. 2015-08-11 09:48:00 +10:00
Tyson Clugg
7663405702 Honour AleaIdField(max_length=...) when generating IDs. 2015-08-11 09:44:54 +10:00
Tyson Clugg
c9dd08761b Merge tag '0.11.0' into develop
0.11.0
2015-08-10 18:50:49 +10:00
Tyson Clugg
4bf0acd68c Merge branch 'release/0.11.0' 2015-08-10 18:50:44 +10:00
Tyson Clugg
edac793c2e Update CHANGES.rst, bump version number. 2015-08-10 18:50:36 +10:00
Tyson Clugg
7083c5c92f Chunked payload for NOTIFY/LISTEN to get around 8KB limit on payload. 2015-08-10 18:47:04 +10:00
Tyson Clugg
fb36461156 Merge tag '0.10.2' into develop
0.10.2
2015-08-10 16:39:54 +10:00
Tyson Clugg
dd89864eef Merge branch 'release/0.10.2' 2015-08-10 16:39:48 +10:00
Tyson Clugg
573886d96f Update CHANGES.rst, bump version number. 2015-08-10 16:39:37 +10:00
Tyson Clugg
5ec27b669c Add BackdoorServer support to dddp command, add "Logs" publication. 2015-08-10 16:34:39 +10:00
Tyson Clugg
2cdc31ffd8 Merge tag '0.10.1' into develop
v0.10.1
2015-07-28 14:05:41 +10:00
Tyson Clugg
fa4cb2dfe7 Merge branch 'release/0.10.1' 2015-07-28 14:05:30 +10:00