Commit graph

163 commits

Author SHA1 Message Date
Dave Shawley
9d3e53b060
Fix namespace packaging.
Just oops.... I also updated tox.ini so that it checks all-the-things
and works again.
2021-09-19 09:54:47 -04:00
dave-shawley
d5094e00f5
Merge pull request #38 from dave-shawley/rtd-build
Move readthedocs configuration into the repository.
2021-09-17 08:12:57 -04:00
Dave Shawley
cc08f7b2fd
Remove nose configuration. 2021-09-17 08:10:35 -04:00
Dave Shawley
d5d2259ffd
Build the documentation in CI.
Even though we aren't uploading it, this *should* make sure that the
readthedocs build works.
2021-09-17 08:09:15 -04:00
Dave Shawley
026fd87e82
Add readthedocs configuration file.
The configuration in the RTD project is broken since I moved
dependencies into setup.cfg.  I decided to simply move it into the
repository as a configuration file and call it a day.

https://docs.readthedocs.io/en/stable/config-file/v2.html
2021-09-17 07:46:48 -04:00
Andrew Rabert
f186c6bf1a
Merge pull request #31 from dave-shawley/metadata
Clean up package structure
2021-09-16 10:58:42 -04:00
Dave Shawley
7472c399fb
Lint ignore some of the weird stuff in __init__.
Adjusted flake8 & coverage ignores for the namespace package cruft and
the import guards in the __init__ files.
2021-09-16 09:54:16 -04:00
Dave Shawley
e26a94778b
Using sphinx-rtd-theme locally as well. 2021-09-16 09:54:15 -04:00
Dave Shawley
118c610d3c
Bump copyright date in documentation. 2021-09-16 09:54:15 -04:00
Dave Shawley
61ac443c17
Remove travis-ci control file. 2021-09-16 09:54:15 -04:00
Dave Shawley
775991eb9f
Move requirements into setup.cfg. 2021-09-16 09:53:48 -04:00
Dave Shawley
e9e5f25925
Move metadata from setup.py into setup.cfg. 2021-09-16 09:49:42 -04:00
dave-shawley
10825d29fa
Merge pull request #37 from dave-shawley/contributing-docs
Make contribution guidelines more visible
2021-09-16 09:49:22 -04:00
Dave Shawley
13d90516ab
Stitch CONTRIBUTING back into the doc set. 2021-09-16 09:47:30 -04:00
Dave Shawley
f725e16aee
Increase visibility of docs/contributing.rst. 2021-09-16 09:47:26 -04:00
Dave Shawley
d1a4511955
Remove codecov token from GitHub action.
It wasn't working with the token and the docs indicate that it is not
necessary for GitHub actions so lets see what happens.
2021-09-14 07:53:11 -04:00
Ryan Mclean
5712c36217
Merge pull request #30 from dave-shawley/updates
Update build tools and switch to GitHub actions
2021-09-13 07:35:34 -04:00
dave-shawley
85686397d6
Update testing.yml
to be squishy squashed
2021-09-13 06:52:56 -04:00
dave-shawley
9df7604012
Update testing.yml
will be squashed away in the future
2021-09-13 06:50:04 -04:00
Dave Shawley
9993a81e51
Add first draft of Github CI pipeline. 2021-09-13 06:45:01 -04:00
Dave Shawley
77ecc36026
Enforce 95% code coverage, 2021-09-13 06:28:39 -04:00
Dave Shawley
665eb71436
Seperate linting requirements.
This will ease implementing Github actions.
2021-09-12 18:34:16 -04:00
Dave Shawley
c6551e8024
Stop using the tornado reloader in tests.
This causes some interesting warnings.
2021-09-12 18:34:16 -04:00
Dave Shawley
66f3bfbca3
Bump LICENSE date. 2021-09-12 18:34:15 -04:00
Dave Shawley
3a6b98eb1c
Update development toolchain. 2021-09-12 18:34:15 -04:00
Dave Shawley
9ab953ed23
Use extlinks for changelog. 2021-09-12 18:34:08 -04:00
Dave Shawley
f6f84bdd2c 3.0.4: Reject invalid Content-Type headers. 2020-11-02 09:21:08 -05:00
Ryan Mclean
457dc178f3
Merge pull request #29 from dave-shawley/handle-bad-content-type
Handle Invalid Content-Type headers
2020-10-29 17:17:22 -04:00
Dave Shawley
21c6cb73fe Invalid content-type --> 400 Bad Request.
ietfparse raises a `ValueError` from `parse_content_type` which was
uncaught and resulted in an internal server error.
2020-10-29 13:50:33 -04:00
Dave Shawley
cd4edf3f98 Switch to 3.8 in travis. 2020-09-14 08:20:21 -04:00
Dave Shawley
86d14f962b Update to newest sphinx. 2020-09-14 08:20:06 -04:00
Dave Shawley
70c679c156 Run test suite with unittest runner. 2020-09-14 08:19:36 -04:00
Dave Shawley
5755792959 3.0.3: Preparing for Python 3.9. 2020-09-14 08:10:20 -04:00
dave-shawley
666624d2bf
Merge pull request #28 from nvllsvm/depre
Use non-deprecated collections.abc
2020-09-14 07:35:41 -04:00
Andrew Rabert
f7683262f8 Use non-deprecated collections.abc
See https://docs.python.org/3.9/whatsnew/3.9.html#you-should-check-for-deprecationwarning-in-your-code
2020-07-14 10:04:30 -04:00
Dave Shawley
3dadd00c64 Metadata bumps for 3.0.2. 2020-05-04 16:55:22 -04:00
dave-shawley
1d9ccad27c
Merge pull request #26 from sprockets/update-log-level
Change log level on decode failure log
2020-05-04 16:49:50 -04:00
amberheilman
0b54131f65
Change log level on decode failure log
Don't print tracebacks when failing to decode the body.
2020-05-04 16:46:51 -04:00
Andrew Rabert
e40449b632 Fix docs 2019-08-30 16:10:08 -04:00
dave-shawley
c034e04f67
Merge pull request #22 from gmr/tornado6
Support Tornado 6, remove setuptools_scm
2019-03-05 14:29:01 -05:00
Gavin M. Roy
03aeb58f8d Ignore flake8 errors since it has to pass now 2019-03-05 09:41:19 -05:00
Gavin M. Roy
cdd56e6e06 Forgot the link definition 2019-03-05 09:36:06 -05:00
Gavin M. Roy
7da331464b Support Tornado 6, remove setuptools_scm 2019-03-05 09:32:00 -05:00
Andrew Rabert
5079ed1b06 Fix typo 2018-12-04 23:52:54 -05:00
Andrew Rabert
1a300dea34 Rename to match package name 2018-12-04 23:24:06 -05:00
Andrew Rabert
875dc0beb5 Release version 3.0.0 2018-12-04 23:20:33 -05:00
Andrew Rabert
17c73b2309 Fix RTD (again) 2018-12-04 23:13:52 -05:00
Andrew Rabert
6387f4562a Fix RTD 2018-12-04 23:13:21 -05:00
Andrew Rabert
d604823173 Remove Python < 3.7 from travis 2018-12-04 23:09:32 -05:00
Andrew Rabert
4a52d18f41 Remove deprecated method 2018-12-04 23:08:31 -05:00