Commit graph

43 commits

Author SHA1 Message Date
Gavin M. Roy
37ff1180f9 Merge pull request #10 from sprockets/tornado43-fixes
tornado_log_function: Make work with Tornado 4.3.
2015-12-11 12:59:01 -05:00
Dave Shawley
a41cca5751 tornado_log_function: Make work with Tornado 4.3.
Looks like HTTPHeaders changed a little:

TypeError: <tornado.httputil.HTTPHeaders object at 0x10cde5cc0>
is not JSON serializable
2015-12-10 09:50:48 -05:00
amberheilman
f0458ae2ff Merge pull request #9 from sprockets/package-with-packages
Package with packages
2015-10-02 09:03:11 -04:00
Dave Shawley
503e404b8b Version bump to 1.3.2. 2015-10-02 07:29:51 -04:00
Dave Shawley
50f5baa466 Switch from py_module to sub-package.
Distributing py_modules inside of a namespace package seems to violate
a namespace packaging requirement.  Back to distributing as a package of
one file instead :/
2015-10-02 07:27:13 -04:00
amberheilman
523ec0bf9c Merge pull request #8 from sprockets/fix-query-arg-handling
Fix query arg handling
2015-09-17 11:28:15 -04:00
Dave Shawley
22e302395d Version bump to 1.3.1 2015-09-14 07:49:12 -04:00
Dave Shawley
8a37300bf6 Remove redundancies from index.rst. 2015-09-14 07:48:23 -04:00
Dave Shawley
f72a1a665d Documentation corrections. 2015-09-14 07:48:00 -04:00
Dave Shawley
5c0b5b239c Remove mock from requirements set. 2015-09-14 07:38:06 -04:00
Dave Shawley
ce107d8d1e Add testing against tornado3 via tox. 2015-09-14 07:34:19 -04:00
Dave Shawley
6b56545b8d Adjust nosetests default parameters. 2015-09-14 07:33:57 -04:00
Dave Shawley
6f476f3fc8 Add ContextFilter tests. 2015-09-14 07:32:59 -04:00
Dave Shawley
fb39993583 Add JSONRequestFormatter tests. 2015-09-14 07:32:43 -04:00
Dave Shawley
5ae094d9be Fix query-arg escaping defect uncovered by proper testing. 2015-09-14 07:30:49 -04:00
Dave Shawley
c1349ba8b2 Rewrite tests for sprockets.logging.tornado_log_function
This exposes the defect that we found in production
2015-09-14 07:30:31 -04:00
dave-shawley
16a57b6484 Merge pull request #7 from sprockets/add-traceback
Add traceback
2015-08-28 17:24:55 -04:00
Amber Heilman
e9440f0744 add traceback import 2015-08-28 17:23:40 -04:00
Amber Heilman
da7b39e67b add tests and test fix 2015-08-28 17:11:54 -04:00
Amber Heilman
a249534dea bump to 1.3.0 2015-08-28 15:35:11 -04:00
Amber Heilman
dee70b6e43 add traceback and environment to logging 2015-08-28 15:35:11 -04:00
Dan Tracy
2a92b3b4fb Release 1.2.1 2015-06-24 14:39:10 -04:00
Gavin M. Roy
e2e6c40c81 Merge pull request #6 from sprockets/fix-key-error-with-periodic-callbacks
Dont raise a KeyError when theres no request
2015-06-24 14:31:42 -04:00
Dan Tracy
d1ce45baf3 Dont key error when theres no request 2015-06-24 14:27:35 -04:00
Dan Tracy
02b0b4694e Merge pull request #5 from sprockets/improved-logging-traceback
Improved logging functionality
2015-06-23 17:55:44 -04:00
Gavin M. Roy
b948eef467 Improved logging functionality
- Monkeypatch the logging.currentframe to make it smarter, better
- Don't sort the JSON
- Add logging messages and if they're set, then don't include the request attribute in the JSON log data
2015-06-23 17:48:34 -04:00
dave-shawley
aaf720b8d6 Merge pull request #4 from sprockets/json-logging
Add JSON logging functionality for Tornado
2015-06-18 09:45:24 -04:00
Gavin M. Roy
553688c87a Update docs, revert tornado-app.py example, add new one 2015-06-18 09:36:51 -04:00
Gavin M. Roy
80beb20c2e Update travis config for new deps 2015-06-17 22:04:04 -04:00
Gavin M. Roy
467bd5d0f7 Update the docs 2015-06-17 22:01:26 -04:00
Gavin M. Roy
6a0dd8a61f Add JSON logging bits for Tornado 2015-06-17 22:01:18 -04:00
Dan Tracy
1ac1bc015f Merge pull request #2 from sprockets/release-it
Release it
2015-06-09 12:50:45 -04:00
Dave Shawley
1c484177f2 Make history! 2015-06-09 12:03:04 -04:00
Dave Shawley
4ba05b2ea3 MANIFEST: Include samples in source dist. 2015-06-09 11:47:31 -04:00
Dave Shawley
d5f033e632 Version bump to 1.0.0. 2015-06-09 11:47:20 -04:00
Dave Shawley
d0df733d49 travis.yml: Add pypi upload details. 2015-06-09 11:45:25 -04:00
Dan Tracy
2e553ebcfa Merge pull request #1 from sprockets/implement-context-filter
Implement context filter
2015-06-09 11:05:47 -04:00
Dave Shawley
65fc55967b Add sphinx documentation requirements.
Makes RTD a little happier.
2015-06-09 09:26:34 -04:00
Dave Shawley
9a3e3dd897 README: Adjust badges slightly.
The pypip.in badges have been less than reliable of late.  Now all of
the badges are pointed to ones provided by the service provider.  They
have a vested interest in maintaining them, so let's use them instead.
2015-06-09 09:08:40 -04:00
Dave Shawley
4bdd9550a9 Remove requirements files. 2015-06-08 13:59:10 -04:00
Dave Shawley
5c334181d1 Implement sprockets.logging.ContextFilter 2015-06-08 13:58:09 -04:00
Dave Shawley
f9959a52c3 Add examples. 2015-06-08 13:20:03 -04:00
Dave Shawley
6b04a86fda SYN 2015-06-08 10:18:05 -04:00