Tyson Clugg
db1a5b09cb
Merge branch 'release/0.19.0'
2015-12-16 22:40:58 +11:00
Tyson Clugg
9c2c1aa831
Test built distributions prior to release.
2015-12-16 22:40:44 +11:00
Tyson Clugg
64aa79fab7
Update CHANGES.rst, bump version number.
2015-12-16 21:29:35 +11:00
Tyson Clugg
df495423cf
Add test case with a GET request.
2015-12-16 21:21:23 +11:00
Tyson Clugg
a23d2f8056
Crude support for pub access to this.user.
2015-12-16 21:16:16 +11:00
Tyson Clugg
179642ff09
Fix DB close during service stop.
2015-12-16 21:12:14 +11:00
Tyson Clugg
b43bff48c5
Add rst2pdf to dev requirements for building PDF docs.
2015-12-16 17:25:44 +11:00
Tyson Clugg
b38a0447f6
Close DB and yield after processing msg from WebSocket.
2015-12-16 17:24:45 +11:00
Tyson Clugg
cb4bf1afa5
Start on major documentation refresh.
2015-12-16 17:12:44 +11:00
Tyson Clugg
e8651d3bd3
Pylint cleanups and remove logging from MeteorView.
2015-12-16 17:04:31 +11:00
Tyson Clugg
7184e633c9
pylint cleanups on dict_merge.
2015-12-16 17:02:01 +11:00
Tyson Clugg
f8539b9253
Fix doctest in API module.
2015-12-15 10:15:07 +11:00
Tyson Clugg
77ac4a9689
Support for alternate Django psycopg2 drivers.
2015-12-15 10:07:08 +11:00
Tyson Clugg
96c53649b8
Remove debug argment from PostgresGreenlet.
2015-12-15 09:49:12 +11:00
Tyson Clugg
81bedca997
Remove unused import.
2015-12-14 13:08:02 +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
d7dde53bdc
Packaging updates in preparation for next release.
...
- `make test` runs tox against Python 2.7/3.3/3.4/3.5 and Django
1.8/1.9.
- Building universal wheels with PEP-0496 Environment Markers.
- Build wheel from tox environment to ensure consistency.
- Consistent layout for setup and requirements files, now using PEP-0409
Environment Markers.
- Dropping support for Django 1.7 (didn't work anyway).
- Moving repository to https://github.com/django-ddp/django-ddp (new
Github organisation).
- Update changelog.
2015-12-14 13:05:28 +11:00
Tyson Clugg
c8e4600419
Comments and ordering in gitignore.
2015-12-14 12:44:33 +11:00
Tyson Clugg
99fddfcc23
Try to use dddp.test.django_todos.tests in test suite.
2015-12-14 12:43:49 +11:00
Tyson Clugg
7bdd6baa85
Use libpq environment variables for DB settings in test project.
2015-12-14 12:41:47 +11:00
Tyson Clugg
437313267f
Update MANIFEST.in for sdist.
2015-12-14 12:21:27 +11:00
Tyson Clugg
407c41c0ff
Ignore built docs.
2015-12-14 12:20:23 +11:00
Tyson Clugg
927311958d
Add dddp.tests test suite, just running doctests for now.
2015-12-14 11:57:39 +11:00
Tyson Clugg
bc1a122394
Generate .travis.yml file from tox.ini
2015-12-14 11:50:19 +11:00
Tyson Clugg
b521317c77
Add test runner for use with python setup.py test
2015-12-14 11:47:13 +11:00
Tyson Clugg
0109f3372d
Add missing versions and dates to the change log, plus new changes.
2015-12-03 12:19:00 +11:00
Tyson Clugg
ab33359b9b
Use PEP-0496 environment markers for universal wheels.
2015-12-03 09:10:55 +11:00
Tyson Clugg
0b8b3c6ddf
Fixes #23 -- For loop instead of using .
2015-11-23 11:15:17 +11:00
Tyson Clugg
30516dd44a
Wait for all threads to stop upon launcher stop.
2015-11-23 11:12:48 +11:00
Tyson Clugg
0af3aa8c3f
Set application_name on PostgreSQL async connection.
2015-11-23 11:10:57 +11:00
Tyson Clugg
a330746432
Send django.core.signals.request_finished when closing WebSocket.
2015-11-23 11:09:59 +11:00
Tyson Clugg
f1b4f0798d
Don't require DJANGO_SETTINGS_MODULE to import API.
2015-11-23 10:10:07 +11:00
Tyson Clugg
79f573cb73
Merge tag '0.18.1' into develop
...
0.18.1
2015-11-06 01:14:28 +11:00
Tyson Clugg
cd6d6a33a4
Merge branch 'release/0.18.1'
2015-11-06 01:14:22 +11:00
Tyson Clugg
452f891bb8
Update CHANGES.rst, bump version number.
2015-11-06 01:13:16 +11:00
Tyson Clugg
cc8b0e0e1a
Fixes #22 -- Don't assume project has a .
2015-11-06 01:10:06 +11:00
Tyson Clugg
1497af8071
Merge tag '0.18.0' into develop
...
0.18.0
2015-11-05 15:05:49 +11:00
Tyson Clugg
04e751fed2
Merge branch 'release/0.18.0'
2015-11-05 15:05:43 +11:00
Tyson Clugg
c97d4404f8
Update CHANGES.rst, bump version number.
2015-11-05 15:05:36 +11:00
Tyson Clugg
e358f68f3e
Stop building universal wheels, use tox to build wheels and source packages instead.
2015-11-05 14:54:06 +11:00
Tyson Clugg
a0fe15de65
Try to make README more friendly.
2015-11-05 14:52:15 +11:00
Tyson Clugg
bd3252f1c7
Use Sphinx Cloud theme for docs.
2015-11-05 14:50:42 +11:00
Tyson Clugg
5ec0c392d3
Fix order of psycopg2cffi.compat.register() call and psycogreen.gevent.patch_psycopg() call, demote threading module exception to warning.
2015-11-05 14:42:24 +11:00
Tyson Clugg
120d5327fd
Add coverage config file.
2015-11-05 14:40:57 +11:00
Tyson Clugg
bc9afefadd
Support METEOR_SETTINGS env var, as well as introduce METEOR_PUBLIC_ENVS var.
2015-11-05 11:41:00 +11:00
Tyson Clugg
b4c068b28c
Add dev-requirements.txt needed for making a release (make upload).
2015-10-30 23:52:33 +11:00
Tyson Clugg
e1564effda
Merge tag '0.17.3' into develop
...
0.17.3
2015-10-30 14:27:51 +11:00
Tyson Clugg
36ca40edb9
Merge branch 'release/0.17.3'
2015-10-30 14:27:43 +11:00
Tyson Clugg
23f233bd43
Update CHANGES.rst, bump version number.
2015-10-30 14:27:37 +11:00
Tyson Clugg
cb7b0a08fd
Fixes #20 -- depend on gevent>=1.1b6 if not running CPython 2.7
2015-10-30 14:21:49 +11:00