summaryrefslogtreecommitdiff
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
...
* Remove scheduled tests; new compatibility issues will be caught by dependabot...Jordan Cook2021-08-102-8/+1
* Apply whitespace/EOF fixes and isort updatesJordan Cook2021-08-081-1/+0
* Add more checks to pre-commit config, and reuse for both CI and local usageJordan Cook2021-08-082-46/+2
* Use nox to replace docs/Makefile, runtests.sh, and other local dev tasksJordan Cook2021-08-081-1/+1
* Re-enable pre-deploy tests for all supported requests versions, and pin optio...Jordan Cook2021-08-071-4/+2
|\
| * Add better examples for using requests-cache with requests-mockJordan Cook2021-08-071-1/+1
|/
* Temporarily disable pre-release tests for older requests versionsJordan Cook2021-08-021-2/+2
* Update deploy.yml workaround for botocore/urllib3 version conflictJordan Cook2021-08-021-3/+3
* Update poetry to 1.2.0a2Jordan Cook2021-08-022-4/+4
* Bump snok/install-poetry from 1.1.6 to 1.1.7dependabot[bot]2021-07-282-4/+4
* Revert unsupported ('duplicate') schedule for dependabotJordan Cook2021-07-271-13/+0
* Add separate Dependabot schedules for requests+urllib3 (daily) vs everything ...Jordan Cook2021-07-211-3/+16
* Update changelog, bump project version, and bump black versionJordan Cook2021-07-161-1/+1
* Update pre-deploy testsJordan Cook2021-07-131-1/+1
* 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 version conflict with backwards-compatibility testsJordan Cook2021-06-201-0/+2
* Dependabot: for doc dependencies, only notify for major releasesJordan Cook2021-06-171-0/+4
* Fix installation for pre-deploy testsJordan Cook2021-06-121-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 more pre-commit hooksJordan Cook2021-06-111-0/+2
* Add Dependabot V2 config, and bump some dev dependenciesJordan Cook2021-06-113-5/+18
* 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-232-13/+28
* Split CI config into separate build and deploy filesJordan Cook2021-05-232-51/+107
* Run tests against multiple versions of requests; set minimum version of 2.17Jordan Cook2021-05-231-26/+28
* Add tests for python 3.10 betaJordan Cook2021-05-232-5/+8
* Convert packaging config to poetryJordan Cook2021-05-091-31/+44
* Build pre-releases from 'pre-release' branch, and set version suffix in CI co...pre-releaseJordan Cook2021-04-291-5/+10
* Combine test_cache.py with BaseCacheTest to run these tests for all backendsJordan Cook2021-04-221-1/+1
* Run multi-threaded tests for all backends, and run with more threads & iterat...Jordan Cook2021-04-201-1/+6
* Update changelog and contributorsJordan Cook2021-04-191-4/+4
* Use pytest-order to order tests; remove ipdb recommendationJordan Cook2021-04-191-5/+2
* Run DynamoDB integration tests last, since the DynamoDB container takes longe...Jordan Cook2021-04-181-3/+7
* Set up automatic pre-release builds from dev branchJordan Cook2021-04-171-3/+3
* Add issue templatesJordan Cook2021-04-113-0/+50
* Remove redundant coverage dirJordan Cook2021-04-021-2/+2
* Fix remaining linting issues, and add flake8 to 'analyze' job in GitHub ActionsJordan Cook2021-04-011-4/+6
* Use pytest-xdist to parallelize stress testsJordan Cook2021-04-011-3/+3
* Split tests into unit and integration tests and run separately in CI; update ...Jordan Cook2021-03-311-2/+7
* Add radon complexity check to 'analyze' CI jobJordan Cook2021-03-311-0/+2
* Combine coverage report with py3.9 unit tests to reduce total container start...Jordan Cook2021-03-311-26/+27
* Add httpbin container for both local tests and GitHub ActionsJordan Cook2021-03-311-0/+5
* Enable DynamoDB integration test with GitHub Actions and local docker-compose...Jordan Cook2021-03-241-1/+3
* Add automated pypi deployments, and deploy a pre-release build (only installa...Jordan Cook2021-03-031-0/+21