Commit graph

190 commits

Author SHA1 Message Date
Gavin M. Roy
f028723e45 Use mediatype.ContentMixin if its also extended 2015-11-20 14:14:39 -05:00
Brian Korty
2fdc020dab Merge pull request #6 from sprockets/add-error-mixin-tooooooo
Add Error Reporting Mix-ins
2015-11-20 08:58:20 -05:00
Dave Shawley
12d2855bd7 Bumps for 1.0.0. 2015-11-20 08:26:27 -05:00
Dave Shawley
5a04093a07 README: Polish the documentation a little. 2015-11-20 08:23:17 -05:00
Dave Shawley
a7c8d95847 ErrorWriter: Add support for format_traceback. 2015-11-20 07:25:05 -05:00
Dave Shawley
cdb655be1e Add sprockets.http.mixins.ErrorWriter. 2015-11-19 17:29:07 -05:00
Dave Shawley
fea85275c4 tests: Rename ErrorWriterTests. 2015-11-19 11:54:23 -05:00
Dave Shawley
702c0a112f Add support for log_message kwarg. 2015-11-19 11:51:34 -05:00
Dave Shawley
31feab1275 ErrorLogger: Handle tornado.web.HTTPError. 2015-11-19 08:02:47 -05:00
Dave Shawley
6f8ee1272e tox: Add python 3.5 and pypy. 2015-11-18 18:13:45 -05:00
Dave Shawley
af72ba5595 requires/development: Pull in coverage module. 2015-11-18 18:13:28 -05:00
Dave Shawley
704c6d34d8 Add LoggingHandler and ErrorLogger mixins. 2015-11-18 16:15:37 -05:00
Dave Shawley
b5565e3e39 Fix changelog. 2015-11-18 16:14:18 -05:00
Gavin M. Roy
ff2fae0153 Merge pull request #5 from sprockets/add-shutdown
Add shutdown hooks
2015-09-24 15:17:20 -04:00
Dave Shawley
1cd8ef8fe0 Add support application.settings['number_of_procs']. 2015-09-24 15:01:20 -04:00
Dave Shawley
b5decd1aec Add application shutdown callbacks. 2015-09-24 14:56:51 -04:00
Chris McGuire
2adc2dee2a Merge pull request #4 from sprockets/add-tornado-log-function
Add tornado log function
2015-08-28 14:41:32 -04:00
Dave Shawley
23c73b0499 Bump version to 0.3.0 2015-08-28 10:58:19 -04:00
Dave Shawley
da0a9f5a8f Set the log_function in Runner.start_server. 2015-08-28 10:57:06 -04:00
dave-shawley
b0712e7ef2 Merge pull request #3 from sprockets/more-packaging-woes
More packaging woes
2015-07-23 09:40:03 -04:00
Dave Shawley
dbc023890a Version bumps for 0.2.2. 2015-07-23 09:14:56 -04:00
Dave Shawley
a58be5af37 Fix requirements management.
So many things were wrong with the last version... soo soooo many
things.
2015-07-23 09:14:14 -04:00
dave-shawley
1e4bed1d2b Merge pull request #2 from sprockets/fix-packaging
Fix packaging
2015-07-23 07:46:05 -04:00
Dave Shawley
f9a7b96f27 Enable Travis container infrastructure. 2015-07-23 07:41:20 -04:00
Dave Shawley
bc5feeafb9 Version bump. 2015-07-23 07:40:52 -04:00
Dave Shawley
446ac38a00 Update package metadata.
PyPI requires author_email if author is set and apparently Tornado is
not a valid web framework.
2015-07-23 07:31:56 -04:00
Dan Tracy
53270feb31 Merge pull request #1 from sprockets/add-runner
Add sprockets.http.run
2015-07-22 15:58:26 -04:00
Dave Shawley
11e0d72511 Bump version to 0.2.0 2015-07-22 14:22:44 -04:00
Dave Shawley
1eb75af0bc Fix travis yaml.
Note that I don't have code coverage enable because we don't actually
have tests yet.
2015-07-22 14:17:29 -04:00
Dave Shawley
f9645b0025 Add sprockets.http.run. 2015-07-22 14:11:32 -04:00
Dave Shawley
cff4e03eb7 Development tool configuration. 2015-07-22 14:01:24 -04:00
Dave Shawley
18d44704fc Add documentation 2015-07-22 13:40:55 -04:00
Dave Shawley
5fa31adfce Add requirements directory. 2015-07-22 13:31:19 -04:00
Dave Shawley
877581d9ce Rework version management. 2015-07-22 13:29:16 -04:00
Dave Shawley
12dec49aa4 Modernize/clean up. 2015-07-22 13:09:14 -04:00
Gavin M. Roy
c4eaf1c5bb Fix the *.pyc exclusion in .gitignore 2014-08-19 16:53:15 -04:00
Gavin M. Roy
5a78150126 Add setup entry points
The entry point is used to register the module as a sprockets controller.

- Simplify the python 2.7 check
- Fix the MANIFEST.in format
- Add stub sprockets.http methods
2014-08-19 16:52:51 -04:00
Gavin M. Roy
01f0008125 Add a .gitignore and update the setup.py 2014-08-19 13:22:13 -04:00
Gavin M. Roy
00e4315fab Add missing import 2014-08-19 13:17:46 -04:00
Gavin M. Roy
30e407f922 Initial project structure 2014-08-19 12:58:29 -04:00