| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | | | correct mypy-attrs behavior | ||||
| * | Update pre-commit hooks and actions | Jordan Cook | 2021-09-07 | 2 | -4/+4 |
| | | |||||
| * | Update dependabot issue labels | Jordan Cook | 2021-09-07 | 1 | -0/+2 |
| | | |||||
| * | Update some CI actions | Jordan Cook | 2021-08-29 | 2 | -5/+5 |
| | | |||||
| * | Move Code of Conduct with the rest of the 'project info' docs | Jordan Cook | 2021-08-28 | 2 | -71/+2 |
| | | |||||
| * | Add some more troubleshooting info to docs | Jordan Cook | 2021-08-28 | 1 | -1/+5 |
| | | |||||
| * | Reorganize user docs: break down User Guide and Advanced Usage sections into ↵ | Jordan Cook | 2021-08-26 | 1 | -9/+4 |
| | | | | | smaller pages | ||||
| * | Drop testing for requests <=0.21 | Jordan Cook | 2021-08-14 | 1 | -3/+2 |
| | | |||||
| * | 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 for CI | ||||
| * | Add a basic PR template and code of conductv0.7.4 | Jordan Cook | 2021-08-14 | 2 | -0/+87 |
| | | |||||
| * | Run integration tests in parallel, and combine MongoDB and GridFS tests into ↵ | Jordan Cook | 2021-08-12 | 1 | -1/+1 |
| | | | | | the same module so they get run sequentially | ||||
| * | 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 ↵ | Jordan Cook | 2021-08-10 | 2 | -8/+1 |
| | | | | | dependabot updates | ||||
| * | Apply whitespace/EOF fixes and isort updates | Jordan Cook | 2021-08-08 | 1 | -1/+0 |
| | | |||||
| * | Add more checks to pre-commit config, and reuse for both CI and local usage | Jordan Cook | 2021-08-08 | 2 | -46/+2 |
| | | |||||
| * | Use nox to replace docs/Makefile, runtests.sh, and other local dev tasks | Jordan Cook | 2021-08-08 | 1 | -1/+1 |
| | | |||||
| * | Re-enable pre-deploy tests for all supported requests versions, and pin ↵ | Jordan Cook | 2021-08-07 | 1 | -4/+2 |
| |\ | | | | | | | optional dependency versions compatible with requests<2.22 | ||||
| | * | Add better examples for using requests-cache with requests-mock | Jordan Cook | 2021-08-07 | 1 | -1/+1 |
| |/ | |||||
| * | Temporarily disable pre-release tests for older requests versions | Jordan Cook | 2021-08-02 | 1 | -2/+2 |
| | | |||||
| * | Update deploy.yml workaround for botocore/urllib3 version conflict | Jordan Cook | 2021-08-02 | 1 | -3/+3 |
| | | |||||
| * | Update poetry to 1.2.0a2 | Jordan Cook | 2021-08-02 | 2 | -4/+4 |
| | | | | | 1.2.0a2 fixes https://github.com/python-poetry/poetry/issues/4334 | ||||
| * | Bump snok/install-poetry from 1.1.6 to 1.1.7 | dependabot[bot] | 2021-07-28 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.1.6 to 1.1.7. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](https://github.com/snok/install-poetry/compare/v1.1.6...v1.1.7) --- updated-dependencies: - dependency-name: snok/install-poetry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| * | Revert unsupported ('duplicate') schedule for dependabot | Jordan Cook | 2021-07-27 | 1 | -13/+0 |
| | | | | | See: https://github.com/dependabot/dependabot-core/issues/2165 | ||||
| * | Add separate Dependabot schedules for requests+urllib3 (daily) vs everything ↵ | Jordan Cook | 2021-07-21 | 1 | -3/+16 |
| | | | | | else (weekly) | ||||
| * | Update changelog, bump project version, and bump black version | Jordan Cook | 2021-07-16 | 1 | -1/+1 |
| | | |||||
| * | Update pre-deploy tests | Jordan Cook | 2021-07-13 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | | | | updates | ||||
| * | Some serialization fixes & updates: | Jordan Cook | 2021-07-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | * Fix tests on python 3.6: * Make `cattrs` optional again * Don't run tests for serializers with missing optional dependencies * Show any skipped tests in pytest output * Fix redirect serialization for backends that serialize all values (DynamoDB and Redis) * Otherwise, the redirect value (which is just another key) will get converted into a `CachedResponse` * Make `pickle` serializer use `cattrs` if installed * Make `bson` serializer compatible with both `pymongo` version and standalone `bson` library * Split up `CattrStage` and preconf converters into separate modules * Turn preconf converters into `Stage` objects * Add `DeprecationWarning` for previous method of using `itsdangerous`, now that there's a better way to initialize it via `SerializerPipeline` * Remove `suppress_warnings` kwarg that's now unused * Make `SerializerPipeline`, `Stage`, and `CattrStage` importable from top-level package (`from requests_cache import ...`) * Add some more details to docs and docstrings | ||||
| * | Workaround for version conflict with backwards-compatibility tests | Jordan Cook | 2021-06-20 | 1 | -0/+2 |
| | | |||||
| * | Dependabot: for doc dependencies, only notify for major releases | Jordan Cook | 2021-06-17 | 1 | -0/+4 |
| | | |||||
| * | Fix installation for pre-deploy tests | Jordan Cook | 2021-06-12 | 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 |
| | | | | | Fixes #276 | ||||
| * | Add relevant package extras to install optional dependencies | Jordan Cook | 2021-06-11 | 1 | -2/+2 |
| | | |||||
| * | Add more pre-commit hooks | Jordan Cook | 2021-06-11 | 1 | -0/+2 |
| | | |||||
| * | Add Dependabot V2 config, and bump some dev dependencies | Jordan Cook | 2021-06-11 | 3 | -5/+18 |
| | | |||||
| * | 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 + ↵ | Jordan Cook | 2021-05-23 | 1 | -12/+16 |
| | | | | | urllib3 | ||||
| * | Support publishing pre-release builds from manual trigger (workflow_dispatch) | Jordan Cook | 2021-05-23 | 2 | -13/+28 |
| | | |||||
| * | Split CI config into separate build and deploy files | Jordan Cook | 2021-05-23 | 2 | -51/+107 |
| | | |||||
| * | Run tests against multiple versions of requests; set minimum version of 2.17 | Jordan Cook | 2021-05-23 | 1 | -26/+28 |
| | | |||||
| * | Add tests for python 3.10 beta | Jordan Cook | 2021-05-23 | 2 | -5/+8 |
| | | |||||
| * | Convert packaging config to poetry | Jordan Cook | 2021-05-09 | 1 | -31/+44 |
| | | |||||
| * | Build pre-releases from 'pre-release' branch, and set version suffix in CI ↵pre-release | Jordan Cook | 2021-04-29 | 1 | -5/+10 |
| | | | | | config | ||||
| * | Combine test_cache.py with BaseCacheTest to run these tests for all backends | Jordan Cook | 2021-04-22 | 1 | -1/+1 |
| | | |||||
| * | Run multi-threaded tests for all backends, and run with more threads & ↵ | Jordan Cook | 2021-04-20 | 1 | -1/+6 |
| | | | | | iterations for merges to master | ||||
