Commit graph

32 commits

Author SHA1 Message Date
Robin Klingsberg
183eb3269e PR feedback 2019-03-19 19:18:06 -04:00
Robin Klingsberg
4c26834f04 Increase test coverage 2019-03-16 16:21:08 -04:00
Robin Klingsberg
0081582081 Move requirements files
Add support for Tornado 6
2019-03-16 16:21:07 -04:00
Andrew Rabert
eb62c18faf
Merge pull request #7 from gmr/master
2.0 Release
2018-11-26 16:03:13 -05:00
Gavin M. Roy
33f3e20a5a Drop pypy3 from testing 2018-11-26 15:47:01 -05:00
Gavin M. Roy
b1459e3305 Set xenial to get python 3.7 2018-11-26 15:44:54 -05:00
Gavin M. Roy
467ebe575c Drop support for Tornado 4.2 and Simplify 2018-11-26 15:41:24 -05:00
Gavin M. Roy
221df4f773 Bump testing versions 2018-11-26 15:28:38 -05:00
Gavin M. Roy
280db40236 2.0 Release
- Drop support for Python 2.7, 3.3, 3.4 as we no longer support these versions internally and nothing should be using them
- Drop support for Tornado < 4.2 since this is also out of date
- Add support for Tornado 5.1 and async with ``AsyncIOHandlerMixin``
- Update tests to include tests for the new ``AsyncIOHandlerMixin``
- Clean up code style a bit to make namespaces a bit more clear
- Cleaup setup.py a minor bit and have it ignore ‘-r’ includes in requirements
- Update PINs for requirements
- Update LICENSE copyright dates
2018-11-26 15:22:51 -05:00
Andrew Rabert
e44ceb3cae Update README badges 2018-04-06 21:39:52 -04:00
Ryan Mclean
08bfdcc23f Merge pull request #5 from dave-shawley/async-prepare
Async prepare
2016-06-21 11:08:19 -04:00
Dave Shawley
520ad6a456 Fix retrieving __version__ without Tornado installed. 2016-06-21 10:30:52 -04:00
Dave Shawley
4e8d3fa571 requirements: Explicitly depend on tornado.
Technically you *could* use this without Tornado but we don't.  If you
really want to, open an issue.
2016-06-21 10:25:46 -04:00
Dave Shawley
cd4e20a93c Replace readthedocs.org -> readthedocs.io. 2016-06-20 16:01:10 -04:00
Dave Shawley
6680f4b940 Metadata bumps for 1.0.2. 2016-06-20 16:01:00 -04:00
Dave Shawley
d8f6f70142 Add tornado 4.3 to the test suite. 2016-06-20 15:59:20 -04:00
Dave Shawley
aef860f833 correlation_id_logger: Add missing import. 2016-06-20 15:57:59 -04:00
Dave Shawley
c38e80da17 HandlerMixin: Make prepare async-safe. 2016-06-20 15:54:35 -04:00
Gavin M. Roy
3a6f57e5f6 Merge pull request #3 from sprockets/add-cid-log-function
Create new log_function to add CID to tornado logs
2015-06-04 22:03:12 -04:00
Kelly O'Brien
f917579019 Create new log_function to add CID to tornado logs 2015-06-03 10:02:18 -04:00
Dave Shawley
05cccbddf0 Version bump to fix upload woes.
... hopefully... theory is that the dpl upload command used by travis-ci
doesn't work when you have a backtick in your password :-/
2015-03-31 16:55:29 -04:00
Dave Shawley
9d99e3c1d8 Switch to sprockets pypi user. 2015-03-31 16:52:31 -04:00
dave-shawley
cfffbcd613 Merge pull request #2 from sprockets/release/1.0.0
Bump version to 1.0.0.
2015-03-31 07:35:28 -04:00
Dave Shawley
d715513e13 Bump version to 1.0.0. 2015-03-31 07:32:58 -04:00
Dan Tracy
e901344bad Merge pull request #1 from sprockets/add-correlation-handler
Add correlation handler
2015-03-30 10:17:19 -04:00
Dave Shawley
21c791e3ca Add deploy details to travis-ci control file. 2015-03-30 10:12:18 -04:00
Dave Shawley
54f9f8c84f Fix travis-ci syntax. 2015-03-28 13:22:37 -04:00
Dave Shawley
c01247d870 Add travis-ci control file. 2015-03-28 13:20:12 -04:00
Dave Shawley
16ace6cc93 Add testing against various Tornado versions. 2015-03-28 13:04:42 -04:00
Dave Shawley
9e59113a15 Add documentation. 2015-03-28 13:04:21 -04:00
Dave Shawley
208e5c7884 Add mixins.HandlerMixin. 2015-03-28 13:02:59 -04:00
Dave Shawley
99f33f56b2 SYN 2015-03-28 12:35:38 -04:00