summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
Commit message (Expand)AuthorAgeFilesLines
* Update dependenciesJordan Cook2023-03-011-3/+3
* Add tests for pypy3.9Jordan Cook2022-12-301-2/+10
* Run CI jobs with python 3.11Jordan Cook2022-10-261-2/+2
* Run pre-deploy stress tests as a separate jobJordan Cook2022-09-301-1/+1
* Update dependenciesJordan Cook2022-09-291-2/+1
* Bump supercharge/mongodb-github-action from 1.7.0 to 1.8.0dependabot[bot]2022-08-271-1/+1
* Update only_if_cached to take precedence over refresh or other revalidation c...Jordan Cook2022-07-301-1/+1
* Add tests for python 3.11Jordan Cook2022-06-111-1/+1
* Bump actions/setup-python from 3 to 4dependabot[bot]2022-06-111-2/+2
* 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-181-2/+2
* Run pytest --verbose in CIJordan Cook2022-04-191-0/+1
* 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-061-2/+2
* Use nox to run tests in GitHub ActionsJordan Cook2022-04-011-5/+2
* Update docs, doc dependencies, changelog, and contributorsJordan Cook2022-04-011-1/+1
* Bump dev dependencies and GitHub Actionsdependabot[bot]2022-03-101-4/+4
* Adjust stress test settings for pre-deploy testsJordan Cook2022-02-131-1/+1
* Update changelog, bump dev dependencies, and bump versionJordan Cook2022-01-291-1/+1
* Update dependencies and pre-commit hooksJordan Cook2022-01-011-1/+1
* Update dev dependencies, actions, changelog, and contributorsJordan Cook2021-12-011-1/+1
* Squash dependabot updatesdependabot[bot]2021-11-201-1/+1
* 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-071-2/+2
* Update some CI actionsJordan Cook2021-08-291-3/+3
* 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
* 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
* Remove scheduled tests; new compatibility issues will be caught by dependabot...Jordan Cook2021-08-101-7/+0
* Add more checks to pre-commit config, and reuse for both CI and local usageJordan Cook2021-08-081-25/+2
* Use nox to replace docs/Makefile, runtests.sh, and other local dev tasksJordan Cook2021-08-081-1/+1
* Update poetry to 1.2.0a2Jordan Cook2021-08-021-2/+2
* Bump snok/install-poetry from 1.1.6 to 1.1.7dependabot[bot]2021-07-281-2/+2
* Add mypy to CI jobs, and add py.typed to indicate PEP-561 complianceJordan Cook2021-07-061-0/+1
* Adjust order of install steps for scheduled tests, and some minor dependency ...Jordan Cook2021-07-061-5/+5
* Some serialization fixes & updates:Jordan Cook2021-07-031-2/+2
* Workaround for poetry issue on python 3.10 betaJordan Cook2021-06-111-2/+7
* Temporarily downgrade cattrs to 1.6 for python 3.8 compatibilityJordan Cook2021-06-111-3/+1
* Add relevant package extras to install optional dependenciesJordan Cook2021-06-111-2/+2
* Add Dependabot V2 config, and bump some dev dependenciesJordan Cook2021-06-111-1/+1
* Temporarily skip python 3.8 tests while waiting for a fixJordan Cook2021-06-031-2/+4
* Make cattrs optional, and other cleanupJordan Cook2021-05-261-1/+1
* Run daily scheduled tests against latest available versions of requests + url...Jordan Cook2021-05-231-12/+16
* Support publishing pre-release builds from manual trigger (workflow_dispatch)Jordan Cook2021-05-231-3/+3
* Split CI config into separate build and deploy filesJordan Cook2021-05-231-51/+16
* Run tests against multiple versions of requests; set minimum version of 2.17Jordan Cook2021-05-231-26/+28