summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #673 from requests-cache/only-if-cachedJordan Cook2022-07-305-814/+187
|\
| * Update only_if_cached to take precedence over refresh or other revalidation c...Jordan Cook2022-07-305-814/+187
|/
* Merge pull request #666 from requests-cache/gh-actions-exampleJordan Cook2022-07-192-0/+46
|\
| * Add example with GitHub ActionsJordan Cook2022-07-192-0/+46
|/
* Add retries for MongoDB ServerSelectionTimeoutError on GitHub Actions runnersJordan Cook2022-07-053-114/+121
* Run pre-deploy tests for most recent python and requests versionsJordan Cook2022-06-293-48/+55
* Remove catching/logging ImportErrors in top-level packageJordan Cook2022-06-292-16/+14
* Merge pull request #659 from requests-cache/docsJordan Cook2022-06-1728-203/+292
|\
| * Use sphinx-design tabs instead of sphinx-inline-tabsJordan Cook2022-06-176-44/+40
| * Use sphinx-design dropdown instead of custom CSS/JSJordan Cook2022-06-1713-108/+183
| * Update to FontAwesome 6Jordan Cook2022-06-1721-22/+21
| * Sphinx + extension updates:Jordan Cook2022-06-173-49/+68
|/
* Merge pull request #658 from requests-cache/docsJordan Cook2022-06-1715-14/+151
|\
| * Related doc updatesJordan Cook2022-06-1713-14/+20
| * Add example of caching GitHub API requests with PyGitHubJordan Cook2022-06-172-0/+131
|/
* Merge pull request #655 from requests-cache/varyJordan Cook2022-06-1618-82/+333
|\
| * Update docsJordan Cook2022-06-169-56/+107
| * Save a couple microsecondsJordan Cook2022-06-162-0/+5
| * Some additional logging and testsJordan Cook2022-06-165-5/+55
| * Add support for VaryJordan Cook2022-06-164-7/+129
| * Normalize ordering and whitespace for multi-value request headersJordan Cook2022-06-163-26/+49
|/
* Alternate host for requests docsJordan Cook2022-06-112-3/+3
* Add tests for python 3.11Jordan Cook2022-06-111-1/+1
* Merge pull request #654 from requests-cache/cleanupJordan Cook2022-06-1110-69/+87
|\
| * Use json.JSONDecodeError and requests.RequestException instead of requests.JS...Jordan Cook2022-06-112-4/+5
| * Remove HTTPResponse attributes from the cache, and re-construct CachedRespons...Jordan Cook2022-06-113-32/+35
| * Clean up SerializerPipeline.decode_contentJordan Cook2022-06-113-14/+6
| * Clean up SQLiteCache convenience methods a bitJordan Cook2022-06-113-19/+41
|/
* Merge pull request #652 from JWCook/consolidate-convenience-methodsJordan Cook2022-06-1125-394/+463
|\
| * Update tests and docsJordan Cook2022-06-1116-205/+249
| * Consolidate BaseCache convenience methods into contains(), filter(), and dele...Jordan Cook2022-06-119-189/+214
|/
* Merge pull request #649 from requests-cache/dependabot/github_actions/pre-com...Jordan Cook2022-06-112-6/+6
|\
| * 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
* | Merge pull request #648 from JWCook/removeJordan Cook2022-06-1116-257/+306
|\ \ | |/ |/|
| * Split up remove_expired_reponses() into remove() and reset_expiration() metho...Jordan Cook2022-06-1116-257/+306
|/
* Merge pull request #647 from JWCook/filesystem-decoded-bodyJordan Cook2022-06-1027-233/+481
|\
| * Update docs and changelogJordan Cook2022-06-107-11/+134
| * Run integration tests with all serializers _only_ for Filesystem backend; for...Jordan Cook2022-06-105-63/+58
| * Add decode_content option for storage classes, and use as the default behavio...Jordan Cook2022-06-109-28/+59
| * Change this into an option for CattrStage instead of a separate classJordan Cook2022-06-107-108/+71
| * Add serializer stage that decodes/re-encodes response contentJordan Cook2022-06-105-8/+116
| * Update serialization docsJordan Cook2022-06-107-118/+146
|/
* Merge pull request #644 from JWCook/condensed-reprJordan Cook2022-05-3011-15/+36
|\
| * Add a base model repr that excludes default values even if rich isn't installedJordan Cook2022-05-309-15/+31
| * Add Placeholder.loads() (needed in some scenerios with missing dependencies w...Jordan Cook2022-05-302-0/+5
|/
* Merge pull request #639 from requests-cache/dependabot/pip/nox-poetry-1.0.0Jordan Cook2022-05-212-114/+119
|\
| * Bump nox-poetry from 0.9.0 to 1.0.0dependabot[bot]2022-05-212-114/+119
|/
* Merge branch 'gh-actions'Jordan Cook2022-05-182-6/+6
|\
| * Update some remaining references to master branchJordan Cook2022-05-182-6/+6
|/