summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redact ingored_parameters from CachedResponse.urlv0.7.5v0.7Jordan Cook2021-09-155-29/+60
* Fix incorrect debug message for skipping cache writeJordan Cook2021-09-151-1/+2
* Add aliases for forwards-compatibility with v0.8+Jordan Cook2021-09-094-2/+7
* Fix incorrect location of redirects.sqlite when using filesystem backendJordan Cook2021-08-236-14/+30
* Add a basic PR template and code of conductv0.7.4Jordan Cook2021-08-144-1/+88
* Merge pull request #352 from JWCook/cache-control-fixes-and-testsJordan Cook2021-08-1218-112/+173
|\
| * Update changelog, contributors, and bump versionJordan Cook2021-08-125-2/+17
| * Run integration tests in parallel, and combine MongoDB and GridFS tests into ...Jordan Cook2021-08-124-43/+31
| * Parallelize unit tests per module instead of per functionJordan Cook2021-08-126-28/+30
| * Add more test coverage for cache_control and cache_keys modulesJordan Cook2021-08-123-4/+43
| * Ensure httpdate strings from headers get converted to UTCJordan Cook2021-08-121-5/+4
| * Add test coverage for optional serialization dependenciesJordan Cook2021-08-123-42/+60
|/
* Exclude markdown and yaml files from wheelJordan Cook2021-08-111-2/+2
* Merge pull request #349 from JWCook/sqlite-clearv0.7.3Jordan Cook2021-08-1013-37/+77
|\
| * Remove scheduled tests; new compatibility issues will be caught by dependabot...Jordan Cook2021-08-102-8/+1
| * Add some more details to contributing guide, and add sample caches for 0.7 pa...Jordan Cook2021-08-109-23/+45
| * SQLite clear(): first attempt DROP TABLE, then delete and re-initialize the c...Jordan Cook2021-08-102-6/+31
|/
* Merge pull request #347 from JWCook/noxJordan Cook2021-08-0840-531/+384
|\
| * Update contributing guideJordan Cook2021-08-081-14/+45
| * Apply whitespace/EOF fixes and isort updatesJordan Cook2021-08-0831-31/+37
| * Add more checks to pre-commit config, and reuse for both CI and local usageJordan Cook2021-08-085-473/+41
| * Use nox to replace docs/Makefile, runtests.sh, and other local dev tasksJordan Cook2021-08-086-51/+299
|/
* Re-enable pre-deploy tests for all supported requests versions, and pin optio...Jordan Cook2021-08-0713-73/+323
|\
| * Add example for using requests-cache with responsesJordan Cook2021-08-074-1/+93
| * Add better examples for using requests-cache with requests-mockJordan Cook2021-08-0711-39/+208
|/
* Minor dependency updatesJordan Cook2021-08-071-61/+56
* Merge branch 'docs'Jordan Cook2021-08-073-63/+109
|\
| * More doc formatting and class/module linksJordan Cook2021-08-073-63/+109
|/
* Remove some unnecessary escapesJordan Cook2021-08-061-4/+4
* Update all-contributors configJordan Cook2021-08-032-14/+16
* Merge pull request #341 from JWCook/json-updatesJordan Cook2021-08-035-16/+55
|\
| * For filesystem backend, add an appropriate file extension to cache filesJordan Cook2021-08-034-15/+47
| * Pretty-print JSON by defaultJordan Cook2021-08-031-1/+8
* | 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
|/
* Merge pull request #340 from JWCook/bugfixesJordan Cook2021-08-0214-70/+153
|\
| * Use BaseCache.clear() BaseStorage.clear() prioer to integration testsJordan Cook2021-08-021-2/+1
| * Add a `BaseCache.delete_urls()` methodJordan Cook2021-08-023-3/+18
| * Update poetry to 1.2.0a2Jordan Cook2021-08-024-38/+42
| * Update changelog and contributorsJordan Cook2021-08-023-2/+17
| * Update `DbDict.bulk_delete()` to support deleting more items than SQLite's va...Jordan Cook2021-08-023-12/+44
| * Update `DbCache.clear()` to succeed even if the database is corruptedJordan Cook2021-08-022-16/+34
|/
* Fix generate_test_db script, and add a basic script for testing cache write s...Jordan Cook2021-07-313-40/+83
* Merge pull request #335 from reclosedev/dependabot/pip/sphinx-4.1.2Jordan Cook2021-07-282-7/+7
|\
| * Bump sphinx from 4.0.3 to 4.1.2dependabot[bot]2021-07-282-7/+7
|/
* Merge pull request #334 from reclosedev/dependabot/pip/sphinx-copybutton-0.4.0Jordan Cook2021-07-282-5/+6
|\
| * Bump sphinx-copybutton from 0.3.3 to 0.4.0dependabot[bot]2021-07-282-5/+6
|/
* Merge pull request #333 from reclosedev/dependabot/github_actions/snok/instal...Jordan Cook2021-07-272-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