summaryrefslogtreecommitdiff
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
* Check poetry lockfile for unexpected dependencies before deployingJordan Cook2023-05-081-0/+2
* Update dependenciesJordan Cook2023-03-012-6/+6
* Don't require stress tests for pre-release buildsJordan Cook2023-02-181-1/+1
* Add tests for pypy3.9Jordan Cook2022-12-302-3/+14
* Set default shell to bash for Windows testsJordan Cook2022-12-301-0/+3
* Run CI jobs with python 3.11Jordan Cook2022-10-262-4/+4
* Add options to deploy workflow to skip stress tests or skip publishing to PyPIJordan Cook2022-09-301-3/+17
* Run pre-deploy unit tests for all supported combinations of platforms, python...Jordan Cook2022-09-301-35/+30
* Run pre-deploy stress tests as a separate jobJordan Cook2022-09-302-8/+35
* Update dependenciesJordan Cook2022-09-292-5/+2
* Bump supercharge/mongodb-github-action from 1.7.0 to 1.8.0dependabot[bot]2022-08-272-2/+2
* Update only_if_cached to take precedence over refresh or other revalidation c...Jordan Cook2022-07-301-1/+1
* Run pre-deploy tests for most recent python and requests versionsJordan Cook2022-06-291-1/+5
* Add tests for python 3.11Jordan Cook2022-06-111-1/+1
* Use json.JSONDecodeError and requests.RequestException instead of requests.JS...Jordan Cook2022-06-111-2/+2
* Bump actions/setup-python from 3 to 4dependabot[bot]2022-06-112-5/+5
* Bump pre-commit/action from 2.0.3 to 3.0.0dependabot[bot]2022-06-111-1/+1
* Update some remaining references to master branchJordan Cook2022-05-182-6/+6
* Defore deployments, run a separate CI job for unit tests with no optional dep...Jordan Cook2022-04-221-1/+33
* Add another requests version to pre-deploy testsJordan Cook2022-04-191-1/+1
* Run pytest --verbose in CIJordan Cook2022-04-192-0/+2
* Set stress test multiplier back to 5 for pre-deploy testsJordan Cook2022-04-151-1/+2
* Generate XML coverage report for CodecovJordan Cook2022-04-151-1/+1
* Bump codecov/codecov-action from 2 to 3dependabot[bot]2022-04-091-1/+1
* Update tests, changelog, and contributorsJordan Cook2022-04-062-4/+4
* Use nox to run tests in GitHub ActionsJordan Cook2022-04-012-11/+6
* Update docs, doc dependencies, changelog, and contributorsJordan Cook2022-04-012-2/+2
* Bump dev dependencies and GitHub Actionsdependabot[bot]2022-03-102-8/+8
* Increase stress test multiplier to 10 for pre-deployment testsJordan Cook2022-02-221-1/+1
* Run additional stress tests with multiple processesJordan Cook2022-02-221-2/+2
* Adjust stress test settings for pre-deploy testsJordan Cook2022-02-132-5/+6
* Update changelog, bump dev dependencies, and bump versionJordan Cook2022-01-292-2/+2
* Update dependencies and pre-commit hooksJordan Cook2022-01-012-2/+2
* Update dev dependencies, actions, changelog, and contributorsJordan Cook2021-12-012-3/+3
* Squash dependabot updatesdependabot[bot]2021-11-202-2/+2
* Update tests to use python 3.10 final releaseJordan Cook2021-10-101-1/+1
* Switch from coveralls to codecovJordan Cook2021-09-181-15/+5
* Re-enable mypy pre-commit hook with attrs as an explicit hook dependency for ...Jordan Cook2021-09-081-21/+0
* Update pre-commit hooks and actionsJordan Cook2021-09-072-4/+4
* Update dependabot issue labelsJordan Cook2021-09-071-0/+2
* Update some CI actionsJordan Cook2021-08-292-5/+5
* Move Code of Conduct with the rest of the 'project info' docsJordan Cook2021-08-282-71/+2
* Add some more troubleshooting info to docsJordan Cook2021-08-281-1/+5
* Reorganize user docs: break down User Guide and Advanced Usage sections into ...Jordan Cook2021-08-261-9/+4
* Drop testing for requests <=0.21Jordan Cook2021-08-141-3/+2
* Drop support for python 3.6Jordan Cook2021-08-141-1/+1
* Disable misbehaving mypy pre-commit hook and go back to plain poetry install ...Jordan Cook2021-08-141-0/+21
* Add a basic PR template and code of conductv0.7.4Jordan Cook2021-08-142-0/+87
* Run integration tests in parallel, and combine MongoDB and GridFS tests into ...Jordan Cook2021-08-121-1/+1
* Parallelize unit tests per module instead of per functionJordan Cook2021-08-121-3/+2