Dave Shawley
|
4278f513bb
|
Release 1.1.0
|
2016-02-11 14:45:09 -05:00 |
|
Gavin M. Roy
|
40915915db
|
Merge pull request #9 from sprockets/add-before-run
Add before_run callbacks
|
2016-02-03 20:19:15 -05:00 |
|
Dave Shawley
|
53b09b2e32
|
tests: Add comprehensive tests for Runner class.
|
2016-01-28 07:53:01 -05:00 |
|
Dave Shawley
|
03e85b440c
|
Call sys.exit() when a before_run callback raises an exception.
|
2016-01-28 07:53:01 -05:00 |
|
Dave Shawley
|
e906e6f33e
|
tests: Add callback exception testing.
|
2016-01-28 07:08:50 -05:00 |
|
Dave Shawley
|
5ba9e5fc59
|
tests: Refactor callback testing to consolidate code.
|
2016-01-28 07:02:06 -05:00 |
|
Dave Shawley
|
cf3d008fcf
|
LICENSE: Bump for 2016.
|
2016-01-27 18:27:54 -05:00 |
|
Dave Shawley
|
7c55f1c93e
|
Add codecov support.
|
2016-01-27 18:26:44 -05:00 |
|
Dave Shawley
|
a1ba8874f6
|
Add support for `before_run ` callbacks.
|
2016-01-27 18:24:02 -05:00 |
|
Dave Shawley
|
d8253fcef2
|
tests: Add tests for the shutdown callback.
|
2016-01-27 16:02:45 -05:00 |
|
Brian Korty
|
3baae5d1b3
|
Merge pull request #8 from sprockets/make-logging-configurable
Make logging configurable
|
2015-12-14 09:44:19 -05:00 |
|
Dave Shawley
|
92ca0bf70e
|
Add log_config parameter to sprockets.http.run.
|
2015-12-10 10:48:25 -05:00 |
|
Dave Shawley
|
2d043ff752
|
Move _get_logging_config into sprockets.http.
|
2015-12-10 10:44:52 -05:00 |
|
Dave Shawley
|
557989399c
|
Move logging.config.dictConfig into http.run.
|
2015-12-10 10:41:59 -05:00 |
|
Dave Shawley
|
2861d8ef93
|
Add tests for sprockets.http.run.
|
2015-12-10 10:22:10 -05:00 |
|
Dave Shawley
|
14285a7178
|
tox.ini: Fix broken requirements for py27.
|
2015-12-10 09:54:43 -05:00 |
|
Dave Shawley
|
a742456a7d
|
docs/history: Add missing link.
|
2015-11-20 15:06:54 -05:00 |
|
dave-shawley
|
c442fab01d
|
Merge pull request #7 from sprockets/content-type-mixin-detect
Content type mixin detect
|
2015-11-20 14:29:22 -05:00 |
|
Gavin M. Roy
|
72b2bfd67c
|
Update the README as well
|
2015-11-20 14:18:27 -05:00 |
|
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 |
|