| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update dependencies | Jordan Cook | 2023-03-01 | 1 | -3/+3 |
| * | Add tests for pypy3.9 | Jordan Cook | 2022-12-30 | 1 | -2/+10 |
| * | Run CI jobs with python 3.11 | Jordan Cook | 2022-10-26 | 1 | -2/+2 |
| * | Run pre-deploy stress tests as a separate job | Jordan Cook | 2022-09-30 | 1 | -1/+1 |
| * | Update dependencies | Jordan Cook | 2022-09-29 | 1 | -2/+1 |
| * | Bump supercharge/mongodb-github-action from 1.7.0 to 1.8.0 | dependabot[bot] | 2022-08-27 | 1 | -1/+1 |
| * | Update only_if_cached to take precedence over refresh or other revalidation c... | Jordan Cook | 2022-07-30 | 1 | -1/+1 |
| * | Add tests for python 3.11 | Jordan Cook | 2022-06-11 | 1 | -1/+1 |
| * | Bump actions/setup-python from 3 to 4 | dependabot[bot] | 2022-06-11 | 1 | -2/+2 |
| * | Bump pre-commit/action from 2.0.3 to 3.0.0 | dependabot[bot] | 2022-06-11 | 1 | -1/+1 |
| * | Update some remaining references to master branch | Jordan Cook | 2022-05-18 | 1 | -2/+2 |
| * | Run pytest --verbose in CI | Jordan Cook | 2022-04-19 | 1 | -0/+1 |
| * | Generate XML coverage report for Codecov | Jordan Cook | 2022-04-15 | 1 | -1/+1 |
| * | Bump codecov/codecov-action from 2 to 3 | dependabot[bot] | 2022-04-09 | 1 | -1/+1 |
| * | Update tests, changelog, and contributors | Jordan Cook | 2022-04-06 | 1 | -2/+2 |
| * | Use nox to run tests in GitHub Actions | Jordan Cook | 2022-04-01 | 1 | -5/+2 |
| * | Update docs, doc dependencies, changelog, and contributors | Jordan Cook | 2022-04-01 | 1 | -1/+1 |
| * | Bump dev dependencies and GitHub Actions | dependabot[bot] | 2022-03-10 | 1 | -4/+4 |
| * | Adjust stress test settings for pre-deploy tests | Jordan Cook | 2022-02-13 | 1 | -1/+1 |
| * | Update changelog, bump dev dependencies, and bump version | Jordan Cook | 2022-01-29 | 1 | -1/+1 |
| * | Update dependencies and pre-commit hooks | Jordan Cook | 2022-01-01 | 1 | -1/+1 |
| * | Update dev dependencies, actions, changelog, and contributors | Jordan Cook | 2021-12-01 | 1 | -1/+1 |
| * | Squash dependabot updates | dependabot[bot] | 2021-11-20 | 1 | -1/+1 |
| * | Update tests to use python 3.10 final release | Jordan Cook | 2021-10-10 | 1 | -1/+1 |
| * | Switch from coveralls to codecov | Jordan Cook | 2021-09-18 | 1 | -15/+5 |
| * | Re-enable mypy pre-commit hook with attrs as an explicit hook dependency for ... | Jordan Cook | 2021-09-08 | 1 | -21/+0 |
| * | Update pre-commit hooks and actions | Jordan Cook | 2021-09-07 | 1 | -2/+2 |
| * | Update some CI actions | Jordan Cook | 2021-08-29 | 1 | -3/+3 |
| * | Drop support for python 3.6 | Jordan Cook | 2021-08-14 | 1 | -1/+1 |
| * | Disable misbehaving mypy pre-commit hook and go back to plain poetry install ... | Jordan Cook | 2021-08-14 | 1 | -0/+21 |
| * | Run integration tests in parallel, and combine MongoDB and GridFS tests into ... | Jordan Cook | 2021-08-12 | 1 | -1/+1 |
| * | Parallelize unit tests per module instead of per function | Jordan Cook | 2021-08-12 | 1 | -3/+2 |
| * | Remove scheduled tests; new compatibility issues will be caught by dependabot... | Jordan Cook | 2021-08-10 | 1 | -7/+0 |
| * | Add more checks to pre-commit config, and reuse for both CI and local usage | Jordan Cook | 2021-08-08 | 1 | -25/+2 |
| * | Use nox to replace docs/Makefile, runtests.sh, and other local dev tasks | Jordan Cook | 2021-08-08 | 1 | -1/+1 |
| * | Update poetry to 1.2.0a2 | Jordan Cook | 2021-08-02 | 1 | -2/+2 |
| * | Bump snok/install-poetry from 1.1.6 to 1.1.7 | dependabot[bot] | 2021-07-28 | 1 | -2/+2 |
| * | Add mypy to CI jobs, and add py.typed to indicate PEP-561 compliance | Jordan Cook | 2021-07-06 | 1 | -0/+1 |
| * | Adjust order of install steps for scheduled tests, and some minor dependency ... | Jordan Cook | 2021-07-06 | 1 | -5/+5 |
| * | Some serialization fixes & updates: | Jordan Cook | 2021-07-03 | 1 | -2/+2 |
| * | Workaround for poetry issue on python 3.10 beta | Jordan Cook | 2021-06-11 | 1 | -2/+7 |
| * | Temporarily downgrade cattrs to 1.6 for python 3.8 compatibility | Jordan Cook | 2021-06-11 | 1 | -3/+1 |
| * | Add relevant package extras to install optional dependencies | Jordan Cook | 2021-06-11 | 1 | -2/+2 |
| * | Add Dependabot V2 config, and bump some dev dependencies | Jordan Cook | 2021-06-11 | 1 | -1/+1 |
| * | Temporarily skip python 3.8 tests while waiting for a fix | Jordan Cook | 2021-06-03 | 1 | -2/+4 |
| * | Make cattrs optional, and other cleanup | Jordan Cook | 2021-05-26 | 1 | -1/+1 |
| * | Run daily scheduled tests against latest available versions of requests + url... | Jordan Cook | 2021-05-23 | 1 | -12/+16 |
| * | Support publishing pre-release builds from manual trigger (workflow_dispatch) | Jordan Cook | 2021-05-23 | 1 | -3/+3 |
| * | Split CI config into separate build and deploy files | Jordan Cook | 2021-05-23 | 1 | -51/+16 |
| * | Run tests against multiple versions of requests; set minimum version of 2.17 | Jordan Cook | 2021-05-23 | 1 | -26/+28 |